public class DefaultSubscriptionCustomerAccountDao
extends DefaultCustomerAccountDao
| Constructor and Description |
|---|
DefaultSubscriptionCustomerAccountDao() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderModel> |
findOrdersByCustomerAndStore(CustomerModel customerModel,
BaseStoreModel store,
OrderStatus[] status) |
SearchPageData<OrderModel> |
findOrdersByCustomerAndStore(CustomerModel customerModel,
BaseStoreModel store,
OrderStatus[] status,
PageableData pageableData) |
public DefaultSubscriptionCustomerAccountDao()
public List<OrderModel> findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status)
public SearchPageData<OrderModel> findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData)
Copyright © 2017 SAP SE. All Rights Reserved.