com.liferay.client.soap.portal.service.http
Interface ListTypeServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_ListTypeServiceSoapBindingImpl, Portal_ListTypeServiceSoapBindingStub

public interface ListTypeServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

validate

void validate(int listTypeId,
              java.lang.String type)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

validate

void validate(int listTypeId,
              long classNameId,
              java.lang.String type)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getListType

ListTypeSoap getListType(int listTypeId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getListTypes

ListTypeSoap[] getListTypes(java.lang.String type)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException