Class InserirPISTMEndpoint

java.lang.Object
systextil.ws.ResourceBase
systextil.bo.func.InserirPISTMEndpoint

public class InserirPISTMEndpoint extends systextil.ws.ResourceBase
Executa a fun??o AtualizaInsumosConf.
Author:
Pedro Santos
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Os par?

    Nested classes/interfaces inherited from class systextil.ws.ResourceBase

    systextil.ws.ResourceBase.Err
  • Field Summary

    Fields inherited from class systextil.ws.ResourceBase

    formNameRequired
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int solicitacao, String grupoMaquina, String subgruMaquina, int numeroMaquina)
    Busca o valor retornado da fun??
    int
    Executa a fun??

    Methods inherited from class systextil.ws.ResourceBase

    execute, getClientInfo, getLogin, run

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InserirPISTMEndpoint

      public InserirPISTMEndpoint()
  • Method Details

    • post

      public int post(InserirPISTMEndpoint.Parameters p) throws TagException
      Executa a fun??o (paradaPISTM).
      Parameters:
      p - os par?metros da fun??o
      Returns:
      "OK" se for sucesso
      Throws:
      TagException - se houver problema
    • get

      public Object get(int solicitacao, String grupoMaquina, String subgruMaquina, int numeroMaquina) throws TagException
      Busca o valor retornado da fun??o paradaPISTM.
      Parameters:
      solicitacao - a solicita??o
      grupoMaquina - o grupo da m?quina
      subgruMaquina - o subgrupo da m?quina
      numeroMaquina - o n?mero da m?quina
      Returns:
      o valor retornado pela fun??o paradaPISTM
      Throws:
      TagException - se houver problema