Interface AbstractOrderEntryGroupDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultAbstractOrderEntryGroupDao
public interface AbstractOrderEntryGroupDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
AbstractOrderEntryGroupDao interface which provides functionality to manage AbstractOrderEntryGroup.
-
Method Summary
Modifier and TypeMethodDescriptionfindAbstractOrderEntryGroups(AbstractOrderModel abstractOrderModel) Return the list of AbstractOrderEntryGroups for the given abstractOrderModel
-
Method Details
-
findAbstractOrderEntryGroups
List<AbstractOrderEntryGroupModel> findAbstractOrderEntryGroups(AbstractOrderModel abstractOrderModel) Return the list of AbstractOrderEntryGroups for the given abstractOrderModel- Parameters:
abstractOrderModel- as the abstractOrderModel- Returns:
- the list of AbstractOrderEntryGroups
-