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