com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryPropertyServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<AssetCategoryPropertyService>, AssetCategoryPropertyService
@ProviderType
public class AssetCategoryPropertyServiceWrapper
- extends Object
- implements AssetCategoryPropertyService, ServiceWrapper<AssetCategoryPropertyService>
Provides a wrapper for AssetCategoryPropertyService.
- See Also:
AssetCategoryPropertyService
|
Method Summary |
AssetCategoryProperty |
addCategoryProperty(long entryId,
String key,
String value)
|
void |
deleteCategoryProperty(long categoryPropertyId)
|
List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
AssetCategoryPropertyService |
getWrappedAssetCategoryPropertyService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
AssetCategoryPropertyService |
getWrappedService()
|
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,
String key,
String value)
|
AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyServiceWrapper
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
addCategoryProperty
public AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws PortalException
- Specified by:
addCategoryProperty in interface AssetCategoryPropertyService
- Throws:
PortalException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
- Specified by:
deleteCategoryProperty in interface AssetCategoryPropertyService
- Throws:
PortalException
getCategoryProperties
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
- Specified by:
getCategoryProperties in interface AssetCategoryPropertyService
getCategoryPropertyValues
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
- Specified by:
getCategoryPropertyValues in interface AssetCategoryPropertyService
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface AssetCategoryPropertyService
- Returns:
- the OSGi service identifier
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException
- Specified by:
updateCategoryProperty in interface AssetCategoryPropertyService
- Throws:
PortalException
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
throws PortalException
- Specified by:
updateCategoryProperty in interface AssetCategoryPropertyService
- Throws:
PortalException
getWrappedAssetCategoryPropertyService
@Deprecated
public AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
- Deprecated. As of 6.1.0, replaced by
getWrappedService()
setWrappedAssetCategoryPropertyService
@Deprecated
public void setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
- Deprecated. As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyService)
getWrappedService
public AssetCategoryPropertyService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>
setWrappedService
public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
- Specified by:
setWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>