@ProviderType public class AnnouncementsFlagServiceWrapper extends java.lang.Object implements AnnouncementsFlagService, ServiceWrapper<AnnouncementsFlagService>
AnnouncementsFlagService.AnnouncementsFlagService| Constructor and Description |
|---|
AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFlag(long entryId,
int value) |
void |
deleteFlag(long flagId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
AnnouncementsFlag |
getFlag(long entryId,
int value) |
AnnouncementsFlagService |
getWrappedAnnouncementsFlagService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AnnouncementsFlagService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsFlagService) |
void |
setWrappedService(AnnouncementsFlagService announcementsFlagService) |
public AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AnnouncementsFlagServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AnnouncementsFlagServicebeanIdentifier - the Spring bean ID for this beanpublic void addFlag(long entryId,
int value)
throws PortalException,
SystemException
addFlag in interface AnnouncementsFlagServicePortalExceptionSystemExceptionpublic void deleteFlag(long flagId)
throws PortalException,
SystemException
deleteFlag in interface AnnouncementsFlagServicePortalExceptionSystemExceptionpublic AnnouncementsFlag getFlag(long entryId, int value) throws PortalException, SystemException
getFlag in interface AnnouncementsFlagServicePortalExceptionSystemExceptionpublic AnnouncementsFlagService getWrappedAnnouncementsFlagService()
getWrappedService()public void setWrappedAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsFlagService)public AnnouncementsFlagService getWrappedService()
getWrappedService in interface ServiceWrapper<AnnouncementsFlagService>public void setWrappedService(AnnouncementsFlagService announcementsFlagService)
setWrappedService in interface ServiceWrapper<AnnouncementsFlagService>