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
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