public interface AssignmentSetRemote extends MboSetRemote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ASSIGNLABOR |
static java.lang.String |
CRAFT |
static java.lang.String |
CRAFTSKILL |
static java.lang.String |
DISPATCHASSIGN |
static java.lang.String |
LABOR |
static java.lang.String |
WORKORDER |
static java.lang.String |
WPLABOR |
INSERTONLY, INSERTORUPDATE, UPDATEONLY| Modifier and Type | Method and Description |
|---|---|
void |
assignCrew(AMCrewRemote crewMbo,
java.lang.String theDay) |
void |
assignmentsForLaborCode(java.lang.String labor) |
MboSetRemote |
finishAssignment()
Finish Assignment.
|
void |
fireEventsAfterDB(MXTransaction txn)
fire events for all mbos in the transaction after db operation.
|
void |
getSevenDayWindow(CalendarViewSetRemote calendarViewSet)
Limits the AssignmentSet to those assignments that fall within the seven-day
range defined by the calendarViewSet fields.
|
MboSetRemote |
interruptAssignment()
Interrupt Assignment.
|
MboSetRemote |
startAssignment()
Start the assignment.
|
abortSql, add, add, addAtEnd, addAtEnd, addAtIndex, addAtIndex, addFakeAtEnd, addSubQbe, addSubQbe, addSubQbe, addSubQbe, addWarning, addWarnings, checkMethodAccess, cleanup, clear, clearLongOpPipe, close, commit, copy, copy, copyForDM, count, count, deleteAll, deleteAll, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemoveAll, deleteAndRemoveAll, determineRequiredFieldsFromERM, earliestDate, fetchNext, findAllNullRequiredFields, findByIntegrationKey, findKey, getApp, getAppAlwaysFieldFlags, getAppWhere, getCompleteWhere, getCurrentPosition, getDBFetchMaxRows, getDefaultValue, getERMEntity, getESigTransactionId, getExcludeMeFromPropagation, getFlags, getKeyAttributes, getList, getList, getMaxMessage, getMbo, getMbo, getMboForUniqueId, getMboSetData, getMboSetData, getMboSetInfo, getMboSetRetainMboPositionData, getMboSetRetainMboPositionInfo, getMboSetValueData, getMboValueData, getMboValueData, getMboValueData, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMLFromClause, getMXTransaction, getName, getOrderBy, getOwner, getParentApp, getProfile, getQbe, getQbe, getQbe, getQbeWhere, getQueryTimeout, getRelationName, getRelationship, getSelection, getSelectionWhere, getSetOrderByForUI, getSize, getSQLOptions, getTxnPropertyMap, getUserAndQbeWhere, getUserInfo, getUserName, getUserWhere, getWarnings, getWhere, getZombie, hasMLQbe, hasQbe, hasWarnings, ignoreQbeExactMatchSet, incrementDeletedCount, init, isBasedOn, isDMDeploySet, isDMSkipFieldValidation, isEmpty, isESigNeeded, isFlagSet, isQbeCaseSensitive, isQbeExactMatch, isRetainMboPosition, latestDate, locateMbo, logESigVerification, max, min, moveFirst, moveLast, moveNext, movePrev, moveTo, notExist, positionState, processML, remove, remove, remove, reset, resetQbe, resetWithSelection, rollback, rollbackToCheckpoint, rollbackToCheckpoint, save, save, select, select, select, selectAll, setAllowQualifiedRestriction, setApp, setAppAlwaysFieldFlag, setAppWhere, setAutoKeyFlag, setDBFetchMaxRows, setDefaultOrderBy, setDefaultValue, setDefaultValue, setDefaultValues, setDMDeploySet, setDMSkipFieldValidation, setERMEntity, setESigFieldModified, setExcludeMeFromPropagation, setFlag, setFlag, setFlags, setInsertCompanySet, setInsertItemSet, setInsertOrg, setInsertSite, setLastESigTransId, setLogLargFetchResultDisabled, setMboSetInfo, setMXTransaction, setNoNeedtoFetchFromDB, setOrderBy, setOwner, setQbe, setQbe, setQbe, setQbe, setQbe, setQbeCaseSensitive, setQbeCaseSensitive, setQbeExactMatch, setQbeExactMatch, setQbeOperatorOr, setQueryBySiteQbe, setQueryTimeout, setRelationName, setRelationship, setRequiedFlagsFromERM, setRetainMboPosition, setSetOrderByForUI, setSQLOptions, setTableDomainLookup, setTxnPropertyMap, setupLongOpPipe, setUserWhere, setUserWhereAfterParse, setWhere, setWhereQbe, smartFill, smartFill, smartFind, smartFind, startCheckpoint, startCheckpoint, sum, toBeSaved, undeleteAll, unselect, unselect, unselect, unselectAll, useStoredQuery, validate, verifyESiggetBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getString, isNull, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNullcommitTransaction, fireEventsAfterDBCommit, fireEventsBeforeDB, rollbackTransaction, saveTransaction, undoTransaction, validateTransactionstatic final java.lang.String WORKORDER
static final java.lang.String LABOR
static final java.lang.String WPLABOR
static final java.lang.String CRAFT
static final java.lang.String ASSIGNLABOR
static final java.lang.String CRAFTSKILL
static final java.lang.String DISPATCHASSIGN
void assignmentsForLaborCode(java.lang.String labor)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionAssignmentSet.assignmentsForLaborCode(String labor)void getSevenDayWindow(CalendarViewSetRemote calendarViewSet) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMboSetRemote startAssignment() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMboSetRemote interruptAssignment() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMboSetRemote finishAssignment() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid fireEventsAfterDB(MXTransaction txn) throws MXException, java.rmi.RemoteException
TransactablefireEventsAfterDB in interface Transactabletxn - TransactionMXException - Error while committingjava.rmi.RemoteException - Network errorvoid assignCrew(AMCrewRemote crewMbo, java.lang.String theDay) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionAssignmentSet.assignCrew(AMCrewRemote, String)