Class NDRForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.ndr.action.form.NDRForm
- All Implemented Interfaces:
Serializable
public class NDRForm
extends org.apache.struts.action.ActionForm
ActionForm bean for handling interactions with the NDR.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets setInfo instances for each collection NOT registered with NDRbooleanGets Map associating a setSpec with the corresponding mdpHandleGets list of setInfo instances for each collection registered with NDRGet result of async call to NDR.Gets results of a Sync operationprotected final voidOutput a line of text to standard out, with datestamp, if debug is set to true.voidsetAppAgent(AgentReader agentReader) voidsetBrowserHandles(List handles) Handles to either aggregator or mdp objects for use in NDR BrowservoidsetDcsCollections(List sets) A list of setInfo instances for each collection NOT registered with NDRvoidvoidsetMdpHandleMap(Map handleMap) handleMap associates a setSpec with the corresponding mdpHandlevoidsetNdrCollections(List sets) A list of setInfo instances for each collection registered with NDRvoidsetProgress(String progress) voidsetProxyResponse(String response) Stores result of async call to NDRvoidsetSyncReport(SyncReport report) Stores results of a Sync operationvoidMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
NDRForm
public NDRForm()Constructor
-
-
Method Details
-
setSyncService
-
getSyncService
-
getIsSyncing
public boolean getIsSyncing() -
setSyncReport
Stores results of a Sync operation -
getSyncReport
Gets results of a Sync operation -
setProgress
-
getProgress
-
setHandle
-
getHandle
-
getNdrApiBaseUrl
-
getNcsAgentHandle
-
setAppAgent
-
getAppAgentIdentity
-
getAppAgentIdentityType
-
setProxyResponse
Stores result of async call to NDR -
getProxyResponse
Get result of async call to NDR. Can be json object, xml, or a simple String -
setBrowserHandles
Handles to either aggregator or mdp objects for use in NDR Browser -
getBrowserHandles
-
setMdpHandleMap
handleMap associates a setSpec with the corresponding mdpHandle -
getMdpHandleMap
Gets Map associating a setSpec with the corresponding mdpHandle -
setNdrCollections
A list of setInfo instances for each collection registered with NDR -
getNdrCollections
Gets list of setInfo instances for each collection registered with NDR -
setDcsCollections
A list of setInfo instances for each collection NOT registered with NDR -
getDcsCollections
Gets setInfo instances for each collection NOT registered with NDR -
prtln
Output a line of text to standard out, with datestamp, if debug is set to true.- Parameters:
s- The String that will be output.
-