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