Liferay 6.1.2-ce-ga3

com.liferay.portlet.flags.service
Class FlagsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.flags.service.FlagsEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<FlagsEntryService>, FlagsEntryService

public class FlagsEntryServiceWrapper
extends Object
implements FlagsEntryService, ServiceWrapper<FlagsEntryService>

This class is a wrapper for FlagsEntryService.

See Also:
FlagsEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService)
           
 
Method Summary
 void addEntry(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, ServiceContext serviceContext)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 FlagsEntryService getWrappedFlagsEntryService()
          Deprecated. Renamed to getWrappedService()
 FlagsEntryService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.flags.service.FlagsEntryService)
 void setWrappedService(FlagsEntryService flagsEntryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlagsEntryServiceWrapper

public FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface FlagsEntryService
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 FlagsEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addEntry

public void addEntry(String className,
                     long classPK,
                     String reporterEmailAddress,
                     long reportedUserId,
                     String contentTitle,
                     String contentURL,
                     String reason,
                     ServiceContext serviceContext)
Specified by:
addEntry in interface FlagsEntryService

getWrappedFlagsEntryService

public FlagsEntryService getWrappedFlagsEntryService()
Deprecated. Renamed to getWrappedService()


setWrappedFlagsEntryService

public void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.flags.service.FlagsEntryService)


getWrappedService

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

setWrappedService

public void setWrappedService(FlagsEntryService flagsEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<FlagsEntryService>

Liferay 6.1.2-ce-ga3