com.liferay.client.soap.portal.service.http
Class Portal_ListTypeServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_ListTypeServiceSoapBindingImpl
All Implemented Interfaces:
ListTypeServiceSoap, java.rmi.Remote

public class Portal_ListTypeServiceSoapBindingImpl
extends java.lang.Object
implements ListTypeServiceSoap


Constructor Summary
Portal_ListTypeServiceSoapBindingImpl()
           
 
Method Summary
 ListTypeSoap getListType(int listTypeId)
           
 ListTypeSoap[] getListTypes(java.lang.String type)
           
 void validate(int listTypeId, long classNameId, java.lang.String type)
           
 void validate(int listTypeId, java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_ListTypeServiceSoapBindingImpl

public Portal_ListTypeServiceSoapBindingImpl()
Method Detail

validate

public void validate(int listTypeId,
                     java.lang.String type)
              throws java.rmi.RemoteException
Specified by:
validate in interface ListTypeServiceSoap
Throws:
java.rmi.RemoteException

validate

public void validate(int listTypeId,
                     long classNameId,
                     java.lang.String type)
              throws java.rmi.RemoteException
Specified by:
validate in interface ListTypeServiceSoap
Throws:
java.rmi.RemoteException

getListType

public ListTypeSoap getListType(int listTypeId)
                         throws java.rmi.RemoteException
Specified by:
getListType in interface ListTypeServiceSoap
Throws:
java.rmi.RemoteException

getListTypes

public ListTypeSoap[] getListTypes(java.lang.String type)
                            throws java.rmi.RemoteException
Specified by:
getListTypes in interface ListTypeServiceSoap
Throws:
java.rmi.RemoteException