Uses of Class
de.hybris.platform.ordermanagementfacades.search.dao.impl.SearchByStatusPagedGenericDao
-
Packages that use SearchByStatusPagedGenericDao Package Description de.hybris.platform.ordermanagementfacades.order.impl de.hybris.platform.warehousingfacades.order.impl -
-
Uses of SearchByStatusPagedGenericDao in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl that return SearchByStatusPagedGenericDao Modifier and Type Method Description protected SearchByStatusPagedGenericDao<OrderModel>DefaultOmsOrderFacade. getOrderSearchByStatusPagedDao()Methods in de.hybris.platform.ordermanagementfacades.order.impl with parameters of type SearchByStatusPagedGenericDao Modifier and Type Method Description voidDefaultOmsOrderFacade. setOrderSearchByStatusPagedDao(SearchByStatusPagedGenericDao<OrderModel> orderSearchByStatusPagedDao) -
Uses of SearchByStatusPagedGenericDao in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return SearchByStatusPagedGenericDao Modifier and Type Method Description protected SearchByStatusPagedGenericDao<ConsignmentModel>DefaultWarehousingConsignmentFacade. getConsignmentSearchByStatusPagedDao()Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type SearchByStatusPagedGenericDao Modifier and Type Method Description voidDefaultWarehousingConsignmentFacade. setConsignmentSearchByStatusPagedDao(SearchByStatusPagedGenericDao<ConsignmentModel> consignmentSearchByStatusPagedDao)
-