Package | Description |
---|---|
com.ibm.pdp.maf.rpp.pac.common.dialog |
This package describes the com.ibm.pdp.maf.rpp.pac.common.dialog, see the description for an UML overview.
|
com.ibm.pdp.maf.rpp.pac.dialog |
This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview.
|
com.ibm.pdp.maf.rpp.pac.dialogserver |
This package describes the com.ibm.pdp.maf.rpp.pac.dialogserver, see the description for an UML overview.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataElementCallCSLine
Specifies the data elements which constitute the key.
|
interface |
LogicalViewCallCSLine
Indicates, for each Business Component, the Logical View you are using and its characteristics.
|
interface |
SegmentCallCSLine
Indicates the segment which is accessed in the screen.
|
interface |
ServerCallCSLine
In a Server or Server Dialog with a Business Component type, you can call another Business Component to run a service.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCSLine> |
AbstractDialog.getCSLines()
It indicates how Segments are accessed in the validation, update and display processing associated with the Screen.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCSLine> |
AbstractDialogServer.getCSLines()
It indicates how Segments or Logical View are accessed in the validation, update and display processing associated with the Server or the Dialog Server
|