@ProviderType
public class AssetCategoryPropertyServiceUtil
extends java.lang.Object
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl and is the
primary 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.AssetCategoryPropertyService,
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl| Constructor and Description |
|---|
AssetCategoryPropertyServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AssetCategoryProperty |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value) |
static void |
deleteCategoryProperty(long categoryPropertyId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
static java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
static AssetCategoryPropertyService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(AssetCategoryPropertyService service)
Deprecated.
As of 6.2.0
|
static AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteCategoryProperty(long categoryPropertyId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
SystemExceptionpublic static java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, java.lang.String key) throws SystemException
SystemExceptionpublic static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetCategoryPropertyService getService()
public void setService(AssetCategoryPropertyService service)