com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryPropertyServiceWrapper
- All Implemented Interfaces:
- AssetCategoryPropertyService
public class AssetCategoryPropertyServiceWrapper
- extends Object
- implements AssetCategoryPropertyService
This class is a wrapper for AssetCategoryPropertyService
.
- See Also:
AssetCategoryPropertyService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyServiceWrapper
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
addCategoryProperty
public AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws PortalException,
SystemException
- Specified by:
addCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
PortalException
SystemException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws PortalException,
SystemException
- Specified by:
deleteCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
PortalException
SystemException
getCategoryProperties
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
throws SystemException
- Specified by:
getCategoryProperties
in interface AssetCategoryPropertyService
- Throws:
SystemException
getCategoryPropertyValues
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
throws SystemException
- Specified by:
getCategoryPropertyValues
in interface AssetCategoryPropertyService
- Throws:
SystemException
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException,
SystemException
- Specified by:
updateCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
PortalException
SystemException
getWrappedAssetCategoryPropertyService
public AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()