com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryPropertyServiceWrapper
- All Implemented Interfaces:
- AssetCategoryPropertyService
public class AssetCategoryPropertyServiceWrapper
- extends java.lang.Object
- implements AssetCategoryPropertyService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetCategoryPropertyService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategoryPropertyService
- 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,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
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
- Specified by:
deleteCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryProperties
public java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryProperties
in interface AssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCategoryPropertyValues
public java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryPropertyValues
in interface AssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCategoryProperty
public 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
- Specified by:
updateCategoryProperty
in interface AssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetCategoryPropertyService
public AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()