public class FldJobPlanTask 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 |
---|
FldJobPlanTask(MboValue mbv)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
action(java.lang.String strField)
Copy the Tasks duration to the specified field when the JPTask changes.
|
MboSetRemote |
getList()
Returns the list to use when looking up a value for the jobTask.
|
boolean |
hasList()
This domain does have a list
|
void |
validate()
Using the combination of Task Number:Orgid:Siteid,
find at least one Task in the related JobTaskSet that the component mbo can belong to
|
action, 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, smartFind, smartFind, smartFindWithoutReset
getConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainId
getAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getType, init, initValue, setType
public FldJobPlanTask(MboValue mbv) throws MXException
mbv
- the MboValue this field attach to.MXException
public void validate() throws MXException, java.rmi.RemoteException
validate
in interface MboValueListener
validate
in class MAXTableDomain
MXApplicationException
- when no Task can be found: MXApplicationException("jobplan","notvalidjptask")MXException
java.rmi.RemoteException
psdi.app.jobplan.JobTask#iisValidTaskComponentKey(MboRemote mbo)
public void action(java.lang.String strField) throws MXException, java.rmi.RemoteException
strField
- The name of the field that the tasks duration should be copied toMXException
java.rmi.RemoteException
public boolean hasList()
MAXTableDomain
hasList
in interface MboValueListener
hasList
in class MAXTableDomain
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList
in interface MboValueListener
getList
in class MAXTableDomain
MXException
java.rmi.RemoteException