Interface CustomerQueryInterface
- All Known Implementing Classes:
InStore
public interface CustomerQueryInterface
Fields to access customer accounts. Includes direct access to a single customer and searching for customers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomer(Customer customer) voidsetCustomers(CustomerQueryResult customers)
-
Method Details
-
getCustomer
Customer getCustomer() -
setCustomer
-
getCustomers
CustomerQueryResult getCustomers() -
setCustomers
-