public class FldFailureListFailureCode extends MAXTableDomain
ISNOTNULL, ISNULLlastSignaturemboValueTYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWNALLROWS, CHANGEDBY_USER, COUNT_ADDITIONS, COUNT_AFTERSAVE, COUNT_DATABASE, COUNT_DELETED, COUNT_EXISTING, DBCONFIG, DELAYVALIDATION, DELAYVALIDATIONONLY, DISCARDABLE, GOTCOMPLETEWHERE, HIDDEN, NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH, NOACCESSCHECK, NOACTION, NOADD, NOCOMMIT, NODELETE, NONE, NOOVERWRITE, NOSAVE, NOSETVALUE, NOUPDATE, NOVALIDATION, NOVALIDATION_AND_NOACTION, NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER, READONLY, REBUILD, REQUIRED, SAMEVALUEVALIDATION, SETBYPARENT, USER| Constructor and Description |
|---|
FldFailureListFailureCode(MboValue mbv)
Construct and attach to the specified MboValue
|
| Modifier and Type | Method and Description |
|---|---|
void |
action()
Called if the data is valid, to cleanup mboset.
|
MboSetRemote |
smartFill(java.lang.String value,
boolean exact)
IV94896
Get the list based on the qbe value of the attribute, and add the substring entered on the field
to the list.
|
void |
validate()
Validate duplication of the failure code.
|
addConditionalListWhere, addToLookupMapCache, chooseActualDomainValues, clearConditionalListWhere, evalConditionalWhere, getList, getListCriteria, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMboSet, getMboSet, getMboSet, hasList, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setRelationship, setValueFromLookup, setValueFromLookup, smartFillWithoutReset, smartFind, smartFind, smartFindWithoutResetgetConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainIdgetAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getTranslator, getType, init, initValue, setTypepublic FldFailureListFailureCode(MboValue mbv)
mbv - The MboValue this field will attach to.public void validate()
throws MXException,
java.rmi.RemoteException
validate in interface MboValueListenervalidate in class MAXTableDomainMXApplicationException - duplicatechild when it is not top level and this failurecode already exist in same levelMXApplicationException - childnameasparent when it is not top level and the parent has this failurecodeMXApplicationException - hierarchiexists when it is top level and this failurecode already existMXExceptionjava.rmi.RemoteExceptionpublic void action()
throws MXException,
java.rmi.RemoteException
MAXTableDomainaction in interface MboValueListeneraction in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpublic MboSetRemote smartFill(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
smartFill in interface MboValueListenersmartFill in class MAXTableDomainvalue - the value the ther has entered in this field.exact - whether the list is retrieved use exact qbe.MXExceptionjava.rmi.RemoteException