Class DefaultEntryGroupFacade
java.lang.Object
de.hybris.platform.b2ctelcofacades.configurableguidedselling.impl.DefaultEntryGroupFacade
- All Implemented Interfaces:
EntryGroupFacade
Default implementation for
EntryGroupFacade.- Since:
- 6.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.order.CartServicegetCurrentEntryGroup(Integer groupNumber) Fetch Current Group for the Leaf bundle entry number.protected de.hybris.platform.order.EntryGroupServicegetRootEntryGroup(Integer groupNumber) Fetch Root Group for the Leaf bundle entry number.voidsetCartService(de.hybris.platform.order.CartService cartService) voidsetEntryGroupService(de.hybris.platform.order.EntryGroupService entryGroupService)
-
Constructor Details
-
DefaultEntryGroupFacade
public DefaultEntryGroupFacade()
-
-
Method Details
-
getRootEntryGroup
Description copied from interface:EntryGroupFacadeFetch Root Group for the Leaf bundle entry number.- Specified by:
getRootEntryGroupin interfaceEntryGroupFacade- Parameters:
groupNumber- the group number- Returns:
- the parent entry group
-
getCurrentEntryGroup
Description copied from interface:EntryGroupFacadeFetch Current Group for the Leaf bundle entry number.- Specified by:
getCurrentEntryGroupin interfaceEntryGroupFacade- Parameters:
groupNumber- the group number- Returns:
- the current entry group
-
getEntryGroupService
protected de.hybris.platform.order.EntryGroupService getEntryGroupService() -
setEntryGroupService
public void setEntryGroupService(de.hybris.platform.order.EntryGroupService entryGroupService) -
getCartService
protected de.hybris.platform.order.CartService getCartService() -
setCartService
public void setCartService(de.hybris.platform.order.CartService cartService)
-