public interface LabTransSetRemote extends MboSetRemote
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASSET |
static java.lang.String |
CRAFT |
static java.lang.String |
LABOR |
static java.lang.String |
LOCATION |
static java.lang.String |
PO |
static java.lang.String |
PPCRAFTRATE |
static java.lang.String |
WORKORDER |
INSERTONLY, INSERTORUPDATE, UPDATEONLY
Modifier and Type | Method and Description |
---|---|
void |
copyLaborToLabTransSet(MboSetRemote laborSet) |
void |
copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet) |
boolean |
getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
LaborSet |
getCraftSet()
Get the craftset which is already updated.
|
java.util.Date |
getEndDate()
Get the end date set by the user.
|
LaborSetRemote |
getLaborSet()
Get the laborset which is already updated.
|
boolean |
getNonWork()
Get non-work setting which was set at the startup of the application or later
changed by the user.
|
boolean |
getOTRefused()
Get OTRefused setting which was set at the startup of the application or later
changed by the user.
|
java.util.Date |
getStartDate()
Get the start date set by the user.
|
boolean |
getUnapproved()
Get Unapproved LabTrans setting which was set at the startup of the application or later
changed by the user.
|
boolean |
getWork()
Get work setting which was set at the startup of the application or later
changed by the user.
|
void |
setAllDates(boolean allDatesActLab)
Set the userpref alldates setting.
|
void |
setCraftSet(LaborSet assignCraftSet)
Set the craftset which is already updated.
|
void |
setEndDate(java.util.Date endDateActLab)
Set by the user.
|
void |
setLaborSet(LaborSetRemote assignLaborSet)
Set the laborset which is already updated.
|
void |
setNonWork(boolean nonWorkActLab)
Sets the userpref non-work setting.
|
void |
setOTRefused(boolean otRefusedActLab)
Sets the userpref OTRefused setting.
|
void |
setStartDate(java.util.Date startDateActLab)
Set by the user.
|
void |
setUnapproved(boolean unapprovedActLab)
Sets the Unapproved LabTrans setting.
|
void |
setWork(boolean workActLab)
Sets the userpref work setting.
|
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, newMboIndex, 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, verifyESig
getBoolean, 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, setValueNull
commitTransaction, fireEventsAfterDB, fireEventsAfterDBCommit, fireEventsBeforeDB, rollbackTransaction, saveTransaction, undoTransaction, validateTransaction
static final java.lang.String WORKORDER
static final java.lang.String LABOR
static final java.lang.String ASSET
static final java.lang.String LOCATION
static final java.lang.String PO
static final java.lang.String PPCRAFTRATE
static final java.lang.String CRAFT
void setWork(boolean workActLab) throws MXException, java.rmi.RemoteException
workActLab
- The work to be set by the user.MXException
java.rmi.RemoteException
boolean getWork() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setNonWork(boolean nonWorkActLab) throws MXException, java.rmi.RemoteException
nonWorkActLab
- The non-work to be set by the user.MXException
java.rmi.RemoteException
boolean getNonWork() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setOTRefused(boolean otRefusedActLab) throws MXException, java.rmi.RemoteException
otRefusedActLab.
- The otrefused to be set by the user.MXException
java.rmi.RemoteException
boolean getOTRefused() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setUnapproved(boolean unapprovedActLab) throws MXException, java.rmi.RemoteException
unapprovedActLab.
- The unapproved flag to be set by the user.MXException
java.rmi.RemoteException
boolean getUnapproved() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setAllDates(boolean allDatesActLab) throws MXException, java.rmi.RemoteException
allDatesActLab
- The userpref setting for alldates i.e. all the existing
labor transactions.MXException
java.rmi.RemoteException
void setStartDate(java.util.Date startDateActLab) throws MXException, java.rmi.RemoteException
startDateActLab
- The start date to be set by the user.MXException
java.rmi.RemoteException
void setEndDate(java.util.Date endDateActLab) throws MXException, java.rmi.RemoteException
endDateActLab
- The end date to be set by the user.MXException
java.rmi.RemoteException
boolean getAllDates() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Date getStartDate() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Date getEndDate() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setLaborSet(LaborSetRemote assignLaborSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LabTrans.updateLabor()
,
AssignmentSet.createLabTrans()
LaborSetRemote getLaborSet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LabTrans.updateLabor()
void setCraftSet(LaborSet assignCraftSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LabTrans.updateLabor()
,
AssignmentSet.createLabTrans()
LaborSet getCraftSet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LabTrans.updateLabor()
void copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet) throws MXException, java.rmi.RemoteException
wmassignmentsSet
- MXException
java.rmi.RemoteException
psdi.app.app.labor.virtual.LabTransSet#copyPlannedLaborToLabTransSet
void copyLaborToLabTransSet(MboSetRemote laborSet) throws MXException, java.rmi.RemoteException
laborSet
- MXException
java.rmi.RemoteException
psdi.app.app.labor.virtual.LabTransSet#copyLaborToLabTransSet