public class FldManufacturerName 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 |
---|
FldManufacturerName(MboValue mbv)
Set the lookup mapping for the Deployed Software app
|
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
getList()
Return the list of all possible values - which is the contenst of the table DPAMMANUFACTURER
|
void |
initValue()
Only if the parent is TLOAMSOFTWARE, make this required and also transfer the read-only quality from
the linked attribute TLOAMSOFTWARE.manufacturer
|
void |
setValueFromLookup(MboRemote sourceMbo)
Copy manufacturername from the list selection (that comes itself from the manufacturer list) to target
attribute
|
MboSetRemote |
smartFind(java.lang.String value,
boolean exact)
Smart Find - manufacturername in the list mbo set
|
MboSetRemote |
smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Smart Find - delegates to the common version, it does not matter what is the object
|
void |
validate()
Do not perform any validation, this is a hidden field set by the business objects
|
action, addConditionalListWhere, addToLookupMapCache, chooseActualDomainValues, clearConditionalListWhere, evalConditionalWhere, getListCriteria, getMatchingAttr, getMatchingAttr, getMboSet, getMboSet, getMboSet, hasList, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setRelationship, setValueFromLookup, smartFill, smartFillWithoutReset, smartFindWithoutReset
getConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainId
getAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getType, init, setType
public FldManufacturerName(MboValue mbv) throws MXException
mbv
- -
software mbo valueMXException
public void initValue() throws MXException, java.rmi.RemoteException
initValue
in interface MboValueListener
initValue
in class MboValueAdapter
MXException
java.rmi.RemoteException
MboValueAdapter.init()
public void validate() throws MXException, java.rmi.RemoteException
validate
in interface MboValueListener
validate
in class MAXTableDomain
MXException
java.rmi.RemoteException
MAXTableDomain.validate()
public void setValueFromLookup(MboRemote sourceMbo) throws MXException, java.rmi.RemoteException
setValueFromLookup
in interface MboValueListener
setValueFromLookup
in class MAXTableDomain
source
- MboMXException
java.rmi.RemoteException
MAXTableDomain.setValueFromLookup(psdi.mbo.MboRemote)
public MboSetRemote smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
smartFind
in interface MboValueListener
smartFind
in class MAXTableDomain
value
- exact
- MXException
java.rmi.RemoteException
MAXTableDomain.smartFind(java.lang.String, boolean)
public MboSetRemote smartFind(java.lang.String sourceObj, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
smartFind
in interface MboValueListener
smartFind
in class MAXTableDomain
sourceObj
- value
- exact
- MXException
java.rmi.RemoteException
MAXTableDomain.smartFind(java.lang.String, java.lang.String, boolean)
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList
in interface MboValueListener
getList
in class MAXTableDomain
MXException
java.rmi.RemoteException
MAXTableDomain.getList()