Package com.liferay.reading.time.service
Class ReadingTimeEntryServiceWrapper
java.lang.Object
com.liferay.reading.time.service.ReadingTimeEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<ReadingTimeEntryService>,ReadingTimeEntryService
public class ReadingTimeEntryServiceWrapper
extends Object
implements ReadingTimeEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ReadingTimeEntryService>
Provides a wrapper for
ReadingTimeEntryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionReadingTimeEntryServiceWrapper(ReadingTimeEntryService readingTimeEntryService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.voidsetWrappedService(ReadingTimeEntryService readingTimeEntryService)
-
Constructor Details
-
ReadingTimeEntryServiceWrapper
public ReadingTimeEntryServiceWrapper() -
ReadingTimeEntryServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceReadingTimeEntryService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ReadingTimeEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ReadingTimeEntryService>
-