Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.iface.webservices.action.WSMbo

  • Packages that use WSMbo 
    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.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.
    • Uses of WSMbo in psdi.app.asset

      Methods in psdi.app.asset with annotations of type WSMbo 
      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) 
    • Uses of WSMbo in psdi.app.inspection

      Methods in psdi.app.inspection with annotations of type WSMbo 
      Modifier and Type Method and Description
      MboRemote InspectionService.getRevision(InspectionFormRemote inspForm) 
    • Uses of WSMbo in psdi.app.inventory

      Methods in psdi.app.inventory with annotations of type WSMbo 
      Modifier and Type Method and Description
      MboRemote InventoryService.addReservation(MboSetRemote msr, java.lang.String pl_num, java.lang.String siteid, UserInfo userInfo, MXTransaction trans) 
      void InventoryService.adjustCurrentBalance(MboRemote invBalances, java.lang.String newBalance, double stdcost, double avgcost, java.lang.String conditioncode)
      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, double 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, MXTransaction trans) 
      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.updateInventory(MboRemote invMbo, java.lang.String itemnum, java.lang.String location, java.lang.String siteid, java.lang.String itemsetid, UserInfo userInfo)
      Method to update GL Account
    • Uses of WSMbo in psdi.app.item

      Methods in psdi.app.item with annotations of type WSMbo 
      Modifier and Type Method and Description
      MboRemote ItemService.getDefaultItemSet(UserInfo userInfo)
      Service Method used to get default itemset mbo
    • Uses of WSMbo in psdi.app.location

      Methods in psdi.app.location with annotations of type WSMbo 
      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.
    • Uses of WSMbo in psdi.app.ticket

      Methods in psdi.app.ticket with annotations of type WSMbo 
      Modifier and Type Method and Description
      MboRemote TicketService.createTicket(java.lang.String ticketClass, java.lang.String templateID, UserInfo userInfo) 
    • Uses of WSMbo in psdi.app.workorder

      Methods in psdi.app.workorder with annotations of type WSMbo 
      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) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes