|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.ndr.action.form.NDRForm
public class NDRForm
ActionForm bean for handling interactions with the NDR.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
NDRForm()
Constructor |
Method Summary | |
---|---|
String |
getAppAgentIdentity()
|
String |
getAppAgentIdentityType()
|
List |
getBrowserHandles()
|
List |
getDcsCollections()
Gets setInfo instances for each collection NOT registered with NDR |
String |
getHandle()
|
boolean |
getIsSyncing()
|
Map |
getMdpHandleMap()
Gets Map associating a setSpec with the corresponding mdpHandle |
String |
getNcsAgentHandle()
|
String |
getNdrApiBaseUrl()
|
List |
getNdrCollections()
Gets list of setInfo instances for each collection registered with NDR |
String |
getProgress()
|
String |
getProxyResponse()
Get result of async call to NDR. |
SyncReport |
getSyncReport()
Gets results of a Sync operation |
SyncService |
getSyncService()
|
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
setAppAgent(AgentReader agentReader)
|
void |
setBrowserHandles(List handles)
Handles to either aggregator or mdp objects for use in NDR Browser |
void |
setDcsCollections(List sets)
A list of setInfo instances for each collection NOT registered with NDR |
void |
setHandle(String handle)
|
void |
setMdpHandleMap(Map handleMap)
handleMap associates a setSpec with the corresponding mdpHandle |
void |
setNdrCollections(List sets)
A list of setInfo instances for each collection registered with NDR |
void |
setProgress(String progress)
|
void |
setProxyResponse(String response)
Stores result of async call to NDR |
void |
setSyncReport(SyncReport report)
Stores results of a Sync operation |
void |
setSyncService(SyncService svc)
|
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NDRForm()
Method Detail |
---|
public void setSyncService(SyncService svc)
public SyncService getSyncService()
public boolean getIsSyncing()
public void setSyncReport(SyncReport report)
public SyncReport getSyncReport()
public void setProgress(String progress)
public String getProgress()
public void setHandle(String handle)
public String getHandle()
public String getNdrApiBaseUrl()
public String getNcsAgentHandle()
public void setAppAgent(AgentReader agentReader)
public String getAppAgentIdentity()
public String getAppAgentIdentityType()
public void setProxyResponse(String response)
public String getProxyResponse()
public void setBrowserHandles(List handles)
public List getBrowserHandles()
public void setMdpHandleMap(Map handleMap)
public Map getMdpHandleMap()
public void setNdrCollections(List sets)
public List getNdrCollections()
public void setDcsCollections(List sets)
public List getDcsCollections()
protected final void prtln(String s)
s
- The String that will be output.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |