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.Exceptionpublic PlusCWODsDelegate getDsDelegate() throws java.lang.Exception
java.lang.Exceptionpublic MboAdapter getThisMbo()
public java.lang.String getType()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isRepeatable()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isAllEntered()
throws java.lang.Exception
instr - java.lang.Exceptionpublic 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.Exceptionpublic boolean isAllClear()
throws java.lang.Exception
java.lang.Exceptionpublic boolean hasCalPoints()
throws java.lang.Exception
java.lang.Exceptionpublic boolean hasFunctionChecks()
throws java.lang.Exception
java.lang.Exceptionpublic boolean hasDynamicChecks()
throws java.lang.Exception
java.lang.Exceptionpublic boolean meetsNoAdjustmentConditions()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getNoAdjChoice()
throws java.lang.Exception
java.lang.Exception