public class FldDataSetAttributeName extends MAXTableDomain
ISNOTNULL, ISNULL
lastSignature
mboValue
TYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWN
ALLROWS, 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 |
---|
FldDataSetAttributeName(MboValue mbv,
java.lang.String dsOwner,
java.lang.String dsObject,
java.lang.String dsClassStruct,
java.lang.String dsTitle,
java.lang.String fldOp,
java.lang.String fldVal)
Creates a field validator class for the "Data Set N Object Name".
|
Modifier and Type | Method and Description |
---|---|
void |
action()
Called when a valid value is selected for this field.
|
MboSetRemote |
getList()
Overrides the superclass's "getList" to return a list of values to display.
|
void |
init()
Overrides the superclass's "init".
|
boolean |
isUnitOfMeasure() |
void |
setRelationship(java.lang.String objectName,
java.lang.String whereClause)
Set realtionship flag
|
void |
validate()
This class dynamically build relationship and listcriteria and validate from base class required relationship set.
|
addConditionalListWhere, addToLookupMapCache, chooseActualDomainValues, clearConditionalListWhere, evalConditionalWhere, getListCriteria, getMatchingAttr, getMatchingAttr, getMboSet, getMboSet, getMboSet, hasList, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setValueFromLookup, setValueFromLookup, smartFill, smartFillWithoutReset, smartFind, smartFind, smartFindWithoutReset
getConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainId
getAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getType, initValue, setType
public FldDataSetAttributeName(MboValue mbv, java.lang.String dsOwner, java.lang.String dsObject, java.lang.String dsClassStruct, java.lang.String dsTitle, java.lang.String fldOp, java.lang.String fldVal) throws MXException, java.rmi.RemoteException
mbv
- Mbo value.dsOwner
- Owner's "Data Set N" field name (RECONTYPE or COMPSET).dsObject
- "Data Set N Object Name" field name.dsClassStruct
- Classification Structure Id field name.dsTitle
- Attribute Title field name.fldOp
- Operator field.MXException
- If there is an error.java.rmi.RemoteException
- If there is an RMI error.public void init() throws MXException, java.rmi.RemoteException
init
in interface MboValueListener
init
in class MboValueAdapter
MXException
java.rmi.RemoteException
public boolean isUnitOfMeasure()
public void action() throws MXException, java.rmi.RemoteException
action
in interface MboValueListener
action
in class MAXTableDomain
MXException
java.rmi.RemoteException
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList
in interface MboValueListener
getList
in class MAXTableDomain
MXException
java.rmi.RemoteException
public void validate() throws MXException, java.rmi.RemoteException
validate
in interface MboValueListener
validate
in class MAXTableDomain
MXException
java.rmi.RemoteException
public void setRelationship(java.lang.String objectName, java.lang.String whereClause)
setRelationship
in class MAXTableDomain