com.liferay.portlet.flags.service
Class FlagsEntryServiceWrapper
java.lang.Object
com.liferay.portlet.flags.service.FlagsEntryServiceWrapper
- All Implemented Interfaces:
- FlagsEntryService
public class FlagsEntryServiceWrapper
- extends java.lang.Object
- implements FlagsEntryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for FlagsEntryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
FlagsEntryService
- 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(java.lang.String className,
long classPK,
java.lang.String reporterEmailAddress,
long reportedUserId,
java.lang.String contentTitle,
java.lang.String contentURL,
java.lang.String reason,
ServiceContext serviceContext)
- Specified by:
addEntry
in interface FlagsEntryService
getWrappedFlagsEntryService
public FlagsEntryService getWrappedFlagsEntryService()