Package com.liferay.object.service
Class ObjectEntryVersionServiceWrapper
java.lang.Object
com.liferay.object.service.ObjectEntryVersionServiceWrapper
- All Implemented Interfaces:
ObjectEntryVersionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryVersionService>
public class ObjectEntryVersionServiceWrapper
extends Object
implements ObjectEntryVersionService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryVersionService>
Provides a wrapper for
ObjectEntryVersionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectEntryVersionServiceWrapper(ObjectEntryVersionService objectEntryVersionService) -
Method Summary
Modifier and TypeMethodDescriptiongetObjectEntryVersion(long objectEntryId, int version) getObjectEntryVersions(long objectEntryId, int start, int end) intgetObjectEntryVersionsCount(long objectEntryId) Returns the OSGi service identifier.voidsetWrappedService(ObjectEntryVersionService objectEntryVersionService)
-
Constructor Details
-
ObjectEntryVersionServiceWrapper
public ObjectEntryVersionServiceWrapper() -
ObjectEntryVersionServiceWrapper
-
-
Method Details
-
getObjectEntryVersion
public ObjectEntryVersion getObjectEntryVersion(long objectEntryId, int version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectEntryVersionin interfaceObjectEntryVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntryVersions
public List<ObjectEntryVersion> getObjectEntryVersions(long objectEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectEntryVersionsin interfaceObjectEntryVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntryVersionsCount
public int getObjectEntryVersionsCount(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectEntryVersionsCountin interfaceObjectEntryVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceObjectEntryVersionService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryVersionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryVersionService>
-