com.liferay.portlet.announcements.service
Class AnnouncementsFlagServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
- All Implemented Interfaces:
- AnnouncementsFlagService
public class AnnouncementsFlagServiceWrapper
- extends java.lang.Object
- implements AnnouncementsFlagService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AnnouncementsFlagService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AnnouncementsFlagService
- 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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFlag
in interface AnnouncementsFlagService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFlag
public void deleteFlag(long flagId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFlag
in interface AnnouncementsFlagService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFlag
public AnnouncementsFlag getFlag(long entryId,
int value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFlag
in interface AnnouncementsFlagService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedAnnouncementsFlagService
public AnnouncementsFlagService getWrappedAnnouncementsFlagService()