@ProviderType public class FlagsEntryServiceWrapper extends java.lang.Object implements FlagsEntryService, 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,
ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
FlagsEntryService |
getWrappedFlagsEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
FlagsEntryService |
getWrappedService() |
void |
setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.flags.service.FlagsEntryService) |
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,
ServiceContext serviceContext)
addEntry in interface FlagsEntryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FlagsEntryService@Deprecated public FlagsEntryService getWrappedFlagsEntryService()
getWrappedService()@Deprecated public void setWrappedFlagsEntryService(FlagsEntryService flagsEntryService)
setWrappedService(com.liferay.portlet.flags.service.FlagsEntryService)public FlagsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<FlagsEntryService>public void setWrappedService(FlagsEntryService flagsEntryService)
setWrappedService in interface ServiceWrapper<FlagsEntryService>