public class FldRoleValue 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 |
---|
FldRoleValue(MboValue mbv)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
action()
Called if the data is valid, to cleanup mboset.
|
java.lang.String[] |
getAppLink()
Default implementation to return null.
|
MboSetRemote |
getList()
Return the value list.
|
java.lang.String |
getLookupName()
Default implementation to return null.
|
boolean |
hasList()
Whether this field has a list.
|
MboSetRemote |
smartFind(java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
MboSetRemote |
smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
void |
validate()
Validate that the MboSet returned used using either the relationship, or the where clause is
not empty.
|
addConditionalListWhere, addToLookupMapCache, chooseActualDomainValues, clearConditionalListWhere, evalConditionalWhere, getListCriteria, getMatchingAttr, getMatchingAttr, getMboSet, getMboSet, getMboSet, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setRelationship, setValueFromLookup, setValueFromLookup, smartFill, smartFillWithoutReset, smartFindWithoutReset
getConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainId
getIntegrationService, getMboValue, getMboValue, getType, init, initValue, setType
public FldRoleValue(MboValue mbv)
mbv
- The attribute this object will listen to.public java.lang.String getLookupName() throws MXException, java.rmi.RemoteException
MboValueAdapter
getLookupName
in interface MboValueListener
getLookupName
in class MboValueAdapter
MXException
java.rmi.RemoteException
public java.lang.String[] getAppLink() throws MXException, java.rmi.RemoteException
MboValueAdapter
getAppLink
in interface MboValueListener
getAppLink
in class MboValueAdapter
MXException
java.rmi.RemoteException
public boolean hasList()
hasList
in interface MboValueListener
hasList
in class MAXTableDomain
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
MAXTableDomain
getList
in interface MboValueListener
getList
in class MAXTableDomain
MXException
java.rmi.RemoteException
public void validate() throws MXException, java.rmi.RemoteException
MAXTableDomain
validate
in interface MboValueListener
validate
in class MAXTableDomain
MXException
java.rmi.RemoteException
public MboSetRemote smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
MAXTableDomain
smartFind
in interface MboValueListener
smartFind
in class MAXTableDomain
value
- the value which is the qbe of the attributeMXException
java.rmi.RemoteException
public MboSetRemote smartFind(java.lang.String sourceObj, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
MAXTableDomain
smartFind
in interface MboValueListener
smartFind
in class MAXTableDomain
MXException
java.rmi.RemoteException
public void action() throws MXException, java.rmi.RemoteException
MAXTableDomain
action
in interface MboValueListener
action
in class MAXTableDomain
MXException
java.rmi.RemoteException