public class DefaultTicketStrategy extends Object implements TicketStrategy
TicketStrategy interface.| Constructor and Description |
|---|
DefaultTicketStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CsTicketModel> |
getCustomerTickets(CustomerModel customer) |
Collection<CsTicketModel> |
getOrderTickets(OrderModel order) |
protected TicketService |
getTicketService() |
CommentTypeModel |
getTicketType(String type) |
void |
setTicketService(TicketService ticketService) |
protected TicketService getTicketService()
public void setTicketService(TicketService ticketService)
public Collection<CsTicketModel> getCustomerTickets(CustomerModel customer)
getCustomerTickets in interface TicketStrategypublic Collection<CsTicketModel> getOrderTickets(OrderModel order)
getOrderTickets in interface TicketStrategypublic CommentTypeModel getTicketType(String type)
getTicketType in interface TicketStrategyCopyright © 2017 SAP SE. All Rights Reserved.