|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetCategoryPropertyServiceWrapper
public class AssetCategoryPropertyServiceWrapper
This class is a wrapper for AssetCategoryPropertyService.
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. Renamed to getWrappedService() |
AssetCategoryPropertyService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Deprecated. Renamed to 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 |
|---|
public AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface AssetCategoryPropertyServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AssetCategoryPropertyServicebeanIdentifier - the Spring bean ID for this bean
public AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws PortalException,
SystemException
addCategoryProperty in interface AssetCategoryPropertyServicePortalException
SystemException
public void deleteCategoryProperty(long categoryPropertyId)
throws PortalException,
SystemException
deleteCategoryProperty in interface AssetCategoryPropertyServicePortalException
SystemException
public List<AssetCategoryProperty> getCategoryProperties(long entryId)
throws SystemException
getCategoryProperties in interface AssetCategoryPropertyServiceSystemException
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
throws SystemException
getCategoryPropertyValues in interface AssetCategoryPropertyServiceSystemException
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException,
SystemException
updateCategoryProperty in interface AssetCategoryPropertyServicePortalException
SystemExceptionpublic AssetCategoryPropertyService getWrappedAssetCategoryPropertyService()
getWrappedService()
public void setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyService)
public AssetCategoryPropertyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>public void setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
setWrappedService in interface ServiceWrapper<AssetCategoryPropertyService>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||