java.lang.Object
de.hybris.platform.b2ctelcofacades.configurableguidedselling.impl.DefaultEntryGroupFacade
All Implemented Interfaces:
EntryGroupFacade

public class DefaultEntryGroupFacade extends Object implements EntryGroupFacade
Default implementation for EntryGroupFacade.
Since:
6.6
  • Constructor Details

    • DefaultEntryGroupFacade

      public DefaultEntryGroupFacade()
  • Method Details

    • getRootEntryGroup

      public EntryGroup getRootEntryGroup(Integer groupNumber)
      Description copied from interface: EntryGroupFacade
      Fetch Root Group for the Leaf bundle entry number.
      Specified by:
      getRootEntryGroup in interface EntryGroupFacade
      Parameters:
      groupNumber - the group number
      Returns:
      the parent entry group
    • getCurrentEntryGroup

      public EntryGroup getCurrentEntryGroup(Integer groupNumber)
      Description copied from interface: EntryGroupFacade
      Fetch Current Group for the Leaf bundle entry number.
      Specified by:
      getCurrentEntryGroup in interface EntryGroupFacade
      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)