Class ObjectEntryVersionServiceUtil

java.lang.Object
com.liferay.object.service.ObjectEntryVersionServiceUtil

public class ObjectEntryVersionServiceUtil extends Object
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 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

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static ObjectEntryVersionService getService()