Class AssetCategoryPropertyServiceUtil
java.lang.Object
com.liferay.asset.category.property.service.AssetCategoryPropertyServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetCategoryPropertyaddCategoryProperty(long entryId, String key, String value) static voiddeleteCategoryProperty(long categoryPropertyId) static List<AssetCategoryProperty>getCategoryProperties(long entryId) static List<AssetCategoryProperty>getCategoryPropertyValues(long companyId, String key) static StringReturns the OSGi service identifier.static AssetCategoryPropertyServicestatic AssetCategoryPropertyupdateCategoryProperty(long userId, long categoryPropertyId, String key, String value) static AssetCategoryPropertyupdateCategoryProperty(long categoryPropertyId, String key, String value)
-
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
-
getCategoryPropertyValues
-
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
-