@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetCategoryPropertyService extends BaseService
AssetCategoryPropertyServiceUtil,
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws PortalException
PortalExceptionvoid deleteCategoryProperty(long categoryPropertyId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, java.lang.String key)
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanAssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
PortalExceptionAssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
PortalException