Class ObjectEntryFolderServiceUtil

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

public class ObjectEntryFolderServiceUtil extends Object
Provides the remote service utility for ObjectEntryFolder. This utility wraps com.liferay.object.service.impl.ObjectEntryFolderServiceImpl 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

    • ObjectEntryFolderServiceUtil

      public ObjectEntryFolderServiceUtil()
  • Method Details

    • addObjectEntryFolder

      public static ObjectEntryFolder addObjectEntryFolder(String externalReferenceCode, long groupId, long parentObjectEntryFolderId, String description, Map<Locale,String> labelMap, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntryFolder

      public static ObjectEntryFolder deleteObjectEntryFolder(long objectEntryFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntryFolderByExternalReferenceCode

      public static ObjectEntryFolder deleteObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchObjectEntryFolder

      public static ObjectEntryFolder fetchObjectEntryFolder(long objectEntryFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchObjectEntryFolderByExternalReferenceCode

      public static ObjectEntryFolder fetchObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolder

      public static ObjectEntryFolder getObjectEntryFolder(long objectEntryFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolderByExternalReferenceCode

      public static ObjectEntryFolder getObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolders

      public static List<ObjectEntryFolder> getObjectEntryFolders(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFoldersCount

      public static int getObjectEntryFoldersCount(long groupId, long companyId, long parentObjectEntryFolderId) 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
    • updateObjectEntryFolder

      public static ObjectEntryFolder updateObjectEntryFolder(long objectEntryFolderId, long parentObjectEntryFolderId, String description, Map<Locale,String> labelMap, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectEntryFolderService getService()