com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl@Deprecated public class AssetCategoryPropertyServiceImpl extends AssetCategoryPropertyServiceBaseImpl
assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, counterLocalService| Constructor and Description |
|---|
AssetCategoryPropertyServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetCategoryProperty |
addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
|
void |
deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
protected List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
filterAssetCategoryProperties(List<com.liferay.asset.kernel.model.AssetCategoryProperty> assetCategoryProperties)
Deprecated.
|
List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
getCategoryProperties(long entryId)
Deprecated.
|
List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key)
Deprecated.
|
com.liferay.asset.kernel.model.AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
com.liferay.asset.kernel.model.AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
afterPropertiesSet, destroy, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setCounterLocalServicepublic AssetCategoryPropertyServiceImpl()
public com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)
public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
public com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected List<com.liferay.asset.kernel.model.AssetCategoryProperty> filterAssetCategoryProperties(List<com.liferay.asset.kernel.model.AssetCategoryProperty> assetCategoryProperties)