Class AssetCategoryPropertyServiceWrapper
java.lang.Object
com.liferay.asset.category.property.service.AssetCategoryPropertyServiceWrapper
- All Implemented Interfaces:
AssetCategoryPropertyService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
public class AssetCategoryPropertyServiceWrapper
extends Object
implements AssetCategoryPropertyService, com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
Provides a wrapper for
AssetCategoryPropertyService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService) -
Method Summary
Modifier and TypeMethodDescriptionaddCategoryProperty(long entryId, String key, String value) voiddeleteCategoryProperty(long categoryPropertyId) getCategoryProperties(long entryId) getCategoryPropertyValues(long companyId, String key) Returns the OSGi service identifier.voidsetWrappedService(AssetCategoryPropertyService assetCategoryPropertyService) updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) updateCategoryProperty(long categoryPropertyId, String key, String value)
-
Constructor Details
-
AssetCategoryPropertyServiceWrapper
public AssetCategoryPropertyServiceWrapper() -
AssetCategoryPropertyServiceWrapper
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
-
-
Method Details
-
addCategoryProperty
public AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCategoryPropertyin interfaceAssetCategoryPropertyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCategoryPropertyin interfaceAssetCategoryPropertyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoryProperties
- Specified by:
getCategoryPropertiesin interfaceAssetCategoryPropertyService
-
getCategoryPropertyValues
- Specified by:
getCategoryPropertyValuesin interfaceAssetCategoryPropertyService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetCategoryPropertyService- Returns:
- the OSGi service identifier
-
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCategoryPropertyin interfaceAssetCategoryPropertyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCategoryPropertyin interfaceAssetCategoryPropertyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
-