Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-132
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
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.
Class ScLibUserConversion
Package
pathway.its
Syntax
public pathway.its.ScLibUserConversion
Description
This class provides the Java equivalent of the standard user conversion routines
provided in the TCP user library object file, PATHTCPL.
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