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 |
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,
ServiceContext serviceContext)
throws PortalException
addEntry in interface FlagsEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FlagsEntryServicepublic FlagsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<FlagsEntryService>public void setWrappedService(FlagsEntryService flagsEntryService)
setWrappedService in interface ServiceWrapper<FlagsEntryService>