com.infoengine.pda
Class AbstractWebject
java.lang.Object
com.infoengine.pda.AbstractWebject
- Direct Known Subclasses:
- CreateObject, DeleteObjects, QueryObjects, UpdateObjects, ValidateUser
- public abstract class AbstractWebject
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupOutName
protected String groupOutName
logWriter
protected com.infoengine.log.LogWriter logWriter
password
protected String password
serviceName
protected String serviceName
task
protected Task task
username
protected String username
webject
protected Webject webject
AbstractWebject
public AbstractWebject()
initialize
public void initialize(Task task,
String serviceName,
com.infoengine.log.LogWriter logWriter)
throws IEAdapterException
- Throws:
IEAdapterException
run
public abstract void run()
throws IEException
- Throws:
IEException
getTask
public Task getTask()
getParam
protected String getParam(String name)
getParam
protected String getParam(String name,
String def)
getParams
protected Enumeration getParams(String name)
getParamsAsArray
protected String[] getParamsAsArray(String name)
getWhere
protected String getWhere()
getAttribute
protected String getAttribute()
addGroup
protected void addGroup(Group group)
getActionURL
protected URL getActionURL(String action)
throws IEException
- Throws:
IEException
executeAction
protected Group executeAction(String action)
throws IEException
- Throws:
IEException