Class ObjectFolderServiceUtil

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

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

    • ObjectFolderServiceUtil

      public ObjectFolderServiceUtil()
  • Method Details

    • addObjectFolder

      public static ObjectFolder addObjectFolder(String externalReferenceCode, Map<Locale,String> labelMap, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectFolder

      public static ObjectFolder deleteObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectFolder

      public static ObjectFolder getObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectFolderByExternalReferenceCode

      public static ObjectFolder getObjectFolderByExternalReferenceCode(String externalReferenceCode, long companyId) 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
    • updateObjectFolder

      public static ObjectFolder updateObjectFolder(String externalReferenceCode, long objectFolderId, Map<Locale,String> labelMap) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectFolderService getService()