Class AssetCategoryPropertyServiceUtil

java.lang.Object
com.liferay.asset.category.property.service.AssetCategoryPropertyServiceUtil

public class AssetCategoryPropertyServiceUtil extends Object
Provides the remote service utility for AssetCategoryProperty. This utility wraps com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl 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

    • AssetCategoryPropertyServiceUtil

      public AssetCategoryPropertyServiceUtil()
  • Method Details

    • addCategoryProperty

      public static AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCategoryProperty

      public static void deleteCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCategoryProperties

      public static List<AssetCategoryProperty> getCategoryProperties(long entryId)
    • getCategoryPropertyValues

      public static List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
    • getOSGiServiceIdentifier

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

      public static AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCategoryProperty

      public static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static AssetCategoryPropertyService getService()