com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl
- All Implemented Interfaces:
- AssetCategoryPropertyServiceSoap, java.rmi.Remote
public class Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl
- extends java.lang.Object
- implements AssetCategoryPropertyServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl
public Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl()
addCategoryProperty
public AssetCategoryPropertySoap addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Specified by:
addCategoryProperty
in interface AssetCategoryPropertyServiceSoap
- Throws:
java.rmi.RemoteException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws java.rmi.RemoteException
- Specified by:
deleteCategoryProperty
in interface AssetCategoryPropertyServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryProperties
public AssetCategoryPropertySoap[] getCategoryProperties(long entryId)
throws java.rmi.RemoteException
- Specified by:
getCategoryProperties
in interface AssetCategoryPropertyServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryPropertyValues
public AssetCategoryPropertySoap[] getCategoryPropertyValues(long companyId,
java.lang.String key)
throws java.rmi.RemoteException
- Specified by:
getCategoryPropertyValues
in interface AssetCategoryPropertyServiceSoap
- Throws:
java.rmi.RemoteException
updateCategoryProperty
public AssetCategoryPropertySoap updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Specified by:
updateCategoryProperty
in interface AssetCategoryPropertyServiceSoap
- Throws:
java.rmi.RemoteException