Package | Description |
---|---|
psdi.app.asset | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.invoice |
The invoice package is a collection of MBOs used for creating and maintaining invoices.
|
psdi.app.item |
The Item package includes MAXIMO Business Objects related to items.
|
psdi.app.mr |
The MR package includes MBOs related to material requests.
|
psdi.app.po |
The PO package includes MBOs related to Purchase Orders (POs).
|
psdi.app.pr |
The PR package includes MBOs related to Purchase Requisitions (PRs).
|
psdi.app.ticket |
The Ticket package contains Mbos related to Service Desk applications.
|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
Modifier and Type | Method and Description |
---|---|
void |
AssetService.moveSingleAsset(MboRemote asset,
java.lang.String newLocation,
java.lang.String newSite,
java.lang.String newParent)
Service Method used to move asset using Webservices.
|
Modifier and Type | Method and Description |
---|---|
void |
InvUseServiceRemote.changeStatus(InvUseRemote invuse,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
InvUseService.changeStatus(InvUseRemote invuse,
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 |
InvoiceServiceRemote.changeStatus(InvoiceRemote invoice,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
InvoiceService.changeStatus(InvoiceRemote invoice,
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 |
ItemServiceRemote.changeStatus(ItemRemote item,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
ItemService.changeStatus(ItemRemote item,
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 |
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 |
POServiceRemote.changeStatus(PORemote po,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
POService.changeStatus(PORemote po,
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 |
PRServiceRemote.changeStatus(PRRemote pr,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
PRService.changeStatus(PRRemote pr,
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 |
TicketServiceRemote.changeStatus(TicketRemote ticket,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
TicketService.changeStatus(TicketRemote ticket,
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 |
WOServiceRemote.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
WOService.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|