Uses of Class
de.hybris.platform.commercefacades.order.data.OrderEntryData
-
-
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.cart.action.populator
Methods in de.hybris.platform.acceleratorfacades.cart.action.populator with parameters of type OrderEntryData Modifier and Type Method Description voidAcceleratorCartEntryActionPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.csv.impl
Methods in de.hybris.platform.acceleratorfacades.csv.impl with parameters of type OrderEntryData Modifier and Type Method Description protected voidDefaultCsvFacade. writeOrderEntry(java.io.Writer writer, OrderEntryData entry)Method parameters in de.hybris.platform.acceleratorfacades.csv.impl with type arguments of type OrderEntryData Modifier and Type Method Description protected voidDefaultCsvFacade. writeOrderEntries(java.io.Writer writer, java.util.List<OrderEntryData> entries) -
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.order.populators
Methods in de.hybris.platform.acceleratorfacades.order.populators that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataAcceleratorGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry)Methods in de.hybris.platform.acceleratorfacades.order.populators with parameters of type OrderEntryData Modifier and Type Method Description protected OrderEntryDataAcceleratorGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry) -
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.ordergridform
Method parameters in de.hybris.platform.acceleratorfacades.ordergridform with type arguments of type OrderEntryData Modifier and Type Method Description java.util.Map<java.lang.String,ReadOnlyOrderGridData>OrderGridFormFacade. getReadOnlyOrderGrid(java.util.List<OrderEntryData> orderEntryDataList)Populates the readonly order grid -
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.ordergridform.impl
Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataDefaultOrderGridFormFacadeTest. createOrderEntryData(ProductData productData, long quantity)Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>DefaultOrderGridFormFacadeTest. create1DOrderEntries()protected java.util.List<OrderEntryData>DefaultOrderGridFormFacadeTest. create2DOrderEntries()protected java.util.List<OrderEntryData>DefaultOrderGridFormFacadeTest. create3DOrderEntries()protected java.util.List<OrderEntryData>DefaultOrderGridFormFacadeTest. createSingle1DOrderEntry()Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl with parameters of type OrderEntryData Modifier and Type Method Description protected java.util.Optional<ReadOnlyOrderGridData>DefaultOrderGridFormFacade. groupOrderEntriesWithCategory(java.lang.String hashKey, OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData, java.util.Map<java.lang.String,java.lang.String> dimensionHeaderMap, java.util.Map<java.lang.String,ReadOnlyOrderGridData> readOnlyMultiDMap)protected ReadOnlyOrderGridDataDefaultOrderGridFormFacade. populateAndSortReadonlyOrderGridData(OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData, java.util.Map<java.lang.String,java.lang.String> dimensionHeaderMap)protected java.util.Optional<java.util.AbstractMap.SimpleImmutableEntry<java.lang.String,ReadOnlyOrderGridData>>DefaultOrderGridFormFacade. populateDataFor1DGrid(CategoryData categoryData, OrderEntryData dimensionEntry)protected voidDefaultOrderGridFormFacade. populateLeafDimensionData(CategoryData categoryData, OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData)protected java.util.Optional<java.util.AbstractMap.SimpleImmutableEntry<java.lang.String,ReadOnlyOrderGridData>>DefaultOrderGridFormFacade. populateReadonlyGridMapFromCategories(OrderEntryData dimensionEntry, java.util.Collection<CategoryData> categoryDataCollection, java.util.Map<java.lang.String,ReadOnlyOrderGridData> readOnlyOrderGridDataMap)Method parameters in de.hybris.platform.acceleratorfacades.ordergridform.impl with type arguments of type OrderEntryData Modifier and Type Method Description java.util.Map<java.lang.String,ReadOnlyOrderGridData>DefaultOrderGridFormFacade. getReadOnlyOrderGrid(java.util.List<OrderEntryData> orderEntryDataList) -
Uses of OrderEntryData in de.hybris.platform.acceleratorstorefrontcommons.forms
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>AddToCartOrderForm. getCartEntries()Method parameters in de.hybris.platform.acceleratorstorefrontcommons.forms with type arguments of type OrderEntryData Modifier and Type Method Description voidAddToCartOrderForm. setCartEntries(java.util.List<OrderEntryData> cartEntries) -
Uses of OrderEntryData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type OrderEntryData Modifier and Type Method Description static booleanFunctions. doesAppliedPromotionExistForOrderEntryOrOrderEntryGroup(CartData cart, OrderEntryData entry)Test if a cart has an applied promotion for the specified entry or grouped entry.static booleanFunctions. doesPotentialPromotionExistForOrderEntryOrOrderEntryGroup(CartData cart, OrderEntryData entry)Test if a cart has an potential promotion for the specified entry or entry group.static booleanFunctions. isConsumedByEntry(PromotionOrderEntryConsumedData consumed, OrderEntryData entry)Test if entry or grouped entry belongs to consumed entry -
Uses of OrderEntryData in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataB2BCartsController. getOrderEntryData(long quantity, java.lang.String productCode, java.lang.Integer entryNumber)Methods in de.hybris.platform.b2b.occ.v2.controllers that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>B2BCartsController. convertToData(OrderEntryListWsDTO entriesWS) -
Uses of OrderEntryData in de.hybris.platform.b2bacceleratorfacades.api.cart
Methods in de.hybris.platform.b2bacceleratorfacades.api.cart with parameters of type OrderEntryData Modifier and Type Method Description CartModificationDataCartFacade. addOrderEntry(OrderEntryData cartEntry)Method for adding a product to cart.CartModificationDataCartFacade. updateOrderEntry(OrderEntryData cartEntry)Method for updating the number of products.Method parameters in de.hybris.platform.b2bacceleratorfacades.api.cart with type arguments of type OrderEntryData Modifier and Type Method Description java.util.List<CartModificationData>CartFacade. addOrderEntryList(java.util.List<OrderEntryData> cartEntries)Method for adding a product to cart.java.util.List<CartModificationData>CartFacade. updateOrderEntryList(java.util.List<OrderEntryData> cartEntries)Method for updating a list of products in the cart. -
Uses of OrderEntryData in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry)Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>GroupCartModificationListPopulator. getGroupedOrderEntries(java.util.List<CartModificationData> modificationDataList)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<OrderEntryData>GroupOrderEntryPopulator. groupEntries(java.util.List<OrderEntryData> entries)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description protected OrderEntryDataGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry)Deprecated, for removal: This API element is subject to removal in a future version.protected CartModificationDataGroupCartModificationListPopulator. getGroupedCartModificationData(java.util.List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry)Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator. getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator. getMinPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator. getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated, for removal: This API element is subject to removal in a future version.protected longGroupOrderEntryPopulator. getTotalQuantity(OrderEntryData parentEntry)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with type arguments of type OrderEntryData Modifier and Type Method Description protected voidGroupOrderEntryPopulator. consolidateGroupedOrderEntry(java.util.Map<java.lang.String,OrderEntryData> group)Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<OrderEntryData>GroupOrderEntryPopulator. groupEntries(java.util.List<OrderEntryData> entries)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrderEntryData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return OrderEntryData Modifier and Type Method Description protected <T extends AbstractOrderData>
OrderEntryDataDefaultCartFacade. groupOrderEntry(T orderData, ProductData productData, java.lang.String baseProduct)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type OrderEntryData Modifier and Type Method Description CartModificationDataDefaultB2BCartFacade. addOrderEntry(OrderEntryData cartEntry)CartModificationDataDefaultCartFacade. addOrderEntry(OrderEntryData cartEntry)Deprecated, for removal: This API element is subject to removal in a future version.protected CartModificationDataDefaultB2BCartFacade. deleteGroupedOrderEntries(OrderEntryData orderEntry)protected java.lang.IntegerDefaultB2BCartFacade. getOrderEntryNumber(OrderEntryData findEntry)protected booleanDefaultB2BCartFacade. isValidEntry(OrderEntryData cartEntry)protected voidDefaultB2BCartFacade. setAddStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification)protected voidDefaultB2BCartFacade. setUpdateStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification)CartModificationDataDefaultB2BCartFacade. updateOrderEntry(OrderEntryData orderEntry)CartModificationDataDefaultCartFacade. updateOrderEntry(OrderEntryData cartEntry)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type OrderEntryData Modifier and Type Method Description java.util.List<CartModificationData>DefaultB2BCartFacade. addOrderEntryList(java.util.List<OrderEntryData> cartEntries)java.util.List<CartModificationData>DefaultCartFacade. addOrderEntryList(java.util.List<OrderEntryData> cartEntries)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<CartModificationData>DefaultB2BCartFacade. updateOrderEntryList(java.util.List<OrderEntryData> cartEntries)java.util.List<CartModificationData>DefaultCartFacade. updateOrderEntryList(java.util.List<OrderEntryData> cartEntries)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrderEntryData in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return OrderEntryData Modifier and Type Method Description OrderEntryDataGroupOrderEntryPopulatorTest. createOrderEntry(java.lang.String productCode, java.lang.String baseProductCode, java.lang.Long price, java.lang.Long totalPrice)Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type OrderEntryData Modifier and Type Method Description protected voidGroupOrderEntryPopulatorTest. validatePriceRange(OrderEntryData parentEntry)protected voidGroupOrderEntryPopulatorTest. validateProductInfo(OrderEntryData parentEntry, OrderEntryData firstEntry) -
Uses of OrderEntryData in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataB2BCartsController. getOrderEntryData(long quantity, java.lang.String productCode, java.lang.Integer entryNumber)Methods in de.hybris.platform.b2bocc.v2.controllers that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>B2BCartsController. convertToData(OrderEntryListWsDTO entriesWS) -
Uses of OrderEntryData in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>OrderPartiallyCanceledEmailContext. getCanceledEntries()java.util.List<OrderEntryData>OrderPartiallyModifiedEmailContext. getModifiedEntries()protected Converter<AbstractOrderEntryModel,OrderEntryData>OrderPartiallyModifiedEmailContext. getOrderEntryConverter()java.util.List<OrderEntryData>OrderPartiallyRefundedEmailContext. getRefundedEntries()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type OrderEntryData Modifier and Type Method Description voidOrderPartiallyModifiedEmailContext. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter) -
Uses of OrderEntryData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>EntryGroupData. getOrderEntries()Methods in de.hybris.platform.commercefacades.order with parameters of type OrderEntryData Modifier and Type Method Description voidVirtualEntryGroupStrategy. createGroup(java.util.List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry)Assigns the standalone entry to an entry group.CartModificationDataCartFacade. updateCartEntry(OrderEntryData cartEntry)Updates the given cart entry.Method parameters in de.hybris.platform.commercefacades.order with type arguments of type OrderEntryData Modifier and Type Method Description voidEntryGroupData. setOrderEntries(java.util.List<OrderEntryData> orderEntries) -
Uses of OrderEntryData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry)OrderEntryDataGroupOrderEntryPopulatorTest. createOrderEntry(java.lang.String productCode, java.lang.String baseProductCode, java.math.BigDecimal price, java.math.BigDecimal totalPrice)protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)protected OrderEntryDataOrderEntryGroupPopulator. getOrderEntryData(AbstractOrderData target, java.lang.Integer entryNumber)Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>GroupCartModificationListPopulator. getGroupedOrderEntries(java.util.List<CartModificationData> modificationDataList)protected Converter<AbstractOrderEntryModel,OrderEntryData>AbstractOrderPopulator. getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData>CartModificationPopulator. getOrderEntryConverter()Converter<AbstractOrderEntryModel,OrderEntryData>ConsignmentEntryPopulator. getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData>OrderConsignmentPopulator. getOrderEntryConverter()protected java.util.List<OrderEntryData>GroupOrderEntryPopulator. groupEntries(java.util.List<OrderEntryData> entries, AbstractOrderData order)protected javax.ws.rs.core.MultivaluedMap<java.lang.Integer,OrderEntryData>AbstractOrderPopulator. mapGroupIdToEntryData(AbstractOrderModel source, AbstractOrderData target)Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description protected voidOrderEntryPopulator. addComments(AbstractOrderEntryModel orderEntry, OrderEntryData entry)protected voidOrderEntryPopulator. addCommon(AbstractOrderEntryModel orderEntry, OrderEntryData entry)protected voidOrderEntryPopulator. addConfigurations(AbstractOrderEntryModel source, OrderEntryData target)protected voidOrderEntryPopulator. addDeliveryMode(AbstractOrderEntryModel orderEntry, OrderEntryData entry)protected voidOrderEntryPopulator. addEntryGroups(AbstractOrderEntryModel source, OrderEntryData target)protected voidOrderEntryPopulator. addProduct(AbstractOrderEntryModel orderEntry, OrderEntryData entry)protected voidOrderEntryPopulator. addTotals(AbstractOrderEntryModel orderEntry, OrderEntryData entry)protected voidOrderEntryPopulator. adjustUpdateable(OrderEntryData entry, AbstractOrderEntryModel entryToUpdate)protected ConsignmentEntryDataGroupOrderConsignmentEntryPopulatorTest. createConsignmentEntryData(long quantity, long shippedQuantity, OrderEntryData orderEntry)protected EntryGroupDataGroupOrderEntryPopulatorTest. createEntryGroupData(OrderEntryData entry, int number)protected OrderEntryDataGroupOrderEntryPopulator. createGroupedOrderEntry(OrderEntryData firstEntry)protected EntryGroupDataGroupOrderEntryPopulator. createRootGroup(OrderEntryData groupedOrderEntry, AbstractOrderData order)protected CartModificationDataGroupCartModificationListPopulator. getGroupedCartModificationData(java.util.List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry)protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)protected PriceDataGroupOrderEntryPopulator. getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice)protected PriceDataGroupOrderEntryPopulator. getMinPrice(OrderEntryData parentEntry, PriceData samplePrice)protected PriceDataGroupOrderEntryPopulator. getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice)protected java.lang.LongGroupOrderEntryPopulator. getTotalQuantity(OrderEntryData parentEntry)voidOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)protected voidGroupOrderEntryPopulator. setEntryGroups(OrderEntryData entry, OrderEntryData groupedOrderEntry, AbstractOrderData order)protected voidGroupOrderEntryPopulator. unwrapEntry(OrderEntryData entry, AbstractOrderData order)protected voidGroupOrderEntryPopulatorTest. validatePriceRange(OrderEntryData parentEntry)protected voidGroupOrderEntryPopulatorTest. validateProductInfo(OrderEntryData parentEntry, OrderEntryData firstEntry)protected EntryGroupDataGroupOrderConsignmentEntryPopulatorTest. wrapIntoEntryGroup(OrderEntryData entry, int groupNumber)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type OrderEntryData Modifier and Type Method Description protected voidAbstractOrderPopulator. assignEntriesToGroups(EntryGroupData entryGroup, javax.ws.rs.core.MultivaluedMap<java.lang.Integer,OrderEntryData> orderEntryDataMap)protected voidGroupOrderEntryPopulator. consolidateGroupedOrderEntry(java.util.Map<java.lang.String,OrderEntryData> group)protected OrderEntryDataGroupCartModificationListPopulator. getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)protected java.util.List<OrderEntryData>GroupOrderEntryPopulator. groupEntries(java.util.List<OrderEntryData> entries, AbstractOrderData order)voidAbstractOrderPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter)voidCartModificationPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)voidConsignmentEntryPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)voidOrderConsignmentPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter) -
Uses of OrderEntryData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return OrderEntryData Modifier and Type Method Description OrderEntryDataCartModificationData. getEntry()OrderEntryDataConsignmentEntryData. getOrderEntry()Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>AbstractOrderData. getEntries()java.util.List<OrderEntryData>OrderEntryData. getEntries()java.util.Collection<OrderEntryData>OrderEntryGroupData. getEntries()java.util.List<OrderEntryData>OrderData. getUnconsignedEntries()Methods in de.hybris.platform.commercefacades.order.data with parameters of type OrderEntryData Modifier and Type Method Description voidCartModificationData. setEntry(OrderEntryData entry)voidConsignmentEntryData. setOrderEntry(OrderEntryData orderEntry)Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderEntryData Modifier and Type Method Description voidAbstractOrderData. setEntries(java.util.List<OrderEntryData> entries)voidOrderEntryData. setEntries(java.util.List<OrderEntryData> entries)voidOrderEntryGroupData. setEntries(java.util.Collection<OrderEntryData> entries)voidOrderData. setUnconsignedEntries(java.util.List<OrderEntryData> unconsignedEntries) -
Uses of OrderEntryData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataDefaultCartFacadeTest. getOrderEntryData(int entryNumber, long qty, java.lang.String productCode)Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryData>DefaultCartFacade. getOrderEntryConverter()protected java.util.Optional<OrderEntryData>DefaultQuoteFacadeIntegrationTest. getOrderEntryForProduct(AbstractOrderData orderData, java.lang.String productCode)Methods in de.hybris.platform.commercefacades.order.impl with parameters of type OrderEntryData Modifier and Type Method Description protected CartModificationDataDefaultCartFacade. configureCartEntry(OrderEntryData orderEntry, CartModificationData cartModificationData)protected CommerceCartParameterDefaultCartFacade. createCommerceCartParameter(OrderEntryData orderEntry, java.util.List<ProductConfigurationItem> productConfigurationItemList)voidDefaultVirtualEntryGroupStrategy. createGroup(java.util.List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry)protected EntryGroupDataDefaultVirtualEntryGroupStrategy. createVirtualGroup(OrderEntryData standaloneEntry, int nextGroupNumber)protected CartModificationDataDefaultCartFacade. deleteGroupedOrderEntriesMultiD(OrderEntryData orderEntry)protected java.lang.IntegerDefaultCartFacade. getOrderEntryNumberForMultiD(OrderEntryData findEntry)protected voidDefaultCartFacade. mergeOrderEntryWithModelConfiguration(OrderEntryData orderEntry)CartModificationDataDefaultCartFacade. updateCartEntry(OrderEntryData orderEntry)Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type OrderEntryData Modifier and Type Method Description voidDefaultCartFacade. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter) -
Uses of OrderEntryData in de.hybris.platform.commercewebservices.core.order.data
Methods in de.hybris.platform.commercewebservices.core.order.data that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>OrderEntryDataList. getOrderEntries()Method parameters in de.hybris.platform.commercewebservices.core.order.data with type arguments of type OrderEntryData Modifier and Type Method Description voidOrderEntryDataList. setOrderEntries(java.util.List<OrderEntryData> orderEntries) -
Uses of OrderEntryData in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return OrderEntryData Modifier and Type Method Description protected static OrderEntryDataCartsController. getCartEntry(CartData cart, java.lang.String productCode, java.lang.String pickupStore)protected static OrderEntryDataCartsController. getCartEntryForNumber(CartData cart, long number)Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type OrderEntryData Modifier and Type Method Description protected CartModificationWsDTOCartsController. updateCartEntryInternal(java.lang.String baseSiteId, CartData cart, OrderEntryData orderEntry, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields, boolean putMode)protected voidCartsController. validateCartEntryForReplace(OrderEntryData oryginalEntry, OrderEntryWsDTO entry)protected static voidCartsController. validateForAmbiguousPositions(CartData currentCart, OrderEntryData currentEntry, java.lang.String newPickupStore) -
Uses of OrderEntryData in de.hybris.platform.configurablebundlefacades.order.converters.comparator
Classes in de.hybris.platform.configurablebundlefacades.order.converters.comparator with type parameters of type OrderEntryData Modifier and Type Class Description classAbstractBundleOrderEntryComparator<T extends OrderEntryData>Deprecated, for removal: This API element is subject to removal in a future version.since 1905: The comparator compares only deprecated fields, so it is deprecated, too.Methods in de.hybris.platform.configurablebundlefacades.order.converters.comparator with parameters of type OrderEntryData Modifier and Type Method Description protected booleanOrderEntryBundleNoComparator. bundleNumberIsZero(OrderEntryData orderEntryData)Deprecated, for removal: This API element is subject to removal in a future version.booleanOrderEntryBundleNoComparator. comparable(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version.booleanOrderEntryComponentComparator. comparable(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanOrderEntryProductComparator. comparable(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version.protected intOrderEntryBundleNoComparator. doCompare(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version.protected intOrderEntryComponentComparator. doCompare(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version.protected intOrderEntryProductComparator. doCompare(OrderEntryData o1, OrderEntryData o2)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrderEntryData in de.hybris.platform.configurablebundlefacades.order.converters.populator
Methods in de.hybris.platform.configurablebundlefacades.order.converters.populator that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>AbstractBundleOrderPopulator. getSortedEntryListBasedOnBundleAndComponent(java.util.List<OrderEntryData> entries)Deprecated, for removal: This API element is subject to removal in a future version.This method returns the given order entries sorted by the bundle number and component's position.Methods in de.hybris.platform.configurablebundlefacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description protected EntryGroupBundleCommerceCartPopulator. getEntryGroup(S source, OrderEntryData entry)Find first incomplete bundle component of each packageMethod parameters in de.hybris.platform.configurablebundlefacades.order.converters.populator with type arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>AbstractBundleOrderPopulator. getSortedEntryListBasedOnBundleAndComponent(java.util.List<OrderEntryData> entries)Deprecated, for removal: This API element is subject to removal in a future version.This method returns the given order entries sorted by the bundle number and component's position. -
Uses of OrderEntryData in de.hybris.platform.integration.cis.subscription.facades.impl
Methods in de.hybris.platform.integration.cis.subscription.facades.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description protected Converter<OrderEntryData,com.hybris.cis.api.model.CisLineItem>DefaultCisSubscriptionFacade. getCisLineItemConverter()protected Converter<OrderEntryData,com.hybris.cis.api.subscription.model.CisSubscriptionItem>DefaultCisSubscriptionFacade. getCisSubscriptionItemConverter()Method parameters in de.hybris.platform.integration.cis.subscription.facades.impl with type arguments of type OrderEntryData Modifier and Type Method Description voidDefaultCisSubscriptionFacade. setCisLineItemConverter(Converter<OrderEntryData,com.hybris.cis.api.model.CisLineItem> cisLineItemConverter)voidDefaultCisSubscriptionFacade. setCisSubscriptionItemConverter(Converter<OrderEntryData,com.hybris.cis.api.subscription.model.CisSubscriptionItem> cisSubscriptionItemConverter) -
Uses of OrderEntryData in de.hybris.platform.integration.cis.subscription.populators
Methods in de.hybris.platform.integration.cis.subscription.populators that return types with arguments of type OrderEntryData Modifier and Type Method Description protected Converter<OrderEntryData,com.hybris.cis.api.subscription.model.CisSubscriptionItem>CisSubscriptionOrderPopulator. getCisSubscriptionItemConverter()Methods in de.hybris.platform.integration.cis.subscription.populators with parameters of type OrderEntryData Modifier and Type Method Description protected java.math.BigDecimalCisLineItemPopulator. getPayNowPrice(OrderEntryData entry)protected java.lang.StringCisLineItemPopulator. getProductDescription(OrderEntryData source)protected java.lang.IntegerCisLineItemPopulator. getQuantity(OrderEntryData source)voidCisLineItemPopulator. populate(OrderEntryData source, com.hybris.cis.api.model.CisLineItem target)voidCisSubscriptionItemPopulator. populate(OrderEntryData source, com.hybris.cis.api.subscription.model.CisSubscriptionItem target)Method parameters in de.hybris.platform.integration.cis.subscription.populators with type arguments of type OrderEntryData Modifier and Type Method Description voidCisSubscriptionOrderPopulator. setCisSubscriptionItemConverter(Converter<OrderEntryData,com.hybris.cis.api.subscription.model.CisSubscriptionItem> cisSubscriptionItemConverter) -
Uses of OrderEntryData in de.hybris.platform.marketplacefacades.cart.converters.populator
Methods in de.hybris.platform.marketplacefacades.cart.converters.populator that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>GroupVendorOrderEntryPopulator. groupVendorEntries(AbstractOrderData order)Methods in de.hybris.platform.marketplacefacades.cart.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description protected voidGroupVendorOrderEntryPopulator. addEntryToGroup(OrderEntryData entry, java.util.Map<java.lang.String,EntryGroupData> vendorGroups)protected EntryGroupDataGroupVendorOrderEntryPopulator. getVendorGroup(OrderEntryData entry, java.util.Map<java.lang.String,EntryGroupData> vendorGroups) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.order
Methods in de.hybris.platform.ordermanagementfacades.order that return OrderEntryData Modifier and Type Method Description OrderEntryDataOmsOrderFacade. getOrderEntryForOrderCodeAndEntryNumber(java.lang.String orderCode, java.lang.Integer entryNumber)API to get an orderEntry by it's entryNumber and its order's codeMethods in de.hybris.platform.ordermanagementfacades.order that return types with arguments of type OrderEntryData Modifier and Type Method Description SearchPageData<OrderEntryData>OmsOrderFacade. getOrderEntriesForOrderCode(java.lang.String orderCode, PageableData pageableData)API to get orderEntries for the givenAbstractOrderModel.CODE -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.order.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description protected booleanOrderCancelPopulator. isMultidimensionalEntry(OrderEntryData orderEntry)Confirms if the givenOrderEntryDatais for multidimensional productprotected booleanOrderReturnPopulator. isMultidimensionalEntry(OrderEntryData orderEntry)Confirms if the givenOrderEntryDatais for multidimensional productvoidOrdermanagementOrderEntryUrlPopulator. populate(OrderEntryModel source, OrderEntryData target) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl that return OrderEntryData Modifier and Type Method Description OrderEntryDataDefaultOmsOrderFacade. getOrderEntryForOrderCodeAndEntryNumber(java.lang.String orderCode, java.lang.Integer entryNumber)Methods in de.hybris.platform.ordermanagementfacades.order.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description SearchPageData<OrderEntryData>DefaultOmsOrderFacade. getOrderEntriesForOrderCode(java.lang.String orderCode, PageableData pageableData)protected Converter<OrderEntryModel,OrderEntryData>DefaultOmsOrderFacade. getOrderEntryConverter()Method parameters in de.hybris.platform.ordermanagementfacades.order.impl with type arguments of type OrderEntryData Modifier and Type Method Description voidDefaultOmsOrderFacade. setOrderEntryConverter(Converter<OrderEntryModel,OrderEntryData> orderEntryConverter) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.returns.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator that return types with arguments of type OrderEntryData Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryData>OrdermanagementReturnEntryPopulator. getOrderEntryConverter()Method parameters in de.hybris.platform.ordermanagementfacades.returns.converters.populator with type arguments of type OrderEntryData Modifier and Type Method Description voidOrdermanagementReturnEntryPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return OrderEntryData Modifier and Type Method Description OrderEntryDataReturnEntryData. getOrderEntry()Methods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type OrderEntryData Modifier and Type Method Description voidReturnEntryData. setOrderEntry(OrderEntryData orderEntry) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type OrderEntryData Modifier and Type Method Description protected voidDefaultOmsReturnFacade. validateOrderEntryForReturnEntry(OrderEntryData orderEntry)Validates for null check and mandatory fields in returnEntryData -
Uses of OrderEntryData in de.hybris.platform.orderselfserviceaddon.controllers.pages
Methods in de.hybris.platform.orderselfserviceaddon.controllers.pages with parameters of type OrderEntryData Modifier and Type Method Description protected booleanReturnOrderPageController. isMultiD(OrderEntryData orderEntryData)A method that checks if the product associated with this orderEntry is a multi dimensional productprotected booleanCancelOrderPageController. isMultidimensionalEntry(OrderEntryData orderEntry)Confirms if the givenOrderEntryDatais for multidimensional productprotected booleanReturnOrderPageController. isMultidimensionalEntry(OrderEntryData orderEntry)Confirms if the givenOrderEntryDatais for multidimensional productprotected voidReturnOrderPageController. populateMapForNestedEntries(java.util.Map<java.lang.Integer,java.lang.Long> returnEntryQuantityMap, OrderEntryData orderEntryData)protected voidCancelOrderPageController. setCancellablePrice(java.lang.Long qty, OrderEntryData orderEntryData)Updates thecancelledItemsPricefor the given requested cancel quantityprotected voidReturnOrderPageController. setReturnedItemsPrice(java.lang.Long qty, OrderEntryData orderEntryData)Updates thereturnedItemsPricefor the given requested return quantity -
Uses of OrderEntryData in de.hybris.platform.sap.productconfig.facades.integrationtests
Methods in de.hybris.platform.sap.productconfig.facades.integrationtests that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataConfigCartIntegrationTest. getEntryFromSavedCart(java.lang.String code)protected OrderEntryDataCPQQuoteFacadeIntegrationTest. validateQuoteBasic(QuoteData result) -
Uses of OrderEntryData in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as OrderEntryData Modifier and Type Field Description protected OrderEntryDataAbstractOrderConfigurationPopulatorTest. targetEntryFields in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type OrderEntryData Modifier and Type Field Description protected java.util.List<OrderEntryData>AbstractOrderConfigurationPopulatorTest. targetEntryListMethods in de.hybris.platform.sap.productconfig.facades.populator that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataAbstractOrderConfigurationPopulator. findTargetEntry(AbstractOrderData target, java.lang.Integer entryNumber)Finds an entry part of the cartMethods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type OrderEntryData Modifier and Type Method Description protected voidCartConfigurationPopulator. addChangedInBackgroundWarning(OrderEntryData targetEntry)protected voidAbstractOrderProductVariantPopulator. adjustTargetEntryForVariant(AbstractOrderEntryModel sourceEntry, OrderEntryData targetEntry)protected voidAbstractOrderConfigurationPopulator. validateAndSetPK(AbstractOrderEntryModel entry, OrderEntryData targetEntry)protected voidCartConfigurationPopulator. validateChangedInBackground(ConfigModel configModel, AbstractOrderEntryModel entry, OrderEntryData targetEntry)protected booleanCartConfigurationPopulator. validatePrice(ConfigModel configModel, AbstractOrderEntryModel entry, OrderEntryData targetEntry)Validates price on entry level, triggers a reculaculation of the cart if neededprotected booleanCartConfigurationPopulator. validateUnresolvableIssues(AbstractOrderEntryModel entry, OrderEntryData targetEntry)protected voidCartConfigurationPopulatorTest. verifyTargetEntry(OrderEntryData targetEntry)protected voidAbstractOrderConfigurationPopulator. writeSummaryMap(AbstractOrderEntryModel entry, OrderEntryData targetEntry)protected voidAbstractOrderConfigurationPopulator. writeToTargetEntry(AbstractOrderEntryModel entry, OrderEntryData targetEntry)Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type OrderEntryData Modifier and Type Method Description protected voidAbstractOrderProductVariantPopulator. populateAbstractOrderData(AbstractOrderEntryModel entry, java.util.List<OrderEntryData> targetList)Transfers product variant related attributes from order entry into its DTO representationprotected voidAbstractOrderProductVariantPopulator. writeToTargetEntry(java.util.List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry)Writes result to target entry DTOprotected voidOrderProductVariantPopulator. writeToTargetEntry(java.util.List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry) -
Uses of OrderEntryData in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataCartConfigureProductController. getCartEntry(int entryNumber, CartData sessionCart)protected OrderEntryDataAbstractProductConfigController. getOrderEntry(int entryNumber, AbstractOrderData abstractOrder)protected OrderEntryDataConfigurationOverviewController. reReadEntry(CartModificationData addedToCart)Methods in de.hybris.platform.sap.productconfig.frontend.controllers that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.Optional<OrderEntryData>AbstractProductConfigController. getOrderEntry(java.lang.String cartItemKey, AbstractOrderData abstractOrder)Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type OrderEntryData Modifier and Type Method Description protected voidCartConfigureProductController. populateConfigurationModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, OrderEntryData currentEntry, ConfigurationData configData)protected java.lang.StringCartConfigureProductController. populateModelAndGetNextPage(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, OrderEntryData currentEntry, ConfigurationData configData) -
Uses of OrderEntryData in de.hybris.platform.sap.productconfig.frontend.handler
Methods in de.hybris.platform.sap.productconfig.frontend.handler that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataConfigCopyCartEntryActionHandler. getEntryByEntryNumber(long entryNumber)Methods in de.hybris.platform.sap.productconfig.frontend.handler with parameters of type OrderEntryData Modifier and Type Method Description protected voidConfigCopyCartEntryActionHandler. copyAndAddToCart(OrderEntryData entryToCopy, boolean copyDirect)protected ConfigurationDataConfigCopyCartEntryActionHandler. copyConfiguration(OrderEntryData entryToCopy)protected java.lang.StringConfigCopyCartEntryActionHandler. getConfigIdByOrderEntry(OrderEntryData entryToCopy) -
Uses of OrderEntryData in de.hybris.platform.sap.productconfig.occ.controllers
Methods in de.hybris.platform.sap.productconfig.occ.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductConfiguratorCCPCartIntegrationController. getCartEntryForNumber(CartData sessionCart, long entryNumber) -
Uses of OrderEntryData in de.hybris.platform.selectivecartfacades
Methods in de.hybris.platform.selectivecartfacades that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>SelectiveCartFacade. getWishlistOrdersForSelectiveCart()Gets order entries that are converted from Wishlist2EntryModelMethods in de.hybris.platform.selectivecartfacades with parameters of type OrderEntryData Modifier and Type Method Description voidSelectiveCartFacade. addToWishlistFromCart(OrderEntryData orderEntry)Removes the entry from cart and adds cart entry to wishlist -
Uses of OrderEntryData in de.hybris.platform.selectivecartfacades.impl
Methods in de.hybris.platform.selectivecartfacades.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description Converter<Wishlist2EntryModel,OrderEntryData>DefaultSelectiveCartFacade. getWishlish2EntryModelToOrderEntryConverter()java.util.List<OrderEntryData>DefaultSelectiveCartFacade. getWishlistOrdersForSelectiveCart()Methods in de.hybris.platform.selectivecartfacades.impl with parameters of type OrderEntryData Modifier and Type Method Description voidDefaultSelectiveCartFacade. addToWishlistFromCart(OrderEntryData orderEntry)Method parameters in de.hybris.platform.selectivecartfacades.impl with type arguments of type OrderEntryData Modifier and Type Method Description voidDefaultSelectiveCartFacade. setWishlish2EntryModelToOrderEntryConverter(Converter<Wishlist2EntryModel,OrderEntryData> wishlish2EntryModelToOrderEntryConverter) -
Uses of OrderEntryData in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators with parameters of type OrderEntryData Modifier and Type Method Description voidSelectiveCartOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)voidWishlish2EntryModelToOrderEntryPopulator. populate(Wishlist2EntryModel source, OrderEntryData target) -
Uses of OrderEntryData in de.hybris.platform.selectivecartfacades.strategies.impl
Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataSelectiveCartEntriesOrderingStrategyTest. createOrderEntry(java.lang.String productCode)Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return types with arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>SelectiveCartEntriesOrderingStrategy. groupEntries(java.util.List<OrderEntryData> entries, AbstractOrderData order)Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type OrderEntryData Modifier and Type Method Description protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. createRootGroup(OrderEntryData groupedOrderEntry, java.util.List<EntryGroupData> newRootGroups)protected voidSelectiveCartEntriesOrderingStrategy. resetEntryGroupNumber(AbstractOrderData order, OrderEntryData entry, java.util.List<EntryGroupData> newRootGroups)protected voidSelectiveCartEntriesOrderingStrategy. setEntryGroups(OrderEntryData entry, java.util.List<EntryGroupData> newRootGroups)Method parameters in de.hybris.platform.selectivecartfacades.strategies.impl with type arguments of type OrderEntryData Modifier and Type Method Description protected java.util.List<OrderEntryData>SelectiveCartEntriesOrderingStrategy. groupEntries(java.util.List<OrderEntryData> entries, AbstractOrderData order)protected voidSelectiveCartEntriesOrderingStrategy. sortEntriesWithCartTime(java.util.List<OrderEntryData> entries) -
Uses of OrderEntryData in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description voidSubscriptionOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages
Methods in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductTextfieldConfiguratorController. enrichOrderEntryWithConfigurationData(TextFieldConfigurationForm form, OrderEntryData orderEntryData)Methods in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages with parameters of type OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductTextfieldConfiguratorController. enrichOrderEntryWithConfigurationData(TextFieldConfigurationForm form, OrderEntryData orderEntryData) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplatefacades
Methods in de.hybris.platform.textfieldconfiguratortemplatefacades that return OrderEntryData Modifier and Type Method Description OrderEntryDataTextFieldFacade. getAbstractOrderEntry(int entryNumber, AbstractOrderData abstractOrder)Returns and order entry specified by its entry number -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplatefacades.impl
Methods in de.hybris.platform.textfieldconfiguratortemplatefacades.impl that return OrderEntryData Modifier and Type Method Description OrderEntryDataDefaultTextFieldFacade. getAbstractOrderEntry(int entryNumber, AbstractOrderData abstractOrder) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplateocc.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductConfiguratorTextfieldTemplateController. enrichOrderEntryWithConfigurationData(java.util.List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry)Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers with parameters of type OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductConfiguratorTextfieldTemplateController. enrichOrderEntryWithConfigurationData(java.util.List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductTextfieldConfiguratorController. enrichOrderEntryWithConfigurationData(java.util.List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry)Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers with parameters of type OrderEntryData Modifier and Type Method Description protected OrderEntryDataProductTextfieldConfiguratorController. enrichOrderEntryWithConfigurationData(java.util.List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry) -
Uses of OrderEntryData in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type OrderEntryData Modifier and Type Method Description voidWarehousingOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of OrderEntryData in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>OrderPartiallyCanceledEmailContext. getCanceledEntries()java.util.List<OrderEntryData>OrderPartiallyModifiedEmailContext. getModifiedEntries()protected Converter<AbstractOrderEntryModel,OrderEntryData>OrderPartiallyModifiedEmailContext. getOrderEntryConverter()java.util.List<OrderEntryData>OrderPartiallyRefundedEmailContext. getRefundedEntries()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type OrderEntryData Modifier and Type Method Description voidOrderPartiallyModifiedEmailContext. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter) -
Uses of OrderEntryData in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc with parameters of type OrderEntryData Modifier and Type Method Description protected java.lang.StringAddToCartController. addEntryToCart(java.util.List<CartModificationData> modificationDataList, OrderEntryData cartEntry, boolean isReducedQtyError)protected booleanAddToCartController. isValidProductEntry(OrderEntryData cartEntry)protected booleanAddToCartController. isValidQuantity(OrderEntryData cartEntry) -
Uses of OrderEntryData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataCartPageController. getOrderEntryData(long quantity, java.lang.String productCode, java.lang.Integer entryNumber) -
Uses of OrderEntryData in de.hybris.platform.ycommercewebservices.order.data
Methods in de.hybris.platform.ycommercewebservices.order.data that return types with arguments of type OrderEntryData Modifier and Type Method Description java.util.List<OrderEntryData>OrderEntryDataList. getOrderEntries()Method parameters in de.hybris.platform.ycommercewebservices.order.data with type arguments of type OrderEntryData Modifier and Type Method Description voidOrderEntryDataList. setOrderEntries(java.util.List<OrderEntryData> orderEntries) -
Uses of OrderEntryData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return OrderEntryData Modifier and Type Method Description protected OrderEntryDataCartController. getCartEntryForNumber(long number) -
Uses of OrderEntryData in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return OrderEntryData Modifier and Type Method Description protected static OrderEntryDataCartsController. getCartEntry(CartData cart, java.lang.String productCode, java.lang.String pickupStore)protected static OrderEntryDataCartsController. getCartEntryForNumber(CartData cart, long number)Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type OrderEntryData Modifier and Type Method Description protected CartModificationWsDTOCartsController. updateCartEntryInternal(java.lang.String baseSiteId, CartData cart, OrderEntryData orderEntry, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields, boolean putMode)protected voidCartsController. validateCartEntryForReplace(OrderEntryData oryginalEntry, OrderEntryWsDTO entry)protected static voidCartsController. validateForAmbiguousPositions(CartData currentCart, OrderEntryData currentEntry, java.lang.String newPickupStore)
-