public class DefaultCsUrlActivationDao extends AbstractItemDao implements CsUrlActivationDao
CsUrlActivationDao interface.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultCsUrlActivationDao() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cleanupPhoneNumber(String phoneNumber) |
protected CustomerModel |
findCustomerByPhoneNumber(String phoneNumber) |
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
|
protected TicketService |
getTicketService() |
void |
setTicketService(TicketService ticketService)
Sets the
TicketService instance used to lookup tickets |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected TicketService getTicketService()
public void setTicketService(TicketService ticketService)
TicketService instance used to lookup ticketsticketService - a TicketService instancepublic OrderModel getOrderByCode(String itemCode)
CsUrlActivationDaoOrderModel using an order code.getOrderByCode in interface CsUrlActivationDaoitemCode - the order codepublic CustomerModel getCustomerById(String customerId)
CsUrlActivationDaogetCustomerById in interface CsUrlActivationDaocustomerId - the customer idpublic CustomerModel getCustomerByEmail(String customerEmailAddress)
CsUrlActivationDaogetCustomerByEmail in interface CsUrlActivationDaocustomerEmailAddress - the email addresspublic CustomerModel getCustomerByPhone(String customerPhoneNumber)
CsUrlActivationDaogetCustomerByPhone in interface CsUrlActivationDaocustomerPhoneNumber - the phone numberprotected CustomerModel findCustomerByPhoneNumber(String phoneNumber)
public CsTicketModel getTicketById(String ticketId)
CsUrlActivationDaogetTicketById in interface CsUrlActivationDaoticketId - the ticket idCopyright © 2017 SAP SE. All Rights Reserved.