Liferay 6.2-ce-ga5

com.liferay.portlet.announcements.service
Class AnnouncementsFlagServiceWrapper

java.lang.Object
  extended by 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.

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

AnnouncementsFlagServiceWrapper

public AnnouncementsFlagServiceWrapper(AnnouncementsFlagService announcementsFlagService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AnnouncementsFlagService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AnnouncementsFlagService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFlag

public void addFlag(long entryId,
                    int value)
             throws PortalException,
                    SystemException
Specified by:
addFlag in interface AnnouncementsFlagService
Throws:
PortalException
SystemException

deleteFlag

public void deleteFlag(long flagId)
                throws PortalException,
                       SystemException
Specified by:
deleteFlag in interface AnnouncementsFlagService
Throws:
PortalException
SystemException

getFlag

public AnnouncementsFlag getFlag(long entryId,
                                 int value)
                          throws PortalException,
                                 SystemException
Specified by:
getFlag in interface AnnouncementsFlagService
Throws:
PortalException
SystemException

getWrappedAnnouncementsFlagService

public AnnouncementsFlagService getWrappedAnnouncementsFlagService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAnnouncementsFlagService

public void setWrappedAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsFlagService)


getWrappedService

public AnnouncementsFlagService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AnnouncementsFlagService>

setWrappedService

public void setWrappedService(AnnouncementsFlagService announcementsFlagService)
Specified by:
setWrappedService in interface ServiceWrapper<AnnouncementsFlagService>

Liferay 6.2-ce-ga5