public interface CsUrlActivationDao
| Modifier and Type | Method and Description |
|---|---|
CustomerModel |
getCustomerByEmail(String customerEmailAddress)
Searches for a customer using an email address
|
CustomerModel |
getCustomerById(String customerId)
Searches for a customer using a customer id
|
CustomerModel |
getCustomerByPhone(String customerPhoneNumber)
Searches for a customer using a phone number
|
OrderModel |
getOrderByCode(String itemCode)
Searches for a subclass of
OrderModel using an order code. |
CsTicketModel |
getTicketById(String ticketId)
Searches for a ticket using a ticket id
|
OrderModel getOrderByCode(String itemCode)
OrderModel using an order code.itemCode - the order codeCustomerModel getCustomerById(String customerId)
customerId - the customer idCustomerModel getCustomerByEmail(String customerEmailAddress)
customerEmailAddress - the email addressCustomerModel getCustomerByPhone(String customerPhoneNumber)
customerPhoneNumber - the phone numberCsTicketModel getTicketById(String ticketId)
ticketId - the ticket idCopyright © 2017 SAP SE. All Rights Reserved.