Package | Description |
---|---|
psdi.app.common.purchasing | |
psdi.app.common.receipt | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.mr |
The MR package includes MBOs related to material requests.
|
psdi.app.po.virtual | |
psdi.webclient.beans.desktopreq |
Modifier and Type | Method and Description |
---|---|
MRRemote |
PurchasingLineMboRemote.getMRPassedIn() |
MRRemote |
PurchasingLineMbo.getMRPassedIn()
Return the reference of the MR from which this PurchasingLineMbo was created.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchasingLineMboRemote.setMRPassedIn(MRRemote mr) |
void |
PurchasingLineMbo.setMRPassedIn(MRRemote mr)
Assign the MR reference passed in to this.mrPassedIn
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptMboRemote.setMRMbo(MRRemote mr) |
void |
ReceiptMbo.setMRMbo(MRRemote mr)
Sets MR object.
|
Modifier and Type | Field and Description |
---|---|
MRRemote |
ReorderSet.mrPassedIn
A Hashtable to keep track of used funds for each used blanket contracts during
this reorder process.
|
Modifier and Type | Method and Description |
---|---|
ReorderSetRemote |
ReorderServiceRemote.getReorderSetForMR(boolean viewOnly,
MRRemote mr) |
ReorderSetRemote |
ReorderService.getReorderSetForMR(boolean viewOnly,
MRRemote mr)
Creates a reorder mbo set that corresponds to the specified mr item.
|
Modifier and Type | Class and Description |
---|---|
class |
MR
MBO object to represent a Material Requisition.
|
Modifier and Type | Method and Description |
---|---|
void |
MRServiceRemote.changeStatus(MRRemote mr,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
MRService.changeStatus(MRRemote mr,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptInputRemote.setMRMbo(MRRemote mr) |
void |
ReceiptInput.setMRMbo(MRRemote mr)
Sets the reference of the related MR Mbo that is used to create this ReceiptInput Mbo.
|
Modifier and Type | Method and Description |
---|---|
int |
DesktopReqAppBean.createdrfromtemplate(MRRemote mr) |