public interface TicketStrategy
| Modifier and Type | Method and Description |
|---|---|
Collection<CsTicketModel> |
getCustomerTickets(CustomerModel customer) |
Collection<CsTicketModel> |
getOrderTickets(OrderModel order) |
CommentTypeModel |
getTicketType(String type) |
Collection<CsTicketModel> getCustomerTickets(CustomerModel customer)
Collection<CsTicketModel> getOrderTickets(OrderModel order)
CommentTypeModel getTicketType(String type)
Copyright © 2017 SAP SE. All Rights Reserved.