com.liferay.portlet.asset.service.impl
Class AssetCategoryPropertyLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, AssetCategoryPropertyLocalService
public class AssetCategoryPropertyLocalServiceImpl
- extends AssetCategoryPropertyLocalServiceBaseImpl
|
Method Summary |
AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
void |
deleteCategoryProperties(long entryId)
|
void |
deleteCategoryProperty(AssetCategoryProperty categoryProperty)
|
void |
deleteCategoryProperty(long categoryPropertyId)
|
List<AssetCategoryProperty> |
getCategoryProperties()
|
List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryId,
String key)
|
List<AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
String key)
|
protected boolean |
hasCategoryProperty(long categoryId,
String key)
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
|
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
protected void |
validate(String key,
String value)
|
| Methods inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl |
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, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateAssetCategoryProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyLocalServiceImpl
public AssetCategoryPropertyLocalServiceImpl()
addCategoryProperty
public AssetCategoryProperty addCategoryProperty(long userId,
long categoryId,
String key,
String value)
throws PortalException
- Throws:
PortalException
deleteCategoryProperties
public void deleteCategoryProperties(long entryId)
deleteCategoryProperty
public void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
- Throws:
PortalException
getCategoryProperties
public List<AssetCategoryProperty> getCategoryProperties()
getCategoryProperties
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperty
public AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
throws PortalException
- Throws:
PortalException
getCategoryProperty
public AssetCategoryProperty getCategoryProperty(long categoryId,
String key)
throws PortalException
- Throws:
PortalException
getCategoryPropertyValues
public List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
String key)
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
throws PortalException
- Throws:
PortalException
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException
- Throws:
PortalException
hasCategoryProperty
protected boolean hasCategoryProperty(long categoryId,
String key)
validate
protected void validate(String key,
String value)
throws PortalException
- Throws:
PortalException