psdi.app.rcnresult.asset

Interface ReconAssetResultRemote

    • Method Detail

      • createWO

        void createWO(MboRemote workorderMbo)
               throws MXException,
                      java.rmi.RemoteException
        Sets description, wopriority,siteid, assetnum, reportedbyid and crossover domain values for the workorder mbo based on asset recon result.
        Parameters:
        The - workorder mbo inserted for this asset
        Throws:
        MXException
        java.rmi.RemoteException
      • createTicket

        void createTicket(MboRemote tkMbo)
                   throws MXException,
                          java.rmi.RemoteException
        Sets assetnum, reportedpriority,reportedbyid, siteid and crossover domain values for the ticket mbo based on asset recon result.
        Parameters:
        The - ticket mbo inserted for this asset.
        Throws:
        MXException
        java.rmi.RemoteException
      • createServiceRequest

        MboRemote createServiceRequest(java.lang.String tickettemplateid)
                                throws MXException,
                                       java.rmi.RemoteException
        creates a Ticket with Ticket Type = Service Request from Asset Recon Result. User can create an action type SR for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATESR
        Parameters:
        Ticket - template ID - user select a template in Action application when create a SR action.
        Throws:
        MXException
        java.rmi.RemoteException
      • createProblem

        MboRemote createProblem(java.lang.String ticketTemplateID)
                         throws MXException,
                                java.rmi.RemoteException
        creates a Ticket with Ticket Type = Problem from Asset Recon Result. User can create an action type CREATEPROBLEM for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATEPROBLEM This feature is added as part of 7115 fixpack.
        Parameters:
        Ticket - template ID - user select a template in Action application when create a CREATEPROBLEM action.
        Throws:
        MXException
        java.rmi.RemoteException
      • createIncident

        MboRemote createIncident(java.lang.String ticketTemplateID)
                          throws MXException,
                                 java.rmi.RemoteException
        creates a Ticket with Ticket Type = Incident from Asset Recon Result. User can create an action type CREATEINCIDENT for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATEINCIDENT This feature is added as part of 7115 fixpack.
        Parameters:
        Ticket - template ID - user select a template in Action application when create a CREATEINCIDENT action.
        Throws:
        MXException
        java.rmi.RemoteException
      • createWorkorder

        MboRemote createWorkorder(java.lang.String jobPlan)
                           throws MXException,
                                  java.rmi.RemoteException
        creates a WorkOrder from Asset Recon Result. User can create an action for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATEWO
        Parameters:
        Job - Plan ID - user select a job plan in Action application when create an CREATEWO action.
        Throws:
        MXException
        java.rmi.RemoteException
      • createChange

        MboRemote createChange(java.lang.String jobPlan)
                        throws MXException,
                               java.rmi.RemoteException
        creates a WorkOrder from Asset Recon Result. User can create an action for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATEWOCHANGE
        Parameters:
        Job - Plan ID - user select a job plan in Action application when create an CREATEWOCHANGE action.
        Throws:
        MXException
        java.rmi.RemoteException
      • createRelease

        MboRemote createRelease(java.lang.String jobPlan)
                         throws MXException,
                                java.rmi.RemoteException
        creates a WorkOrder from Asset Recon Result. User can create an action for asset recon result and use the action in escalation. This method is called from escalation with action type = application action and action name=CREATEWORELEASE
        Parameters:
        Job - Plan ID - user select a job plan in Action application when create an CREATEWORELEASE action.
        Throws:
        MXException
        java.rmi.RemoteException
      • validateWOSiteID

        void validateWOSiteID(MboRemote workOrderMbo)
                       throws MXException,
                              java.rmi.RemoteException
        Validate required field SiteID for WorkOrder
        Parameters:
        WO - Mbo
        Throws:
        - - MXApplicationException("reconresults", "SiteIDIsRequired")
        MXException
        java.rmi.RemoteException