public abstract class PlusCWODsInstrDelegate
extends java.lang.Object
Constructor and Description |
---|
PlusCWODsInstrDelegate(MboAdapter mbo) |
Modifier and Type | Method and Description |
---|---|
PlusCWODsDelegate |
getDsDelegate() |
java.lang.String |
getNoAdjChoice() |
MboAdapter |
getThisMbo() |
java.lang.String |
getType() |
abstract MboSetAdapter |
getWODsPointSet(boolean fromMemory) |
boolean |
hasCalPoints() |
boolean |
hasDynamicChecks() |
boolean |
hasFunctionChecks() |
boolean |
isAllClear() |
boolean |
isAllEntered() |
boolean |
isAllEntered(java.lang.String prefix)
Returns
true if all of the relevant "as found"/"as left"
"input"/"output"/"set point" fields are entered, depending on the asset
function type, for all points in this asset function. |
boolean |
isRepeatable() |
boolean |
meetsNoAdjustmentConditions() |
public PlusCWODsInstrDelegate(MboAdapter mbo)
public abstract MboSetAdapter getWODsPointSet(boolean fromMemory) throws java.lang.Exception
java.lang.Exception
public PlusCWODsDelegate getDsDelegate() throws java.lang.Exception
java.lang.Exception
public MboAdapter getThisMbo()
public java.lang.String getType() throws java.lang.Exception
java.lang.Exception
public boolean isRepeatable() throws java.lang.Exception
java.lang.Exception
public boolean isAllEntered() throws java.lang.Exception
instr
- java.lang.Exception
public boolean isAllEntered(java.lang.String prefix) throws java.lang.Exception
true
if all of the relevant "as found"/"as left"
"input"/"output"/"set point" fields are entered, depending on the asset
function type, for all points in this asset function.prefix
- either "ASFOUND" or "ASLEFT"true
if all relevant fields are filled.java.lang.Exception
public boolean isAllClear() throws java.lang.Exception
java.lang.Exception
public boolean hasCalPoints() throws java.lang.Exception
java.lang.Exception
public boolean hasFunctionChecks() throws java.lang.Exception
java.lang.Exception
public boolean hasDynamicChecks() throws java.lang.Exception
java.lang.Exception
public boolean meetsNoAdjustmentConditions() throws java.lang.Exception
java.lang.Exception
public java.lang.String getNoAdjChoice() throws java.lang.Exception
java.lang.Exception