Liferay 7.0-ce-a3

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

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

Provides a wrapper for FlagsEntryService.

See Also:
FlagsEntryService

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 getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 FlagsEntryService getWrappedFlagsEntryService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 FlagsEntryService getWrappedService()
           
 void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
          Deprecated. As of 6.1.0, replaced by 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

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface FlagsEntryService
Returns:
the OSGi service identifier

getWrappedFlagsEntryService

@Deprecated
public FlagsEntryService getWrappedFlagsEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedFlagsEntryService

@Deprecated
public void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
Deprecated. As of 6.1.0, replaced by 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 7.0-ce-a3