com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl

java.lang.Object
  extended by 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


Constructor Summary
Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl

public Portlet_Asset_AssetCategoryPropertyServiceSoapBindingImpl()
Method Detail

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