@ProviderType public class AssetCategoryPropertyServiceWrapper extends Object implements AssetCategoryPropertyService, ServiceWrapper<AssetCategoryPropertyService>
AssetCategoryPropertyService.AssetCategoryPropertyService| Constructor and Description |
|---|
AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
String key,
String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetCategoryPropertyService |
getWrappedService() |
void |
setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService) |
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value) |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value) |
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
public AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws PortalException
addCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetCategoryPropertyServicepublic List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperties in interface AssetCategoryPropertyServicepublic List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
getCategoryPropertyValues in interface AssetCategoryPropertyServicepublic void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
deleteCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryPropertyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>