Liferay 7.0-ce-b4

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)
           
 AnnouncementsFlag getFlag(long entryId, int value)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 AnnouncementsFlagService getWrappedService()
           
 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

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>

Liferay 7.0-ce-b4