public class FldDataSetAttributeDesc extends MAXTableDomain implements MboConstants
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fldAttribute
The "Data Set X Attribute" attribute name.
|
protected java.lang.String |
fldClassStructureId
The "Data Set X Class Structure" attribute name.
|
protected java.lang.String |
fldDataSet
The "Data Set X" attribute name.
|
protected java.lang.String |
fldObjectName
The "Data Set X Object" attribute name.
|
ISNOTNULL, ISNULLlastSignaturemboValueALLROWS, 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, USERTYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWN| Constructor and Description |
|---|
FldDataSetAttributeDesc(MboValue mbv,
java.lang.String ds,
java.lang.String obj,
java.lang.String classId,
java.lang.String attr)
Creates a new field validator class for the "Data Set X Attribute Description".
|
| Modifier and Type | Method and Description |
|---|---|
void |
initValue()
Called to initialize the MboValue's value.
|
void |
validate()
Suppresses the superclass's validation.
|
action, 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, smartFill, smartFillWithoutReset, smartFind, smartFind, smartFindWithoutResetgetConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainIdgetAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getTranslator, getType, init, setTypeprotected java.lang.String fldDataSet
protected java.lang.String fldObjectName
protected java.lang.String fldClassStructureId
protected java.lang.String fldAttribute
public FldDataSetAttributeDesc(MboValue mbv, java.lang.String ds, java.lang.String obj, java.lang.String classId, java.lang.String attr) throws MXException
mbv - An MBO value for the attribute.MXException - If the field validator cannot be created.public void validate()
throws MXException,
java.rmi.RemoteException
validate in interface MboValueListenervalidate in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpublic void initValue()
throws MXException,
java.rmi.RemoteException
MboValueAdapterinitValue in interface MboValueListenerinitValue in class MboValueAdapterMXExceptionjava.rmi.RemoteExceptionMboValueAdapter.initValue()