|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.announcements.service.AnnouncementsFlagServiceWrapper
public class AnnouncementsFlagServiceWrapper
This class is 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. Renamed to getWrappedService() |
AnnouncementsFlagService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
Deprecated. Renamed to 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 AnnouncementsFlagService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AnnouncementsFlagService
beanIdentifier
- the Spring bean ID for this beanpublic void addFlag(long entryId, int value) throws PortalException, SystemException
addFlag
in interface AnnouncementsFlagService
PortalException
SystemException
public void deleteFlag(long flagId) throws PortalException, SystemException
deleteFlag
in interface AnnouncementsFlagService
PortalException
SystemException
public AnnouncementsFlag getFlag(long entryId, int value) throws PortalException, SystemException
getFlag
in interface AnnouncementsFlagService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |