public class MultiValHelper
extends Object
implements RemoteAccess
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTPGWHOSTNAME |
static int |
MAJOR |
static int |
MINOR |
static String |
RMIHOSTNAME |
static boolean |
SERVER |
static String |
WEBAPPNAME |
static String |
WTHOME |
| Constructor and Description |
|---|
MultiValHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkAccess() |
static HashMap<String,Object> |
doQuery(HashMap queryParams) |
static HashMap<String,Object> |
doSqlQuery(HashMap<String,Object> queryParams) |
static Vector |
doUpdate(HashMap queryParams) |
static Persistable |
getLatestIteration(Persistable obj) |
static String |
getWorkbase() |
static void |
writeWorkfile(String workfileName,
HashMap<String,Object> worklist,
String reduceto,
String reducetoVal,
boolean allowempty,
boolean iterate,
String[] ibaSkipList,
boolean latestOnly) |
public static final int MAJOR
public static final int MINOR
public static final boolean SERVER
public static final String RMIHOSTNAME
public static final String HTTPGWHOSTNAME
public static final String WEBAPPNAME
public static final String WTHOME
public static boolean checkAccess()
throws WTException
WTExceptionpublic static String getWorkbase()
throws IOException
IOExceptionpublic static void writeWorkfile(String workfileName,
HashMap<String,Object> worklist,
String reduceto,
String reducetoVal,
boolean allowempty,
boolean iterate,
String[] ibaSkipList,
boolean latestOnly)
throws Exception
Exceptionpublic static HashMap<String,Object> doQuery(HashMap queryParams)
throws WTException
WTExceptionpublic static HashMap<String,Object> doSqlQuery(HashMap<String,Object> queryParams)
throws Exception
Exceptionpublic static Vector doUpdate(HashMap queryParams)
throws WTException
WTExceptionpublic static Persistable getLatestIteration(Persistable obj)