com.liferay.portlet.asset.service.impl
Class AssetCategoryPropertyServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, AssetCategoryPropertyService
public class AssetCategoryPropertyServiceImpl
- extends AssetCategoryPropertyServiceBaseImpl
| Methods inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl |
afterPropertiesSet, destroy, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyServiceImpl
public AssetCategoryPropertyServiceImpl()
addCategoryProperty
public AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws PortalException
- Throws:
PortalException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
- Throws:
PortalException
getCategoryProperties
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryPropertyValues
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
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