com.liferay.asset.category.property.service.impl.AssetCategoryPropertyLocalServiceImpl@Deprecated public class AssetCategoryPropertyLocalServiceImpl extends AssetCategoryPropertyLocalServiceBaseImpl
assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, counterLocalService, persistedModelLocalServiceRegistry| Constructor and Description |
|---|
AssetCategoryPropertyLocalServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
String key,
String value)
Deprecated.
|
void |
deleteCategoryProperties(long entryId)
Deprecated.
|
void |
deleteCategoryProperty(com.liferay.asset.kernel.model.AssetCategoryProperty categoryProperty)
Deprecated.
|
void |
deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
getCategoryProperties()
Deprecated.
|
List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
getCategoryProperties(long entryId)
Deprecated.
|
com.liferay.asset.kernel.model.AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId)
Deprecated.
|
com.liferay.asset.kernel.model.AssetCategoryProperty |
getCategoryProperty(long categoryId,
String key)
Deprecated.
|
List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
String key)
Deprecated.
|
protected boolean |
hasCategoryProperty(long categoryId,
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.
|
protected void |
validate(String key,
String value)
Deprecated.
|
addAssetCategoryProperty, afterPropertiesSet, createAssetCategoryProperty, deleteAssetCategoryProperty, deleteAssetCategoryProperty, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetCategoryProperty, getActionableDynamicQuery, getAssetCategoryProperties, getAssetCategoryPropertiesCount, getAssetCategoryProperty, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setCounterLocalService, updateAssetCategoryPropertypublic AssetCategoryPropertyLocalServiceImpl()
public com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long userId,
long categoryId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategoryProperties(long entryId)
public void deleteCategoryProperty(com.liferay.asset.kernel.model.AssetCategoryProperty categoryProperty)
public 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()
public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)
public com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryId,
String key)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long groupId,
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 boolean hasCategoryProperty(long categoryId,
String key)
protected void validate(String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException