Class DisplayRequest
java.lang.Object
com.softwaremining.ui.screenrequest.DisplayRequest
- All Implemented Interfaces:
IScreenInteraction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(RequestEntry entry) void
addSerializedObject
(String paramName, ISMBean obj) method currently used in CICS sub-systemvoid
clear()
boolean
containsParameter
(String parameterName) for internal use onlyint
String[]
get names of all the "parameters" used in the XML entry for this screen.getSerializedObject
(Class clazz) boolean
Expect to "Accept" a value from screen (read from screen-io)void
merge
(DisplayRequest displayRequest) for SoftwareMining internal use only Merge current displayRequest with new onesvoid
setEntries
(List<RequestEntry> entryList) void
setParameterValue
(String parameterName, ISMObject parameter) in the outgoing message - send the value of a parameter identified by "parameterName" to value of "parameter"void
toString()
-
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: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
-