public class AssetCategoryPropertyLocalServiceImpl extends AssetCategoryPropertyLocalServiceBaseImpl
assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, counterLocalService, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
AssetCategoryPropertyLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.asset.model.AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
java.lang.String key,
java.lang.String value) |
void |
deleteCategoryProperties(long entryId) |
void |
deleteCategoryProperty(com.liferay.portlet.asset.model.AssetCategoryProperty categoryProperty) |
void |
deleteCategoryProperty(long categoryPropertyId) |
java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> |
getCategoryProperties() |
java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> |
getCategoryProperties(long entryId) |
com.liferay.portlet.asset.model.AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId) |
com.liferay.portlet.asset.model.AssetCategoryProperty |
getCategoryProperty(long categoryId,
java.lang.String key) |
java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
java.lang.String key) |
com.liferay.portlet.asset.model.AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
com.liferay.portlet.asset.model.AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
protected void |
validate(java.lang.String key,
java.lang.String value) |
addAssetCategoryProperty, afterPropertiesSet, createAssetCategoryProperty, deleteAssetCategoryProperty, deleteAssetCategoryProperty, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetCategoryProperty, getActionableDynamicQuery, getAssetCategoryProperties, getAssetCategoryPropertiesCount, getAssetCategoryProperty, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setBeanIdentifier, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetCategoryPropertypublic AssetCategoryPropertyLocalServiceImpl()
public com.liferay.portlet.asset.model.AssetCategoryProperty addCategoryProperty(long userId,
long categoryId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategoryProperties(long entryId)
public void deleteCategoryProperty(com.liferay.portlet.asset.model.AssetCategoryProperty categoryProperty)
public void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryProperties()
public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryProperties(long entryId)
public com.liferay.portlet.asset.model.AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetCategoryProperty getCategoryProperty(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryPropertyValues(long groupId,
java.lang.String key)
public com.liferay.portlet.asset.model.AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException