Class DefaultTmaOrderEntryFacade
java.lang.Object
de.hybris.platform.b2ctelcofacades.order.impl.DefaultTmaOrderEntryFacade
- All Implemented Interfaces:
TmaOrderEntryFacade
Default implementation for
TmaOrderEntryFacade.- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllChildEntries(OrderEntryData entry) Returns all the child entries for the provided rootEntry.getAllSpoEntries(AbstractOrderData abstractOrderData) Returns all abstract order entries corresponding to SPOs.getAllSpoEntries(OrderEntryData entry) Returns all the child entries corresponding to SPOs.getEntry(OrderEntryData entry, String productCode) Returns the entry containing the the given product code.getEntry(List<OrderEntryData> entries, long entryNumber) Returns the entry matching to the given entry number.getEntry(List<OrderEntryData> entries, String productCode, String pickupStore) Returns the entry matching to the given product code and store.
-
Constructor Details
-
DefaultTmaOrderEntryFacade
public DefaultTmaOrderEntryFacade()
-
-
Method Details
-
getEntry
Description copied from interface:TmaOrderEntryFacadeReturns the entry matching to the given entry number.- Specified by:
getEntryin interfaceTmaOrderEntryFacade- Parameters:
entries- The list of entriesentryNumber- The entry number- Returns:
- The entry matching to the provided entry number
-
getEntry
Description copied from interface:TmaOrderEntryFacadeReturns the entry containing the the given product code.- Specified by:
getEntryin interfaceTmaOrderEntryFacade- Parameters:
entry- The rootEntryproductCode- The identifier of the product offering- Returns:
- The entry containing the matching product offering
-
getEntry
public OrderEntryData getEntry(List<OrderEntryData> entries, String productCode, String pickupStore) Description copied from interface:TmaOrderEntryFacadeReturns the entry matching to the given product code and store.- Specified by:
getEntryin interfaceTmaOrderEntryFacade- Parameters:
entries- The list of entriesproductCode- The identifier of the productpickupStore- The identifier of the pick-up store- Returns:
- The entry matching to the provided entry number
-
getAllSpoEntries
Description copied from interface:TmaOrderEntryFacadeReturns all the child entries corresponding to SPOs.- Specified by:
getAllSpoEntriesin interfaceTmaOrderEntryFacade- Parameters:
entry- The root entry- Returns:
- List of
OrderEntryDatacorresponding to SPOs
-
getAllSpoEntries
Description copied from interface:TmaOrderEntryFacadeReturns all abstract order entries corresponding to SPOs.- Specified by:
getAllSpoEntriesin interfaceTmaOrderEntryFacade- Parameters:
abstractOrderData- The sbatract order data object- Returns:
- List of
OrderEntryDatacorresponding to SPOs
-
getAllChildEntries
Description copied from interface:TmaOrderEntryFacadeReturns all the child entries for the provided rootEntry.- Specified by:
getAllChildEntriesin interfaceTmaOrderEntryFacade- Parameters:
entry- The root entry- Returns:
- List of
OrderEntryDatacontaining the child entries
-