public class FldManufacturerName extends MAXTableDomain
ISNOTNULL, ISNULLlastSignaturemboValueTYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWNALLROWS, 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, getMatchingAttrs, getMboSet, getMboSet, getMboSet, hasList, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setRelationship, setValueFromLookup, smartFill, smartFillWithoutReset, smartFindWithoutResetgetConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainIdgetAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getTranslator, getType, init, setTypepublic FldManufacturerName(MboValue mbv) throws MXException
mbv - -
software mbo valueMXExceptionpublic void initValue()
throws MXException,
java.rmi.RemoteException
initValue in interface MboValueListenerinitValue in class MboValueAdapterMXExceptionjava.rmi.RemoteExceptionMboValueAdapter.init()public void validate()
throws MXException,
java.rmi.RemoteException
validate in interface MboValueListenervalidate in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionMAXTableDomain.validate()public void setValueFromLookup(MboRemote sourceMbo) throws MXException, java.rmi.RemoteException
setValueFromLookup in interface MboValueListenersetValueFromLookup in class MAXTableDomainsource - MboMXExceptionjava.rmi.RemoteExceptionMAXTableDomain.setValueFromLookup(psdi.mbo.MboRemote)public MboSetRemote smartFind(java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
smartFind in interface MboValueListenersmartFind in class MAXTableDomainvalue - exact - MXExceptionjava.rmi.RemoteExceptionMAXTableDomain.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 MboValueListenersmartFind in class MAXTableDomainsourceObj - value - exact - MXExceptionjava.rmi.RemoteExceptionMAXTableDomain.smartFind(java.lang.String, java.lang.String, boolean)public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList in interface MboValueListenergetList in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionMAXTableDomain.getList()