Interface TicketServicePort_PortType

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    TicketServiceSoapBindingStub

    public interface TicketServicePort_PortType
    extends java.rmi.Remote
    • Method Detail

      • ticketGetByID

        Ticket ticketGetByID​(int ticketID,
                             Credentials request_header)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • ticketGetByNumber

        Ticket ticketGetByNumber​(long ticketNumber,
                                 Credentials request_header)
                          throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getById

        TicketWithArticles getById​(long ticketNumber,
                                   Credentials request_header)
                            throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getByNumber

        TicketWithArticles getByNumber​(long ticketNumber,
                                       Credentials request_header)
                                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • ticketStateUpdate

        void ticketStateUpdate​(TicketStateUpdate ticketStateUpdate,
                               Credentials request_header)
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • articleCreate

        int articleCreate​(ArticleCore article,
                          Credentials request_header)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • articleGetByID

        Article articleGetByID​(int articleID,
                               Credentials request_header)
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • articleGetAllByTicketID

        Article[] articleGetAllByTicketID​(int ticketID,
                                          Credentials request_header)
                                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • articleGetAllByTicketNumber

        Article[] articleGetAllByTicketNumber​(long ticketNumber,
                                              Credentials request_header)
                                       throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException