|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
public class AnnouncementsFlagServiceWrapper
Provides a wrapper for AnnouncementsFlagService.
AnnouncementsFlagService| Constructor Summary | |
|---|---|
AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService)
|
|
| Method Summary | |
|---|---|
void |
addFlag(long entryId,
int value)
|
void |
deleteFlag(long flagId)
|
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(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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface AnnouncementsFlagServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AnnouncementsFlagServicebeanIdentifier - the Spring bean ID for this bean
public void addFlag(long entryId,
int value)
throws PortalException,
SystemException
addFlag in interface AnnouncementsFlagServicePortalException
SystemException
public void deleteFlag(long flagId)
throws PortalException,
SystemException
deleteFlag in interface AnnouncementsFlagServicePortalException
SystemException
public AnnouncementsFlag getFlag(long entryId,
int value)
throws PortalException,
SystemException
getFlag in interface AnnouncementsFlagServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||