@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 categoryPropertyId,
java.lang.String key,
java.lang.String value) |
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetCategoryPropertyServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetCategoryPropertyServicebeanIdentifier - the Spring bean ID for this beanpublic AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
addCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionSystemExceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws PortalException,
SystemException
deleteCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
getCategoryProperties in interface AssetCategoryPropertyServiceSystemExceptionpublic java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, java.lang.String key) throws SystemException
getCategoryPropertyValues in interface AssetCategoryPropertyServiceSystemExceptionpublic AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionSystemExceptionpublic AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
getWrappedService()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>