@ProviderType public class FlagsEntryServiceWrapper extends java.lang.Object implements FlagsEntryService, com.liferay.portal.kernel.service.ServiceWrapper<FlagsEntryService>
FlagsEntryService.FlagsEntryService| Constructor and Description |
|---|
FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService) |
| Modifier and Type | Method and Description |
|---|---|
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
FlagsEntryService |
getWrappedService() |
void |
setWrappedService(FlagsEntryService flagsEntryService) |
public FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService)
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addEntry in interface FlagsEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FlagsEntryServicepublic FlagsEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FlagsEntryService>public void setWrappedService(FlagsEntryService flagsEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FlagsEntryService>