com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl@Deprecated @AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetCategoryPropertyService extends BaseService
AssetCategoryPropertyServiceUtil,
AssetCategoryPropertyServiceBaseImpl,
AssetCategoryPropertyServiceImpl| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value)
Deprecated.
|
void |
deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
Deprecated.
|
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key)
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value)
Deprecated.
|
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value)
Deprecated.
|
AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws PortalException
PortalExceptionvoid deleteCategoryProperty(long categoryPropertyId)
throws PortalException
PortalException@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)
java.lang.String getOSGiServiceIdentifier()
AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
PortalExceptionAssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
PortalException