Class DisplayRequest
java.lang.Object
com.softwaremining.ui.screenrequest.DisplayRequest
- All Implemented Interfaces:
IScreenInteraction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(RequestEntry entry) voidaddSerializedObject(String paramName, ISMBean obj) method currently used in CICS sub-systemvoidclear()booleancontainsParameter(String parameterName) for internal use onlyintString[]get names of all the "parameters" used in the XML entry for this screen.getSerializedObject(Class clazz) booleanExpect to "Accept" a value from screen (read from screen-io)voidmerge(DisplayRequest displayRequest) for SoftwareMining internal use only Merge current displayRequest with new onesvoidsetEntries(List<RequestEntry> entryList) voidsetParameterValue(String parameterName, ISMObject parameter) in the outgoing message - send the value of a parameter identified by "parameterName" to value of "parameter"voidtoString()
-
Constructor Details
-
DisplayRequest
public DisplayRequest()
-
-
Method Details
-
addSerializedObject
method currently used in CICS sub-system- Parameters:
paramName-obj-
-
getSerializedObject
-
addEntry
-
getEntries
-
setEntries
-
getTmpClonedEntriesForUseInFocus
-
getClonedRequestEntries
for internal use only- Parameters:
feedClonedValues-- Returns:
-
getParameterNames
get names of all the "parameters" used in the XML entry for this screen. For example a screen definition in the generated XML may contain: Here the "interestRate" is a parameter.11 43 interestRate- Returns:
-
containsParameter
-
setParameterValue
in the outgoing message - send the value of a parameter identified by "parameterName" to value of "parameter"- Parameters:
parameterName-parameter-
-
isAcceptable
public boolean isAcceptable()Expect to "Accept" a value from screen (read from screen-io)- Returns:
-
getParameters
-
merge
for SoftwareMining internal use only Merge current displayRequest with new ones- Parameters:
displayRequest-
-
clear
public void clear() -
getSerializedObjects
-
getMaxRowPosition
public int getMaxRowPosition() -
sortByRowCoumn
public void sortByRowCoumn() -
toString
-