public interface ListTypeServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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) |
ListTypeSoap getListType(int listTypeId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionListTypeSoap[] getListTypes(java.lang.String type) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid validate(int listTypeId,
long classNameId,
java.lang.String type)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid validate(int listTypeId,
java.lang.String type)
throws java.rmi.RemoteException
java.rmi.RemoteException