com.liferay.client.soap.portlet.asset.service.http
Interface AssetCategoryPropertyServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl, Portlet_Asset_AssetCategoryPropertyServiceSoapBindingStub

public interface AssetCategoryPropertyServiceSoap
extends java.rmi.Remote


Method Summary
 AssetCategoryPropertySoap addCategoryProperty(long entryId, java.lang.String key, java.lang.String value)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 AssetCategoryPropertySoap[] getCategoryProperties(long entryId)
           
 AssetCategoryPropertySoap[] getCategoryPropertyValues(long companyId, java.lang.String key)
           
 AssetCategoryPropertySoap updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value)
           
 

Method Detail

addCategoryProperty

AssetCategoryPropertySoap addCategoryProperty(long entryId,
                                              java.lang.String key,
                                              java.lang.String value)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategoryProperty

void deleteCategoryProperty(long categoryPropertyId)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoryProperties

AssetCategoryPropertySoap[] getCategoryProperties(long entryId)
                                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoryPropertyValues

AssetCategoryPropertySoap[] getCategoryPropertyValues(long companyId,
                                                      java.lang.String key)
                                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateCategoryProperty

AssetCategoryPropertySoap updateCategoryProperty(long categoryPropertyId,
                                                 java.lang.String key,
                                                 java.lang.String value)
                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException