Class SendDO
java.lang.Object
com.softwaremining.vendors.cics.dto.CicsDO
com.softwaremining.vendors.cics.dto.SendDO
- All Implemented Interfaces:
ICicsScreenDO
-
Field Summary
Fields inherited from class com.softwaremining.vendors.cics.dto.CicsDO
handleActive, log, resp, resp2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
returns the TopLevelField for the specified screenOutputBuffergetMap()
getText()
Deprecated.- replace with getTextDataObj()Used interenally for printToFileboolean
isAlarm()
boolean
boolean
isCursor()
boolean
boolean
boolean
isErase()
boolean
boolean
boolean
isFreekb()
boolean
isFrset()
boolean
boolean
isNleom()
boolean
isPrint()
boolean
isText()
boolean
isWait()
setAccum()
to do : unsure what this is meanth to do.setAlarm()
when dataOnly is assigned - the previous version of screen is cleared before re-displaying the new information.setDli_IgnoreAttribs
(boolean dli_IgnoreAttribs) setErase()
Then the value of fields in screenOutputBuffer will be used to populate the elements of target screen.First the data provided in "dataBuffer" is copied to screenOutputBuffer.First the data provided in "dataBuffer" is copied to screenOutputBuffer.A field or Group containing fields to be used as data for population of screen elements Note that the the names of fields must match those in screen elements.First the data provided in "dataBuffer" is copied to screenOutputBuffer.setFrset()
specifies that the default printer line length is to be used.setLast()
to do specifies that this is the last SEND command for a transactionsetLength
(int newValue) For backward compatibility only - length information is not usedFor backward compatibility only - length information is not usedsetNleom()
specifies that the default printer line length is to be used.setPrint()
setResponse
(ISMObject responseField) to do specifies that this is the last SEND command for a transactionsetText
(AbstractDataObject textObj) setWait()
Methods inherited from class com.softwaremining.vendors.cics.dto.CicsDO
getCicsRespondCode, getResp, getResp2, isHandleActive, setCicsRespondCode
-
Constructor Details
-
SendDO
public SendDO()
-
-
Method Details
-
setMap
-
setMap
-
getMap
- Specified by:
getMap
in interfaceICicsScreenDO
-
setMapset
- Parameters:
mapset_FileName
- - name of the original BMS-FILE, and name of target XML file- Returns:
-
getMapset
- Specified by:
getMapset
in interfaceICicsScreenDO
- Returns:
- - name of the original BMS-FILE
-
setFrom
A field or Group containing fields to be used as data for population of screen elements Note that the the names of fields must match those in screen elements.- Parameters:
from
-- Returns:
-
setFrom
Then the value of fields in screenOutputBuffer will be used to populate the elements of target screen. Note that the the names of fields must match those in screen elements.- Parameters:
screenOutputBuffer
-- Returns:
-
setFrom
First the data provided in "dataBuffer" is copied to screenOutputBuffer. Then the value of fields in screenOutputBuffer will be used to populate the elements of target screen. Note that the the names of fields must match those in screen elements.- Parameters:
screenOutputBuffer
-dataBuffer
-- Returns:
-
setFrom
First the data provided in "dataBuffer" is copied to screenOutputBuffer. Then the value of fields in screenOutputBuffer will be used to populate the elements of target screen. Note that the the names of fields must match those in screen elements.- Parameters:
screenOutputBuffer
-dataBuffer
-- Returns:
-
setFrom
First the data provided in "dataBuffer" is copied to screenOutputBuffer. Then the value of fields in screenOutputBuffer will be used to populate the elements of target screen. Note that the the names of fields must match those in screen elements.- Parameters:
screenOutputBuffer
-dataBuffer
-- Returns:
-
getFrom
returns the TopLevelField for the specified screenOutputBuffer- Returns:
-
setLength
For backward compatibility only - length information is not used- Parameters:
length
-- Returns:
-
setLength
For backward compatibility only - length information is not used- Parameters:
newValue
-- Returns:
-
getLength
-
setResponse
-
setDataonly
when dataOnly is assigned - the previous version of screen is cleared before re-displaying the new information.- Returns:
-
isDataonly
public boolean isDataonly() -
setMaponly
-
isMaponly
public boolean isMaponly() -
setCursor
-
isCursor
public boolean isCursor() -
setFormfeed
-
isFormfeed
public boolean isFormfeed() -
setErase
-
isErase
public boolean isErase() -
setEraseaup
-
isEraseaup
public boolean isEraseaup() -
setPrint
-
isPrint
public boolean isPrint() -
setFreeKB
-
setFreekb
-
isFreekb
public boolean isFreekb() -
setAlarm
-
isAlarm
public boolean isAlarm() -
setFrset
-
isFrset
public boolean isFrset() -
setWait
-
isWait
public boolean isWait() -
setText
-
setText
-
getText
Deprecated.- replace with getTextDataObj()for internal use only- Returns:
-
getTextDataObj
Used interenally for printToFile- Returns:
-
isText
public boolean isText() -
setNleom
-
isNleom
public boolean isNleom() -
setControl
-
isControl
public boolean isControl() -
setLast
to do specifies that this is the last SEND command for a transaction- Returns:
-
setTerminal
to do specifies that this is the last SEND command for a transaction- Returns:
-
setHoneom
specifies that the default printer line length is to be used. This length should be the same as that specified using the RDO TYPETERM options PAGESIZE or ALTPAGE, and the same as the printer platen width; otherwise the data may not format correctly. When using the HONEOM option, see DFHMDI options, CTRL for a description of the option priority.- Returns:
-
setPaging
specifies that the default printer line length is to be used. This length should be the same as that specified using the RDO TYPETERM options PAGESIZE or ALTPAGE, and the same as the printer platen width; otherwise the data may not format correctly. When using the HONEOM option, see DFHMDI options, CTRL for a description of the option priority.- Returns:
-
setAccum
to do : unsure what this is meanth to do. No documentation on http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=/com.ibm.cics.te.doc/erziai0024.htm EXEC CICS SEND MAP(..) MAPSET(..) FROM(...) ACCUM- Returns:
-
getScreenIOObject
-
getScreenBufferObject
-
isDli_IgnoreAttribs
public boolean isDli_IgnoreAttribs() -
setDli_IgnoreAttribs
-