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.WSMboKey

  • Packages that use WSMboKey 
    Package Description
    com.ibm.tivoli.maximo.iotservices  
    com.ibm.tivoli.maximo.weather  
    psdi.app.appsetup
    The AppSetup package includes basic information about applications and how they are grouped on the main menu within modules.
    psdi.app.asset  
    psdi.app.assetcatalog
    The Asset Catalog package includes MBOs for the setup of class structures and class specifications.
    psdi.app.countbook  
    psdi.app.inspection  
    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.jobplan
    The JobPlan package includes Mbo's related to Job Plans.
    psdi.app.kpi
    The KPI package represents objects that are used to configure, display and control KPI Manager app, for Key Performance Indicators.
    psdi.app.location

    The Location package includes MBOs mostly related to operating locations.

    psdi.app.mr
    The MR package includes MBOs related to material requests.
    psdi.app.person  
    psdi.app.pm
    The PM package contains Mbos related to preventive maintenance.
    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.signature
    The Signature package defines users and security groups.
    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.
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of WSMboKey in com.ibm.tivoli.maximo.iotservices

      Method parameters in com.ibm.tivoli.maximo.iotservices with annotations of type WSMboKey 
      Modifier and Type Method and Description
      boolean IoTConnectionService.anyDeviceTypesMapped(MboRemote iotserv) 
      void IoTConnectionService.canDeleteDeviceType(MboRemote iotdevtype) 
      void IoTConnectionService.clearDeviceRefernce(MboRemote iotf)
      Clear reference for device type and device id from asset and location meter for one device type.
      void IoTConnectionService.clearDeviceRefernceForService(MboRemote iotservice)
      Clear reference for device type and device id from asset and location meter.
      java.util.List IoTConnectionService.getAllDeviceTypes(MboRemote iotserv, java.lang.String sort) 
      java.util.List IoTConnectionService.getDevices(MboRemote iotserv, java.lang.String deviceType, java.lang.String limit) 
      java.util.List IoTConnectionService.getDeviceTypeList(MboRemote iotserv, java.lang.String sort, boolean isMapped) 
      java.util.Map IoTConnectionService.getLastMessageFromCache(MboRemote iotService, java.lang.String deviceType) 
      java.util.Map IoTConnectionService.getLastMessageFromCacheForDevice(MboRemote iotserv, java.lang.String deviceType, java.lang.String deviceid) 
      java.util.List IoTConnectionService.getNotMappedYetDeviceTypes(MboRemote iotserv, java.lang.String sort)
      Deprecated. 
      com.ibm.json.java.JSONObject IoTConnectionService.getSampleAggregateResultForDeviceType(MboRemote iotService, java.lang.String deviceType, java.lang.String feedMapProperty, java.lang.String deviceid)
      Get the aggregated data, using the getSampleAggregateResultForDeviceType endpoint.
      java.util.List IoTConnectionService.getTimePeriods(MboRemote iotserv) 
      boolean IoTConnectionService.isDeviceTypeAssociated(MboRemote iotservice, java.lang.String deviceType) 
      com.ibm.json.java.JSONObject IoTConnectionService.pingIoT(MboRemote iotserv, boolean iotcfg) 
    • Uses of WSMboKey in com.ibm.tivoli.maximo.weather

      Method parameters in com.ibm.tivoli.maximo.weather with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void WeatherAPIService.checkConnection(MboRemote weatherOrg)
      Process Asset Registry.
      void WeatherAPIService.processAssetsRegistry(MboRemote weatherZone, java.lang.String actioncode)
      Process Asset Registry.
    • Uses of WSMboKey in psdi.app.appsetup

      Method parameters in psdi.app.appsetup with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void AppSetupService.overridePropValue(MboRemote propCfg, java.lang.String userAlnValue, java.lang.Long userLongVal, java.lang.Boolean userBoolValue) 
      void AppSetupService.publishWorkCenter(MboRemote maxWorkcenterMbo, java.lang.String revisionDate, java.lang.String workcenter, java.lang.String comments, java.lang.String headerString)
      This is called when the user hits "Publish" when in design mode.
      void AppSetupService.resetPropValue(MboRemote propCfg) 
    • Uses of WSMboKey in psdi.app.asset

      Method parameters in psdi.app.asset with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void AssetService.changeStatus(MboRemote mbo, java.lang.String status, boolean rollToAllChildren, boolean removeFromActiveRoutes, boolean removeFromActiveSP, boolean changePMStatus) 
      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) 
      boolean AssetService.hasActivePM(MboRemote mbo) 
      boolean AssetService.hasActiveRoutes(MboRemote mbo) 
      boolean AssetService.hasActiveSP(MboRemote mbo) 
      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.
    • Uses of WSMboKey in psdi.app.assetcatalog

      Method parameters in psdi.app.assetcatalog with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void AssetCatalogService.updateClassification(MboRemote classstructure, java.lang.String description, java.lang.Integer sortOrder)
      update classification structure and classification
    • Uses of WSMboKey in psdi.app.countbook

      Method parameters in psdi.app.countbook with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void CountBookService.changeStatus(CountBookRemote countbook, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
    • Uses of WSMboKey in psdi.app.inspection

      Method parameters in psdi.app.inspection with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void InspectionServiceRemote.changeFormStatus(InspectionFormRemote inspForm, java.lang.String status) 
      void InspectionService.changeFormStatus(InspectionFormRemote inspForm, java.lang.String status)
      Service Method used to change status.
      void InspectionService.changeResultStatus(InspectionResultRemote inspResult, java.lang.String status) 
      void InspectionService.changeResultStatusMobile(InspectionResultRemote inspResult, java.lang.String status) 
      MboRemote InspectionService.getRevision(InspectionFormRemote inspForm) 
      void InspectionService.updateAssetLocMeter(InspectionResultRemote inspResult, java.lang.String referenceobject, java.lang.String referenceobjectid, java.lang.String asset, java.lang.String location, java.lang.String siteid, java.lang.String orgid, java.lang.String inspformnum, java.lang.String resultnum) 
      java.util.Map InspectionService.voiceDeploy(InspectionFormRemote inspForm) 
      java.util.Map InspectionService.voiceTransactionStatus(InspectionFormRemote inspForm) 
      java.util.Map InspectionService.voiceUndeploy(InspectionFormRemote inspForm) 
    • Uses of WSMboKey in psdi.app.inventory

      Method parameters in psdi.app.inventory with annotations of type WSMboKey 
      Modifier and Type Method and Description
      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) 
      MboSetRemote InventoryService.autoSplitRecordSet(MboRemote invUseLineMbo, UserInfo userInfo) 
      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.
      void InventoryService.changeStatus(MboRemote mbo, java.lang.String status, java.util.Date asOfDate, java.lang.String memo, long accessModifier) 
      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.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
      MboSetRemote InventoryService.getLineSplitForRotItems(MboSetRemote assetmsr, MboRemote invUseLineMbo, UserInfo userInfo) 
      MboSetRemote InventoryService.getLineSplitRecords(MboSetRemote invbalmsr, MboRemote invUseLineMbo, UserInfo userInfo) 
      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 WSMboKey in psdi.app.invoice

      Method parameters in psdi.app.invoice with annotations of type WSMboKey 
      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.
    • Uses of WSMboKey in psdi.app.item

      Method parameters in psdi.app.item with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void ItemService.changeStatus(ItemRemote item, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
      void ItemServiceRemote.changeStatus(ItemRemote item, java.lang.String status, java.util.Date date, java.lang.String memo) 
    • Uses of WSMboKey in psdi.app.jobplan

      Method parameters in psdi.app.jobplan with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void JobPlanService.changeStatus(JobPlanRemote jobplan, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change jobplan status.
    • Uses of WSMboKey in psdi.app.kpi

      Method parameters in psdi.app.kpi with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void KPIService.updateTrend(KPIRemote kpi) 
    • Uses of WSMboKey in psdi.app.location

      Method parameters in psdi.app.location with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void LocationService.changeStatus(MboRemote mbo, java.lang.String status, java.util.Date asOfDate, java.lang.String memo, long accessModifier) 
      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) 
    • Uses of WSMboKey in psdi.app.mr

      Method parameters in psdi.app.mr with annotations of type WSMboKey 
      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.
    • Uses of WSMboKey in psdi.app.person

      Method parameters in psdi.app.person with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void PersonService.activateUser(MboRemote person, java.lang.String memo, MXTransaction mxTran) 
      void PersonService.deactivateUser(MboRemote person, java.lang.String memo)
      Inactivate user.
    • Uses of WSMboKey in psdi.app.pm

      Method parameters in psdi.app.pm with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void PMService.changeStatus(PM pm, java.lang.String status, boolean rollToAllChildren)
      Service method used to change preventive maintenance status.
    • Uses of WSMboKey in psdi.app.po

      Method parameters in psdi.app.po with annotations of type WSMboKey 
      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.
    • Uses of WSMboKey in psdi.app.pr

      Method parameters in psdi.app.pr with annotations of type WSMboKey 
      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.
    • Uses of WSMboKey in psdi.app.signature

      Method parameters in psdi.app.signature with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void SignatureService.applyDefaultTemplate(MboRemote maxGroup, java.lang.String app)
      Apply default Security template to Security Group.
      void SignatureService.refreshUserConts(MboRemote userQuery)
      Refresh count for one User Query.
    • Uses of WSMboKey in psdi.app.ticket

      Method parameters in psdi.app.ticket with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void TicketService.applyOwner(MboRemote ticket, java.lang.String owner)
      Applies the selected owner to the current ticket.
      void TicketService.applyOwnerGroup(MboRemote ticket, java.lang.String ownergroup)
      Applies the selected ownergroup to the current ticket.
      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.
      void TicketService.createNewWorkorder(TicketRemote ticket)
      Service method to create a workorder from the sr and set the SR to In Progress
      void TicketServiceRemote.createWorkorder(TicketRemote ticket, java.lang.String siteid)
      Service method to create a workorder from the sr.
      void TicketService.createWorkorder(TicketRemote ticket, java.lang.String siteid)
      Service method to create a workorder from the sr.
      MboSetRemote TicketServiceRemote.getWorkLog(MboRemote ticket, java.lang.Boolean viewSR)
      Gets the work log entries for the current ticket.
      MboSetRemote TicketService.getWorkLog(MboRemote ticket, java.lang.Boolean viewSR)
      Gets the work log entries for the current ticket.
      void TicketService.managerSpecifications(MboRemote tktemplate, java.lang.String addAttributeList, java.lang.String removeAttributeList, java.lang.String updateAttributeList, java.lang.String instructions)
      add /remove attributes to ticket template
      void TicketService.updateTicketTemplate(MboRemote tktemplate, java.lang.String description, java.lang.Integer sortOrder)
      update a TKTEMPLATE
    • Uses of WSMboKey in psdi.app.workorder

      Method parameters in psdi.app.workorder with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void WOServiceRemote.applyOwner(MboRemote wo, java.lang.String owner) 
      void WOService.applyOwner(MboRemote wo, java.lang.String owner)
      Applies the selected owner to the current workorder.
      void WOServiceRemote.applyOwnerGroup(MboRemote wo, java.lang.String ownergroup) 
      void WOService.applyOwnerGroup(MboRemote wo, java.lang.String ownergroup)
      Applies the selected ownergroup to the current workorder.
      void WOServiceRemote.assignLabor(MboRemote assignment, java.lang.String laborcode, java.lang.String orgid) 
      void WOService.assignLabor(MboRemote assignment, java.lang.String laborcode, java.lang.String orgid) 
      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.
      void WOService.changeWOStatus(WORemote wo, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
      void WOService.completeAssignment(MboRemote assignment)
      Completes the assignment, which will complete the work order as part of its action if all assignments are completed.
      void WOServiceRemote.createAssignmentwithAssignedLabor(MboRemote workorder, java.lang.String laborcode, java.lang.String orgid, java.lang.String laborhrs, java.util.Date starttime) 
      void WOService.createAssignmentwithAssignedLabor(MboRemote workorder, java.lang.String laborcode, java.lang.String orgid, java.lang.String laborhrs, java.util.Date starttime)
      Create an assignment from unplanned work.
      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 WOServiceRemote.finishAssignment(MboRemote assignment) 
      void WOService.finishAssignment(MboRemote assignment) 
      void WOService.generateWORelRecord(MboRemote wo, java.lang.String wonum, java.lang.String siteId)
      Generates a new related record from workorder
      MboSetRemote WOServiceRemote.getAvailableCrew(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String persongroup, java.lang.String amcrewtype, java.lang.String company, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String orgid) 
      MboSetRemote WOService.getAvailableCrew(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String persongroup, java.lang.String amcrewtype, java.lang.String company, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String orgid)
      Gets the available crew for the current assignment.
      MboSetRemote WOServiceRemote.getAvailableLabor(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String vendor, java.lang.String contractnum, java.lang.String location, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String craft, java.lang.String skilllevel, java.lang.String orgid) 
      MboSetRemote WOService.getAvailableLabor(MboRemote wo, java.util.Date fromdate, java.util.Date todate, java.lang.String vendor, java.lang.String contractnum, java.lang.String location, java.lang.Boolean assigned, java.lang.String siteid, java.lang.String craft, java.lang.String skilllevel, java.lang.String orgid)
      Gets the available labor for the current assignment.
      MboSetRemote WOService.getJobPlans(WORemote wo, java.lang.Boolean jpincludeclassless, java.lang.Boolean jpassets)
      Service Method to fetch Possible Job plans for a work order
      MboSetRemote WOServiceRemote.getWorkLog(MboRemote wo, java.lang.Boolean viewSR) 
      MboSetRemote WOService.getWorkLog(MboRemote wo, java.lang.Boolean viewSR)
      Gets the work log entries for the current workorder.
      void WOServiceRemote.interruptAssignment(MboRemote assignment) 
      void WOService.interruptAssignment(MboRemote assignment) 
      void WOService.ownership(MboRemote wo) 
      void WOService.removeSafetyPlan(MboRemote wo) 
      boolean WOService.removeWorkPlan(MboRemote wo) 
      void WOService.reportDowntime(MboRemote wo, java.util.Date startDate, java.util.Date endDate, double hoursDown, java.lang.String code, boolean operational) 
      void WOServiceRemote.startAssignment(MboRemote assignment) 
      void WOService.startAssignment(MboRemote assignment) 
      void WOService.startTimer(MboRemote wo) 
      void WOService.startTimerStartDate(MboRemote wo, java.util.Date startDateTime, java.lang.Long anywhererefid, java.lang.String transtype) 
      void WOService.stopTimer(MboRemote wo) 
      void WOService.stopTimerStartFinishDates(MboRemote wo, java.util.Date finishDateTime, java.util.Date startDateTime, java.lang.Boolean noStopTimerPopup) 
    • Uses of WSMboKey in psdi.workflow

      Method parameters in psdi.workflow with annotations of type WSMboKey 
      Modifier and Type Method and Description
      void WorkFlowService.completeAssignment(WFAssignmentRemote assign, java.lang.String memo, boolean accepted)
      Completes a workflow assignment in the background.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes