public class AssetCategoryPropertyServiceWrapper extends java.lang.Object implements AssetCategoryPropertyService, com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>
AssetCategoryPropertyService.AssetCategoryPropertyService| Constructor and Description |
|---|
AssetCategoryPropertyServiceWrapper() |
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.util.List<AssetCategoryProperty> |
getCategoryProperties(long entryId) |
java.util.List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetCategoryPropertyService |
getWrappedService() |
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()
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
public AssetCategoryProperty addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
addCategoryProperty in interface AssetCategoryPropertyServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCategoryProperty in interface AssetCategoryPropertyServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetCategoryPropertyServicepublic AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetCategoryPropertyService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetCategoryPropertyService>