Uses of Class
org.exoplatform.cs.rest.model.Ticket
-
Packages that use Ticket Package Description org.exoplatform.cs.rest org.exoplatform.cs.rest.model org.exoplatform.cs.rest.utils -
-
Uses of Ticket in org.exoplatform.cs.rest
Methods in org.exoplatform.cs.rest with parameters of type Ticket Modifier and Type Method Description javax.ws.rs.core.ResponseCustomerTicketRest. createTicket(Ticket ticket)javax.ws.rs.core.ResponseCustomerTicketRest. updateTicket(Ticket ticket, String rate) -
Uses of Ticket in org.exoplatform.cs.rest.model
Methods in org.exoplatform.cs.rest.model that return Ticket Modifier and Type Method Description TicketTicket. clone() -
Uses of Ticket in org.exoplatform.cs.rest.utils
Methods in org.exoplatform.cs.rest.utils that return Ticket Modifier and Type Method Description static TicketEntityBuilder. fromTicketDto(TicketDTO ticketDTO)Methods in org.exoplatform.cs.rest.utils with parameters of type Ticket Modifier and Type Method Description static TicketDTOEntityBuilder. toTicketDto(Ticket ticket)
-