|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 AssetCategoryPropertyService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AssetCategoryPropertyService
beanIdentifier
- the Spring bean ID for this beanpublic AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws PortalException, SystemException
addCategoryProperty
in interface AssetCategoryPropertyService
PortalException
SystemException
public void deleteCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
deleteCategoryProperty
in interface AssetCategoryPropertyService
PortalException
SystemException
public List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
getCategoryProperties
in interface AssetCategoryPropertyService
SystemException
public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key) throws SystemException
getCategoryPropertyValues
in interface AssetCategoryPropertyService
SystemException
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException, SystemException
updateCategoryProperty
in interface AssetCategoryPropertyService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |