Liferay 6.0.5

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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)
           
 FlagsEntryService getWrappedFlagsEntryService()
           
 
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()

Liferay 6.0.5