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) void
deleteCategoryProperty
(long categoryPropertyId) getCategoryProperties
(long entryId) getCategoryPropertyValues
(long companyId, String key) Returns the OSGi service identifier.void
setWrappedService
(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:
addCategoryProperty
in interfaceAssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCategoryProperty
in interfaceAssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoryProperties
- Specified by:
getCategoryProperties
in interfaceAssetCategoryPropertyService
-
getCategoryPropertyValues
- Specified by:
getCategoryPropertyValues
in interfaceAssetCategoryPropertyService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCategoryProperty
in 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:
updateCategoryProperty
in interfaceAssetCategoryPropertyService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
-