com.liferay.portlet.announcements.service
Class AnnouncementsFlagServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<AnnouncementsFlagService>, AnnouncementsFlagService
@ProviderType
public class AnnouncementsFlagServiceWrapper
- extends Object
- implements AnnouncementsFlagService, ServiceWrapper<AnnouncementsFlagService>
Provides 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
- Specified by:
addFlag in interface AnnouncementsFlagService
- Throws:
PortalException
deleteFlag
public void deleteFlag(long flagId)
throws PortalException
- Specified by:
deleteFlag in interface AnnouncementsFlagService
- Throws:
PortalException
getFlag
public AnnouncementsFlag getFlag(long entryId,
int value)
throws PortalException
- Specified by:
getFlag in interface AnnouncementsFlagService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface AnnouncementsFlagService
- Returns:
- the OSGi service identifier
getWrappedService
public AnnouncementsFlagService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<AnnouncementsFlagService>
setWrappedService
public void setWrappedService(AnnouncementsFlagService announcementsFlagService)
- Specified by:
setWrappedService in interface ServiceWrapper<AnnouncementsFlagService>