@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,
String key,
String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value) |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value) |
AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws PortalException
PortalExceptionAssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException
PortalExceptionAssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetCategoryProperty> getCategoryProperties(long entryId)
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
PortalException