Package com.liferay.object.service
Class ObjectEntryVersionServiceUtil
java.lang.Object
com.liferay.object.service.ObjectEntryVersionServiceUtil
Provides the remote service utility for ObjectEntryVersion. This utility wraps
com.liferay.object.service.impl.ObjectEntryVersionServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectEntryVersiongetObjectEntryVersion(long objectEntryId, int version) static List<ObjectEntryVersion>getObjectEntryVersions(long objectEntryId, int start, int end) static intgetObjectEntryVersionsCount(long objectEntryId) static StringReturns the OSGi service identifier.static ObjectEntryVersionService
-
Constructor Details
-
ObjectEntryVersionServiceUtil
public ObjectEntryVersionServiceUtil()
-
-
Method Details
-
getObjectEntryVersion
public static ObjectEntryVersion getObjectEntryVersion(long objectEntryId, int version) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntryVersions
public static List<ObjectEntryVersion> getObjectEntryVersions(long objectEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntryVersionsCount
public static int getObjectEntryVersionsCount(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-