com.liferay.portlet.announcements.service
Class AnnouncementsFlagServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<AnnouncementsFlagService>, AnnouncementsFlagService
public class AnnouncementsFlagServiceWrapper
- extends Object
- implements AnnouncementsFlagService, ServiceWrapper<AnnouncementsFlagService>
This class is a wrapper for AnnouncementsFlagService
.
- See Also:
AnnouncementsFlagService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsFlagServiceWrapper
public AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService)
addFlag
public void addFlag(long entryId,
int value)
throws PortalException,
SystemException
- Specified by:
addFlag
in interface AnnouncementsFlagService
- Throws:
PortalException
SystemException
deleteFlag
public void deleteFlag(long flagId)
throws PortalException,
SystemException
- Specified by:
deleteFlag
in interface AnnouncementsFlagService
- Throws:
PortalException
SystemException
getFlag
public AnnouncementsFlag getFlag(long entryId,
int value)
throws PortalException,
SystemException
- Specified by:
getFlag
in interface AnnouncementsFlagService
- Throws:
PortalException
SystemException
getWrappedAnnouncementsFlagService
public AnnouncementsFlagService getWrappedAnnouncementsFlagService()
- Deprecated. Renamed to
getWrappedService()
setWrappedAnnouncementsFlagService
public void setWrappedAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsFlagService)
getWrappedService
public AnnouncementsFlagService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<AnnouncementsFlagService>
setWrappedService
public void setWrappedService(AnnouncementsFlagService announcementsFlagService)
- Specified by:
setWrappedService
in interface ServiceWrapper<AnnouncementsFlagService>