public class IBAEditHelper
extends Object
| Constructor and Description |
|---|
IBAEditHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkAccess() |
static List<Persistable> |
doSearch(ServletRequest request) |
static Map |
getEditableIBA(Persistable perObj) |
static Map |
getEditableIBA(Persistable perObj,
boolean allowMultiVal) |
static Map |
getListOfAtts() |
static Map |
getTypeDefinition(Persistable perObj) |
static void |
main(String[] a) |
static String |
updateIBAs(Persistable perObj,
Map requestParams,
boolean iterate,
boolean forceEmpty,
boolean allowMultiVal) |
public static final int MAJOR
public static final int MINOR
public static boolean checkAccess()
throws WTException
WTExceptionpublic static Map getListOfAtts()
throws RemoteException,
WTException
RemoteExceptionWTExceptionpublic static Map getTypeDefinition(Persistable perObj)
throws RemoteException,
WTException
RemoteExceptionWTExceptionpublic static Map getEditableIBA(Persistable perObj)
throws RemoteException,
WTException
RemoteExceptionWTExceptionpublic static Map getEditableIBA(Persistable perObj,
boolean allowMultiVal)
throws RemoteException,
WTException
RemoteExceptionWTExceptionpublic static String updateIBAs(Persistable perObj,
Map requestParams,
boolean iterate,
boolean forceEmpty,
boolean allowMultiVal)
throws Exception
Exceptionpublic static void main(String[] a)
throws Exception
Exceptionpublic static List<Persistable> doSearch(ServletRequest request)
throws Exception
Exception