@ProviderType public class AssetCategoryPropertyServiceWrapper extends java.lang.Object implements AssetCategoryPropertyService, ServiceWrapper<AssetCategoryPropertyService>
AssetCategoryPropertyService.AssetCategoryPropertyService| Constructor and Description |
|---|
AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
AssetCategoryPropertyService |
getWrappedAssetCategoryPropertyService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetCategoryPropertyService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyService) |
void |
setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService) |
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
public AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws PortalException
addCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
deleteCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetCategoryPropertyServicepublic java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperties in interface AssetCategoryPropertyServicepublic java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, java.lang.String key)
getCategoryPropertyValues in interface AssetCategoryPropertyServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetCategoryPropertyServicebeanIdentifier - the Spring bean ID for this beanpublic AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalException@Deprecated public AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
getWrappedService()@Deprecated public void setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyService)public AssetCategoryPropertyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>