Liferay 6.1.0

com.liferay.portlet.flags.service
Class FlagsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.flags.service.FlagsEntryServiceWrapper
All Implemented Interfaces:
FlagsEntryService

public class FlagsEntryServiceWrapper
extends Object
implements FlagsEntryService

This class is 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)
           
 FlagsEntryService getWrappedFlagsEntryService()
           
 void setWrappedFlagsEntryService(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

getWrappedFlagsEntryService

public FlagsEntryService getWrappedFlagsEntryService()

setWrappedFlagsEntryService

public void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)

Liferay 6.1.0