Liferay 6.2-ce-ga5

com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
           
 
Method Summary
 AssetCategoryProperty addCategoryProperty(long entryId, String key, String value)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
           
 AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 AssetCategoryPropertyService getWrappedService()
           
 void setBeanIdentifier(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, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryPropertyServiceWrapper

public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AssetCategoryPropertyService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AssetCategoryPropertyService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addCategoryProperty

public AssetCategoryProperty addCategoryProperty(long entryId,
                                                 String key,
                                                 String value)
                                          throws PortalException,
                                                 SystemException
Specified by:
addCategoryProperty in interface AssetCategoryPropertyService
Throws:
PortalException
SystemException

deleteCategoryProperty

public void deleteCategoryProperty(long categoryPropertyId)
                            throws PortalException,
                                   SystemException
Specified by:
deleteCategoryProperty in interface AssetCategoryPropertyService
Throws:
PortalException
SystemException

getCategoryProperties

public List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                  throws SystemException
Specified by:
getCategoryProperties in interface AssetCategoryPropertyService
Throws:
SystemException

getCategoryPropertyValues

public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
                                                             String key)
                                                      throws SystemException
Specified by:
getCategoryPropertyValues in interface AssetCategoryPropertyService
Throws:
SystemException

updateCategoryProperty

public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                    String key,
                                                    String value)
                                             throws PortalException,
                                                    SystemException
Specified by:
updateCategoryProperty in interface AssetCategoryPropertyService
Throws:
PortalException
SystemException

getWrappedAssetCategoryPropertyService

public AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAssetCategoryPropertyService

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>

Liferay 6.2-ce-ga5