com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl@Deprecated public class AssetCategoryPropertyServiceWrapper extends Object implements AssetCategoryPropertyService, ServiceWrapper<AssetCategoryPropertyService>
AssetCategoryPropertyService.AssetCategoryPropertyService| Constructor and Description |
|---|
AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
Deprecated.
|
List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key)
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
AssetCategoryPropertyService |
getWrappedService()
Deprecated.
|
void |
setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
Deprecated.
|
AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
public AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws PortalException
AssetCategoryPropertyServiceUtil to access the asset category property remote service. Add custom service methods to com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
deleteCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperties in interface AssetCategoryPropertyServicepublic List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
getCategoryPropertyValues in interface AssetCategoryPropertyServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetCategoryPropertyServicepublic AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalExceptionpublic AssetCategoryPropertyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>