public class FldDataSetAttributeName extends MAXTableDomain
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dsAttribute
This object's "Data Set N Attribute" field name.
|
protected java.lang.String |
dsAttributeTitle
The child object's "Data Set N Attribute Title" field name.
|
protected java.lang.String |
dsClassStructure
The child object's "Data Set N Class Structure Id" field name.
|
protected java.lang.String |
dsObjectName
The name of the "Data Set X" field.
|
protected java.lang.String |
fldDataSetOwner
The name of the data set type defining field of the owner object.
|
protected java.lang.String |
fldOperator
The child object's "Operator" field name.
|
protected java.lang.String |
fldValue
The child object's "Value" field name.
|
protected boolean |
isRelationshipSet
True if relationship is set.
|
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".
|
protected boolean |
isReadOnly()
Determines if the field should be read-only or not.
|
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, getMatchingAttrs, 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, getTranslator, getType, initValue, setType
protected java.lang.String fldDataSetOwner
protected java.lang.String dsObjectName
protected java.lang.String dsClassStructure
protected java.lang.String dsAttribute
protected java.lang.String dsAttributeTitle
protected java.lang.String fldOperator
protected java.lang.String fldValue
protected boolean isRelationshipSet
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()
protected boolean isReadOnly() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
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