com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl
@Deprecated @ProviderType 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.
|
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
addCategoryProperty
in interface AssetCategoryPropertyService
PortalException
public void deleteCategoryProperty(long categoryPropertyId) throws PortalException
deleteCategoryProperty
in interface AssetCategoryPropertyService
PortalException
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryProperties
in interface AssetCategoryPropertyService
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
getCategoryPropertyValues
in interface AssetCategoryPropertyService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetCategoryPropertyService
public AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty
in interface AssetCategoryPropertyService
PortalException
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException
updateCategoryProperty
in interface AssetCategoryPropertyService
PortalException
public AssetCategoryPropertyService getWrappedService()
getWrappedService
in interface ServiceWrapper<AssetCategoryPropertyService>
public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService
in interface ServiceWrapper<AssetCategoryPropertyService>