Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-125
Class ScLibUserConversion
Parameters
Description
This method is automatically invoked during execution of the accept() method. It is
called before the data is moved from the screen fields to the associated TO objects. It is
equivalent to the USER^ALPHA^INPUT^CONVERSION and
USER^NUMERIC^INPUT^CONVERSION procedures in the TCP user library object
file, PATHTCPL.
Method doOutputUserConversion
Purpose
Performs output user conversion.
Syntax
public boolean doOutputUserConversion (ScreenField[] fldArray)
Parameters
Description
This method is automatically invoked during execution of the display() method.
It is called before the data is updated in the HTML fields. It is equivalent to the
USER^ALPHA^OUTPUT^CONVERSION and
USER^NUMERIC^OUTPUT^CONVERSION procedures in the TCP user library
object file, PATHTCPL.
Method getServerClassName
Syntax
public String getServerClassName()
Return Value
Returns the name of the server class used for user conversion.
fldArray
An array of ScreenField objects for which user conversion is
to be done; corresponds to screen fields having the USER
CONVERSION clause in SCREEN COBOL
fldArray
An array of ScreenField objects for which user conversion is
to be done; corresponds to screen fields having the USER
CONVERSION clause in SCREEN COBOL