Package com.zesped.model

Examples of com.zesped.model.Ticket.reopen()


  public Resolution reopen() {
      try {
      connect(getSessionAttribute("nickname"), getSessionAttribute("password"));
      Ticket tckt = new Ticket(getSession().getDms(), getId());
      tckt.reopen(getSession(), getSessionAttribute("user_uuid"));
      disconnect();
      } catch (StorageException e) {
      setParam("id", getId());
        Log.out.error("EditBillNote.reopen() "+e.getClass().getName()+" "+e.getMessage());
      getContext().getMessages().add(new SimpleMessage("ERROR "+e.getMessage()));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.