Class DefaultAbstractOrderEntryGroupDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AbstractOrderEntryGroupModel>
de.hybris.platform.travelservices.dao.impl.DefaultAbstractOrderEntryGroupDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<AbstractOrderEntryGroupModel>,AbstractOrderEntryGroupDao
public class DefaultAbstractOrderEntryGroupDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AbstractOrderEntryGroupModel>
implements AbstractOrderEntryGroupDao
Default implementation of
AbstractOrderEntryGroupDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAbstractOrderEntryGroups(AbstractOrderModel abstractOrderModel) Return the list of AbstractOrderEntryGroups for the given abstractOrderModelMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultAbstractOrderEntryGroupDao
-
-
Method Details
-
findAbstractOrderEntryGroups
public List<AbstractOrderEntryGroupModel> findAbstractOrderEntryGroups(AbstractOrderModel abstractOrderModel) Description copied from interface:AbstractOrderEntryGroupDaoReturn the list of AbstractOrderEntryGroups for the given abstractOrderModel- Specified by:
findAbstractOrderEntryGroupsin interfaceAbstractOrderEntryGroupDao- Parameters:
abstractOrderModel- as the abstractOrderModel- Returns:
- the list of AbstractOrderEntryGroups
-