| Modifier and Type | Method and Description |
|---|---|
List<TicketDTO> |
Tickets.getTickets() |
List<TicketDTO> |
TicketEndpoint.listAll(Integer startPosition,
Integer maxResult) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TicketEndpoint.create(TicketDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tickets.setTickets(List<TicketDTO> tickets) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.