com.liferay.portlet.flags.service
Class FlagsEntryServiceWrapper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlagsEntryServiceWrapper
public FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService)
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()