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 TypeMethodDescriptiondeleteObjectEntryVersion(long objectEntryId, int version) expireObjectEntryVersion(ObjectEntry objectEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext, long userId, int version) voidexpireObjectEntryVersions(long userId, ObjectEntry objectEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) getObjectEntryVersion(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
-
deleteObjectEntryVersion
public ObjectEntryVersion deleteObjectEntryVersion(long objectEntryId, int version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteObjectEntryVersionin interfaceObjectEntryVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
expireObjectEntryVersion
public ObjectEntryVersion expireObjectEntryVersion(ObjectEntry objectEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext, long userId, int version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
expireObjectEntryVersionin interfaceObjectEntryVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
expireObjectEntryVersions
public void expireObjectEntryVersions(long userId, ObjectEntry objectEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Specified by:
expireObjectEntryVersionsin interfaceObjectEntryVersionService- Throws:
Exception
-
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>
-