public class DefaultSubscriptionCustomerAccountDao extends DefaultCustomerAccountDao
FILTER_RETURNREQUESTS_STATUS, FIND_RETURNREQUESTS_BY_CUSTOMER_STORE_QUERY, FIND_RETURNREQUESTS_BY_CUSTOMER_STORE_QUERY_AND_STATUS, SORT_RETURNREQUESTS_BY_DATE, SORT_RETURNREQUESTS_BY_RMAflexibleSearchService, modelService| Constructor and Description |
|---|
DefaultSubscriptionCustomerAccountDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrderModel> |
findOrdersByCustomerAndStore(CustomerModel customerModel,
BaseStoreModel store,
OrderStatus[] status)
Finds orders for the specified user in the current session's active catalog versions
|
SearchPageData<OrderModel> |
findOrdersByCustomerAndStore(CustomerModel customerModel,
BaseStoreModel store,
OrderStatus[] status,
PageableData pageableData)
Finds orders for the specified user in the current session's active catalog versions
|
createQuery, createSortQueryData, findAddressBookDeliveryEntriesForCustomer, findCreditCardPaymentInfoByCustomer, findCreditCardPaymentInfosByCustomer, findOrderByCodeAndStore, findOrderByCustomerAndCodeAndStore, findOrderByGUIDAndStore, findReturnRequestsByCustomerAndStore, getFilterOrderStatusList, getFilterReturnStatusList, getPagedFlexibleSearchService, setFilterOrderStatusList, setFilterReturnStatusList, setPagedFlexibleSearchServicegetAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic DefaultSubscriptionCustomerAccountDao()
public java.util.List<OrderModel> findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status)
CustomerAccountDaofindOrdersByCustomerAndStore in interface CustomerAccountDaofindOrdersByCustomerAndStore in class DefaultCustomerAccountDaocustomerModel - the customerstore - The current storestatus - A list of order statuses to include in the result, if null or empty then all statuses are includedpublic SearchPageData<OrderModel> findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData)
CustomerAccountDaofindOrdersByCustomerAndStore in interface CustomerAccountDaofindOrdersByCustomerAndStore in class DefaultCustomerAccountDaocustomerModel - the customerstore - The current storestatus - A list of order statuses to include in the result, if null or empty then all statuses are includedpageableData - The pagination dataCopyright © 2018 SAP SE. All Rights Reserved.