com.liferay.portlet.announcements.service
Class AnnouncementsFlagServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
- All Implemented Interfaces:
- AnnouncementsFlagService
public class AnnouncementsFlagServiceWrapper
- extends Object
- implements 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 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()