Package | Description |
---|---|
psdi.iface.proc |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionProcesser.checkConditions(java.util.ArrayList cols,
MboRemote mbo,
MaxIfaceProcInfo procInfo,
StructureData struc,
java.lang.String extSystem,
boolean isOut)
This will check assignment procs.
|
void |
ProcProcesser.setCombineColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the COMBINE transaction
|
void |
ProcProcesser.setReplaceColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the REPLACE and SET
transaction
|
void |
ProcProcesser.setSplitColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the SPLIT transaction
|