public interface MRLineSetRemote extends MboSetRemote
Remote Interface to the set of MRLines. Defines certain relationships from this object to others. To add more relationships,
add the static string here and add the relationship SQL in the MRService
object.
Any method that can be remotely accessed on the MRLine has to be declared in this interface.
Constants for relationships defined in the 'MAXRELATIONSHIP' table are declared here.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DOCLINKS |
static java.lang.String |
INVENTORY |
static java.lang.String |
ITEM |
static java.lang.String |
MATUSETRANSFORMRLINE |
static java.lang.String |
MR |
static java.lang.String |
MRCOST |
static java.lang.String |
MRLINEDOCLINKS |
static java.lang.String |
PO |
static java.lang.String |
PR |
static java.lang.String |
RFQ |
static java.lang.String |
VENDOR |
INSERTONLY, INSERTORUPDATE, UPDATEONLY
Modifier and Type | Method and Description |
---|---|
void |
findMRLinesForCurrentUser() |
void |
findMRLinesForPersonCode(java.lang.String personCode) |
void |
preValidateIpcBom(IpcBomSetRemote bomset) |
void |
returnIPCParts(IpcSelectedPartsSetRemote partset) |
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 DOCLINKS
static final java.lang.String MRLINEDOCLINKS
static final java.lang.String PR
static final java.lang.String PO
static final java.lang.String RFQ
static final java.lang.String VENDOR
static final java.lang.String MR
static final java.lang.String INVENTORY
static final java.lang.String ITEM
static final java.lang.String MRCOST
static final java.lang.String MATUSETRANSFORMRLINE
void findMRLinesForCurrentUser() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MRLineSet.findMRLinesForCurrentUser()
void findMRLinesForPersonCode(java.lang.String personCode) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MRLineSet.findMRLinesForPersonCode(java.lang.String)
void returnIPCParts(IpcSelectedPartsSetRemote partset) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MRLineSet.returnIPCParts(psdi.app.ipc.virtual.IpcSelectedPartsSetRemote)
void preValidateIpcBom(IpcBomSetRemote bomset) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MRLineSet.preValidateIpcBom(psdi.app.ipc.IpcBomSetRemote)