Package | Description |
---|---|
psdi.app.asset | |
psdi.app.inspection | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.item |
The Item package includes MAXIMO Business Objects related to items.
|
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
Modifier and Type | Method and Description |
---|---|
MboRemote |
AssetService.createChange(MboRemote mbo,
java.lang.String jpnum) |
MboRemote |
AssetService.createIncident(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
AssetService.createProblem(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
AssetService.createServiceRequest(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
AssetService.createWorkorder(MboRemote mbo,
java.lang.String jpnum) |
Modifier and Type | Method and Description |
---|---|
MboRemote |
InspectionService.getRevision(InspectionFormRemote inspForm) |
Modifier and Type | Method and Description |
---|---|
void |
InventoryService.adjustCurrentBalance(MboRemote invBalances,
java.lang.String newBalance)
Adjusts the current balance.
|
void |
InventoryService.adjustPhysicalCount(MboRemote invMbo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String binnum,
java.lang.String lotnum,
java.lang.String itemsetid,
int physcnt,
UserInfo userInfo) |
void |
InventoryService.createInvbalances(MboRemote invMbo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditioncode,
java.lang.String itemsetid,
java.lang.String curbal,
UserInfo userInfo)
add inventory balance for existing inventory
|
MboRemote |
InventoryService.createPickList(MboSetRemote msr,
java.lang.String pldescription,
java.lang.String plnum,
java.util.Date reqdate,
java.lang.String storeroom,
java.lang.String siteid,
UserInfo userInfo) |
MboRemote |
InventoryService.createReturnForIssueStoreloc(MboRemote issueMbo) |
MboRemote |
InventoryService.getConversionFactorToStoreroom(MboRemote mbo,
java.lang.String tostoreloc,
java.lang.String tositeid)
set the the conversion factor , to bin and lot for the item transfer based on the to store rom location
|
MboRemote |
InventoryService.previewReconcile(MboRemote invMbo) |
void |
InventoryService.reconcile(MboRemote invMbo) |
Modifier and Type | Method and Description |
---|---|
MboRemote |
ItemService.getDefaultItemSet(UserInfo userInfo)
Service Method used to get default itemset mbo
|
MboRemote |
ItemService.updateConditionEnabled(MboRemote invMbo,
boolean conditionEnabled)
Method to update Condition Enabled from true to false
|
Modifier and Type | Method and Description |
---|---|
MboRemote |
LocationService.addAnItemToStoreroom(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String storeroom,
java.lang.String siteid,
boolean istool,
java.lang.String orderunit,
java.lang.String issueunit,
java.lang.Number curbal,
java.lang.String dfltbin,
java.lang.String costtype,
java.lang.Number unitcost,
java.lang.Number stdcost,
java.lang.Number avgcost,
java.lang.String lotnum,
boolean savenow,
java.lang.Number orderqty,
java.lang.Number deliverytime,
java.lang.Number minlevel,
java.lang.Number reorder,
java.lang.Number ccf) |
MboRemote |
LocationService.createChange(MboRemote mbo,
java.lang.String jpnum) |
MboRemote |
LocationService.createIncident(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
LocationService.createProblem(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
LocationService.createServiceRequest(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
LocationService.createWorkorder(MboRemote mbo,
java.lang.String jpnum) |
MboRemote |
LocationService.getTopLevelinPrimarySystem(UserInfo userInfo,
java.lang.String siteid)
returns the LocHierarchy mbo which represents the top-level node in the
primary system, a hierarchical system
|
MboRemote |
LocationService.getTopLevelInSystem(UserInfo userInfo,
java.lang.String systemid,
java.lang.String siteId)
returns the LocHierarchy mbo which represents the top-level node in the
given system.
|
Modifier and Type | Method and Description |
---|---|
MboRemote |
WOService.createChange(MboRemote wo) |
MboRemote |
WOService.createFollowUp(MboRemote wo) |
MboRemote |
WOService.createJPFromWO(MboRemote wo,
java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription) |
MboRemote |
WOService.createProblem(MboRemote wo) |
MboRemote |
WOService.downtimereport(MboRemote wo,
java.util.Date statuschangedate,
java.lang.String statuschangecode,
java.lang.String operational)
Change status of the asset by reporting downtime up/down.
|
void |
WOService.generateWORelRecord(MboRemote wo,
java.lang.String wonum,
java.lang.String siteId)
Generates a new related record from workorder
|
MboRemote |
WOService.getQuickReportingWO(UserInfo userInfo) |
MboRemote |
WOService.multiAssetLocDowntimereport(MboRemote wo,
java.util.Date statuschangedate,
java.lang.String statuschangecode,
java.lang.String operational,
java.lang.String assetnum)
Change status of the multi asset location by reporting downtime up/down.
|