com.liferay.portlet.asset.service.impl
Class AssetCategoryPropertyLocalServiceImpl
java.lang.Object
com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.asset.service.AssetCategoryPropertyLocalService
public class AssetCategoryPropertyLocalServiceImpl
- extends AssetCategoryPropertyLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan, Jorge Ferrer
Fields inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl |
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
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 categoryPropertyId,
java.lang.String key,
java.lang.String value)
|
protected void |
validate(java.lang.String key,
java.lang.String value)
|
Methods inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl |
addAssetCategoryProperty, createAssetCategoryProperty, deleteAssetCategoryProperty, deleteAssetCategoryProperty, dynamicQuery, dynamicQuery, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryProperties, getAssetCategoryPropertiesCount, getAssetCategoryProperty, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetCategoryProperty, updateAssetCategoryProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyLocalServiceImpl
public AssetCategoryPropertyLocalServiceImpl()
addCategoryProperty
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.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperties
public void deleteCategoryProperties(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperty
public void deleteCategoryProperty(com.liferay.portlet.asset.model.AssetCategoryProperty categoryProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryProperties
public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryProperties()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCategoryProperties
public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryProperties(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCategoryProperty
public com.liferay.portlet.asset.model.AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryProperty
public 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.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryPropertyValues
public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> getCategoryPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCategoryProperty
public 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.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
validate
protected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException