public class EntryServiceWrapper extends java.lang.Object implements EntryService, com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
EntryService.EntryService| Constructor and Description |
|---|
EntryServiceWrapper() |
EntryServiceWrapper(EntryService entryService) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
getEntry(long entryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
EntryService |
getWrappedService() |
void |
setWrappedService(EntryService entryService) |
public EntryServiceWrapper()
public EntryServiceWrapper(EntryService entryService)
public Entry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
getEntry in interface EntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface EntryServicepublic EntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<EntryService>public void setWrappedService(EntryService entryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<EntryService>