@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
FlagsEntryService |
getWrappedFlagsEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
FlagsEntryService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 getBeanIdentifier()
getBeanIdentifier in interface FlagsEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface FlagsEntryServicebeanIdentifier - the Spring bean ID for this bean@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>