com.liferay.client.portlet.expando.service.http
Class Portlet_Expando_ExpandoValueServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.portlet.expando.service.http.Portlet_Expando_ExpandoValueServiceSoapBindingStub
All Implemented Interfaces:
ExpandoValueServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_Expando_ExpandoValueServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ExpandoValueServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_Expando_ExpandoValueServiceSoapBindingStub()
           
Portlet_Expando_ExpandoValueServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Expando_ExpandoValueServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 ExpandoValueSoap addValue(long columnId, long rowId, long classPK, java.lang.String data)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteColumnValues(long columnId)
           
 void deleteRowValues(long rowId)
           
 void deleteTableValues(long tableId)
           
 void deleteValue(long valueId)
           
 void deleteValues(long classNameId, long classPK)
           
 void deleteValues(java.lang.String className, long classPK)
           
 ExpandoValueSoap[] getColumnValues(long columnId, int begin, int end)
           
 ExpandoValueSoap[] getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
 ExpandoValueSoap[] getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
 int getColumnValuesCount(long columnId)
           
 int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
 int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName)
           
 ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int begin, int end)
           
 ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int begin, int end)
           
 int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName)
           
 int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName)
           
 ExpandoValueSoap[] getRowValues(long rowId)
           
 ExpandoValueSoap[] getRowValues(long rowId, int begin, int end)
           
 int getRowValuesCount(long rowId)
           
 ExpandoValueSoap getValue(long valueId)
           
 ExpandoValueSoap getValue(long columnId, long rowId)
           
 ExpandoValueSoap getValue(long classNameId, java.lang.String tableName, java.lang.String name, long rowId)
           
 ExpandoValueSoap getValue(java.lang.String className, java.lang.String tableName, java.lang.String name, long rowId)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Expando_ExpandoValueServiceSoapBindingStub

public Portlet_Expando_ExpandoValueServiceSoapBindingStub()
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Expando_ExpandoValueServiceSoapBindingStub

public Portlet_Expando_ExpandoValueServiceSoapBindingStub(java.net.URL endpointURL,
                                                          javax.xml.rpc.Service service)
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Expando_ExpandoValueServiceSoapBindingStub

public Portlet_Expando_ExpandoValueServiceSoapBindingStub(javax.xml.rpc.Service service)
                                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteValues

public void deleteValues(java.lang.String className,
                         long classPK)
                  throws java.rmi.RemoteException
Specified by:
deleteValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteValues

public void deleteValues(long classNameId,
                         long classPK)
                  throws java.rmi.RemoteException
Specified by:
deleteValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteColumnValues

public void deleteColumnValues(long columnId)
                        throws java.rmi.RemoteException
Specified by:
deleteColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteRowValues

public void deleteRowValues(long rowId)
                     throws java.rmi.RemoteException
Specified by:
deleteRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteTableValues

public void deleteTableValues(long tableId)
                       throws java.rmi.RemoteException
Specified by:
deleteTableValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

addValue

public ExpandoValueSoap addValue(long columnId,
                                 long rowId,
                                 long classPK,
                                 java.lang.String data)
                          throws java.rmi.RemoteException
Specified by:
addValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

deleteValue

public void deleteValue(long valueId)
                 throws java.rmi.RemoteException
Specified by:
deleteValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(long columnId,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(long classNameId,
                                          java.lang.String tableName,
                                          java.lang.String columnName,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValues

public ExpandoValueSoap[] getColumnValues(java.lang.String className,
                                          java.lang.String tableName,
                                          java.lang.String columnName,
                                          int begin,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(long classNameId,
                                java.lang.String tableName,
                                java.lang.String columnName)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(java.lang.String className,
                                java.lang.String tableName,
                                java.lang.String columnName)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getColumnValuesCount

public int getColumnValuesCount(long columnId)
                         throws java.rmi.RemoteException
Specified by:
getColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

public ExpandoValueSoap[] getDefaultTableColumnValues(java.lang.String className,
                                                      java.lang.String columnName,
                                                      int begin,
                                                      int end)
                                               throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValues

public ExpandoValueSoap[] getDefaultTableColumnValues(long classNameId,
                                                      java.lang.String columnName,
                                                      int begin,
                                                      int end)
                                               throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(long classNameId,
                                            java.lang.String columnName)
                                     throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(java.lang.String className,
                                            java.lang.String columnName)
                                     throws java.rmi.RemoteException
Specified by:
getDefaultTableColumnValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValues

public ExpandoValueSoap[] getRowValues(long rowId)
                                throws java.rmi.RemoteException
Specified by:
getRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValues

public ExpandoValueSoap[] getRowValues(long rowId,
                                       int begin,
                                       int end)
                                throws java.rmi.RemoteException
Specified by:
getRowValues in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getRowValuesCount

public int getRowValuesCount(long rowId)
                      throws java.rmi.RemoteException
Specified by:
getRowValuesCount in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long columnId,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(java.lang.String className,
                                 java.lang.String tableName,
                                 java.lang.String name,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long classNameId,
                                 java.lang.String tableName,
                                 java.lang.String name,
                                 long rowId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException

getValue

public ExpandoValueSoap getValue(long valueId)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface ExpandoValueServiceSoap
Throws:
java.rmi.RemoteException