public class FldTkOrigRecordId 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 |
|---|
FldTkOrigRecordId(MboValue mbv)
Construct without a criteria.
|
| 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 a list of either Work Orders, Tickets, or WorkView, depending on the origrecordclass,
that excludes the owning record.
|
java.lang.String |
getLookupName()
Default implementation to return null.
|
protected void |
setup()
Set up the relationship, list criteria etc.
|
void |
setValueFromLookup(MboRemote sourceMbo)
The default implementation does nothing since the default getList() is false.
|
void |
validate()
The record specified by OrigRecordClass & OrigRecordID must exist and can't be the record itself.
|
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, smartFind, smartFind, smartFindWithoutResetgetConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainIdgetIntegrationService, getMboValue, getMboValue, getTranslator, getType, init, initValue, setTypepublic FldTkOrigRecordId(MboValue mbv) throws MXException
MXExceptionpublic void validate()
throws MXException,
java.rmi.RemoteException
validate in interface MboValueListenervalidate in class MAXTableDomainMXApplicationException - Thrown with "ticket", "NotValidOrgRecord" [id,class] if invalid.MXExceptionjava.rmi.RemoteExceptionvalidation is similar to, but not the same as psdi.app.workorder.FldWOOrigRecordID#validate()public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList in interface MboValueListenergetList in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpublic java.lang.String getLookupName()
throws MXException,
java.rmi.RemoteException
MboValueAdaptergetLookupName in interface MboValueListenergetLookupName in class MboValueAdapterMXExceptionjava.rmi.RemoteExceptionpublic java.lang.String[] getAppLink()
throws MXException,
java.rmi.RemoteException
MboValueAdaptergetAppLink in interface MboValueListenergetAppLink in class MboValueAdapterMXExceptionjava.rmi.RemoteExceptionprotected void setup()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void setValueFromLookup(MboRemote sourceMbo) throws MXException, java.rmi.RemoteException
MboValueAdaptersetValueFromLookup in interface MboValueListenersetValueFromLookup in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpsdi.mbo.MboValueListner#setvalueFromLookuppublic void action()
throws MXException,
java.rmi.RemoteException
MAXTableDomainaction in interface MboValueListeneraction in class MAXTableDomainMXExceptionjava.rmi.RemoteException