Uses of Class
de.hybris.platform.commercefacades.order.data.OrderEntryData
Packages that use OrderEntryData
Package
Description
-
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.cart.action.populator
Methods in de.hybris.platform.acceleratorfacades.cart.action.populator with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidAcceleratorCartEntryActionPopulator.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 OrderEntryDataModifier and TypeMethodDescriptionprotected voidDefaultCsvFacade.writeOrderEntry(Writer writer, OrderEntryData entry) Method parameters in de.hybris.platform.acceleratorfacades.csv.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected voidDefaultCsvFacade.writeOrderEntries(Writer writer, List<OrderEntryData> entries) -
Uses of OrderEntryData in de.hybris.platform.acceleratorfacades.order.populators
Methods in de.hybris.platform.acceleratorfacades.order.populators that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataAcceleratorGroupOrderEntryPopulator.createGroupedOrderEntry(OrderEntryData firstEntry) Methods in de.hybris.platform.acceleratorfacades.order.populators with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionOrderGridFormFacade.getReadOnlyOrderGrid(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataDefaultOrderGridFormFacadeTest.createOrderEntryData(ProductData productData, long quantity) Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>DefaultOrderGridFormFacadeTest.create1DOrderEntries()protected List<OrderEntryData>DefaultOrderGridFormFacadeTest.create2DOrderEntries()protected List<OrderEntryData>DefaultOrderGridFormFacadeTest.create3DOrderEntries()protected List<OrderEntryData>DefaultOrderGridFormFacadeTest.createSingle1DOrderEntry()Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected Optional<ReadOnlyOrderGridData>DefaultOrderGridFormFacade.groupOrderEntriesWithCategory(String hashKey, OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData, Map<String, String> dimensionHeaderMap, Map<String, ReadOnlyOrderGridData> readOnlyMultiDMap) protected ReadOnlyOrderGridDataDefaultOrderGridFormFacade.populateAndSortReadonlyOrderGridData(OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData, Map<String, String> dimensionHeaderMap) DefaultOrderGridFormFacade.populateDataFor1DGrid(CategoryData categoryData, OrderEntryData dimensionEntry) protected voidDefaultOrderGridFormFacade.populateLeafDimensionData(CategoryData categoryData, OrderEntryData dimensionEntry, LeafDimensionData leafDimensionData) DefaultOrderGridFormFacade.populateReadonlyGridMapFromCategories(OrderEntryData dimensionEntry, Collection<CategoryData> categoryDataCollection, Map<String, ReadOnlyOrderGridData> readOnlyOrderGridDataMap) Method parameters in de.hybris.platform.acceleratorfacades.ordergridform.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionDefaultOrderGridFormFacade.getReadOnlyOrderGrid(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 OrderEntryDataMethod parameters in de.hybris.platform.acceleratorstorefrontcommons.forms with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidAddToCartOrderForm.setCartEntries(List<OrderEntryData> cartEntries) -
Uses of OrderEntryData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type OrderEntryDataModifier and TypeMethodDescriptionstatic 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.assistedservicewebservices.mapping.mappers
Methods in de.hybris.platform.assistedservicewebservices.mapping.mappers with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrderEntryDataMapper.mapAtoB(OrderEntryData orderEntryData, C360CartEntryWsDTO c360CartEntryWsDTO, ma.glasnost.orika.MappingContext context) -
Uses of OrderEntryData in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataB2BCartsController.getOrderEntryData(long quantity, String productCode, Integer entryNumber) Methods in de.hybris.platform.b2b.occ.v2.controllers that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionCartFacade.addOrderEntry(OrderEntryData cartEntry) Method for adding a product to cart.CartFacade.updateOrderEntry(OrderEntryData cartEntry) Method for updating the number of products.Method parameters in de.hybris.platform.b2bacceleratorfacades.api.cart with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) Method for adding a product to cart.CartFacade.updateOrderEntryList(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataGroupOrderEntryPopulator.createGroupedOrderEntry(OrderEntryData firstEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(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 OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>GroupCartModificationListPopulator.getGroupedOrderEntries(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.protected List<OrderEntryData>GroupOrderEntryPopulator.groupEntries(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataGroupOrderEntryPopulator.createGroupedOrderEntry(OrderEntryData firstEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected CartModificationDataGroupCartModificationListPopulator.getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(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 OrderEntryDataModifier and TypeMethodDescriptionprotected voidGroupOrderEntryPopulator.consolidateGroupedOrderEntry(Map<String, OrderEntryData> group) Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(List<OrderEntryData> groupedEntries, OrderEntryData entryToFind) Deprecated, for removal: This API element is subject to removal in a future version.protected List<OrderEntryData>GroupOrderEntryPopulator.groupEntries(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataDefaultB2BCartFacadeTest.buildEntryDataWithEntryNumber(Integer entryNumber) protected <T extends AbstractOrderData>
OrderEntryDataDefaultCartFacade.groupOrderEntry(T orderData, ProductData productData, 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 OrderEntryDataModifier and TypeMethodDescriptionDefaultB2BCartFacade.addOrderEntry(OrderEntryData cartEntry) DefaultCartFacade.addOrderEntry(OrderEntryData cartEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected CartModificationDataDefaultB2BCartFacade.deleteGroupedOrderEntries(OrderEntryData orderEntry) protected IntegerDefaultB2BCartFacade.getOrderEntryNumber(OrderEntryData findEntry) protected booleanDefaultB2BCartFacade.isValidEntry(OrderEntryData cartEntry) protected voidDefaultB2BCartFacade.setAddStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification) protected voidDefaultB2BCartFacade.setUpdateStatusMessage(OrderEntryData orderEntry, CartModificationData cartModification) DefaultB2BCartFacade.updateOrderEntry(OrderEntryData orderEntry) DefaultCartFacade.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 OrderEntryDataModifier and TypeMethodDescriptionDefaultB2BCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) DefaultCartFacade.addOrderEntryList(List<OrderEntryData> cartEntries) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCartFacade.updateOrderEntryList(List<OrderEntryData> cartEntries) DefaultCartFacade.updateOrderEntryList(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 OrderEntryDataModifier and TypeMethodDescriptionGroupOrderEntryPopulatorTest.createOrderEntry(String productCode, String baseProductCode, Long price, Long totalPrice) Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataB2BCartsController.getOrderEntryData(long quantity, String productCode, Integer entryNumber) Methods in de.hybris.platform.b2bocc.v2.controllers that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionOrderPartiallyCanceledEmailContext.getCanceledEntries()OrderPartiallyModifiedEmailContext.getModifiedEntries()protected Converter<AbstractOrderEntryModel,OrderEntryData> OrderPartiallyModifiedEmailContext.getOrderEntryConverter()OrderPartiallyRefundedEmailContext.getRefundedEntries()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrderPartiallyModifiedEmailContext.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 OrderEntryDataMethods in de.hybris.platform.commercefacades.order with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidVirtualEntryGroupStrategy.createGroup(List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry) Assigns the standalone entry to an entry group.CartFacade.updateCartEntry(OrderEntryData cartEntry) Updates the given cart entry.Method parameters in de.hybris.platform.commercefacades.order with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidEntryGroupData.setOrderEntries(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataGroupOrderEntryPopulator.createGroupedOrderEntry(OrderEntryData firstEntry) GroupOrderEntryPopulatorTest.createOrderEntry(String productCode, String baseProductCode, BigDecimal price, BigDecimal totalPrice) protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(List<OrderEntryData> groupedEntries, OrderEntryData entryToFind) protected OrderEntryDataOrderEntryGroupPopulator.getOrderEntryData(AbstractOrderData target, Integer entryNumber) Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>GroupCartModificationListPopulator.getGroupedOrderEntries(List<CartModificationData> modificationDataList) protected Converter<AbstractOrderEntryModel,OrderEntryData> AbstractOrderPopulator.getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData> CartModificationPopulator.getOrderEntryConverter()ConsignmentEntryPopulator.getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData> OrderConsignmentPopulator.getOrderEntryConverter()protected List<OrderEntryData>GroupOrderEntryPopulator.groupEntries(List<OrderEntryData> entries, AbstractOrderData order) protected javax.ws.rs.core.MultivaluedMap<Integer,OrderEntryData> AbstractOrderPopulator.mapGroupIdToEntryData(AbstractOrderModel source, AbstractOrderData target) Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(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 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 OrderEntryDataModifier and TypeMethodDescriptionprotected voidAbstractOrderPopulator.assignEntriesToGroups(EntryGroupData entryGroup, javax.ws.rs.core.MultivaluedMap<Integer, OrderEntryData> orderEntryDataMap) protected voidGroupOrderEntryPopulator.consolidateGroupedOrderEntry(Map<String, OrderEntryData> group) protected OrderEntryDataGroupCartModificationListPopulator.getGroupedEntry(List<OrderEntryData> groupedEntries, OrderEntryData entryToFind) protected List<OrderEntryData>GroupOrderEntryPopulator.groupEntries(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 OrderEntryDataModifier and TypeMethodDescriptionCartModificationData.getEntry()ConsignmentEntryData.getOrderEntry()Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionAbstractOrderData.getEntries()OrderEntryData.getEntries()OrderEntryGroupData.getEntries()OrderData.getUnconsignedEntries()Methods in de.hybris.platform.commercefacades.order.data with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidCartModificationData.setEntry(OrderEntryData entry) voidConsignmentEntryData.setOrderEntry(OrderEntryData orderEntry) Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidAbstractOrderData.setEntries(List<OrderEntryData> entries) voidOrderEntryData.setEntries(List<OrderEntryData> entries) voidOrderEntryGroupData.setEntries(Collection<OrderEntryData> entries) voidOrderData.setUnconsignedEntries(List<OrderEntryData> unconsignedEntries) -
Uses of OrderEntryData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataDefaultCartFacadeTest.getOrderEntryData(int entryNumber, long qty, String productCode) Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> DefaultCartFacade.getOrderEntryConverter()protected Optional<OrderEntryData>DefaultQuoteFacadeIntegrationTest.getOrderEntryForProduct(AbstractOrderData orderData, String productCode) Methods in de.hybris.platform.commercefacades.order.impl with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected CartModificationDataDefaultCartFacade.configureCartEntry(OrderEntryData orderEntry, CartModificationData cartModificationData) protected CommerceCartParameterDefaultCartFacade.createCommerceCartParameter(OrderEntryData orderEntry, List<ProductConfigurationItem> productConfigurationItemList) voidDefaultVirtualEntryGroupStrategy.createGroup(List<EntryGroupData> rootGroups, OrderEntryData standaloneEntry) protected EntryGroupDataDefaultVirtualEntryGroupStrategy.createVirtualGroup(OrderEntryData standaloneEntry, int nextGroupNumber) protected CartModificationDataDefaultCartFacade.deleteGroupedOrderEntriesMultiD(OrderEntryData orderEntry) protected IntegerDefaultCartFacade.getOrderEntryNumberForMultiD(OrderEntryData findEntry) protected voidDefaultCartFacade.mergeOrderEntryWithModelConfiguration(OrderEntryData orderEntry) DefaultCartFacade.updateCartEntry(OrderEntryData orderEntry) Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidDefaultCartFacade.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 OrderEntryDataMethod parameters in de.hybris.platform.commercewebservices.core.order.data with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrderEntryDataList.setOrderEntries(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 OrderEntryDataModifier and TypeMethodDescriptionprotected static OrderEntryDataCartEntriesController.getCartEntry(CartData cart, String productCode, String pickupStore) protected static OrderEntryDataCartEntriesController.getCartEntryForNumber(CartData cart, long number) Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected CartModificationWsDTOCartEntriesController.updateCartEntryInternal(String baseSiteId, CartData cart, OrderEntryData orderEntry, Long qty, String pickupStore, String fields, boolean putMode) protected static voidCartEntriesController.validateForAmbiguousPositions(CartData currentCart, OrderEntryData currentEntry, String newPickupStore) protected static voidCartEntriesController.validateProductCode(OrderEntryData originalEntry, OrderEntryWsDTO entry) -
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 OrderEntryDataModifier and TypeClassDescriptionclassAbstractBundleOrderEntryComparator<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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>AbstractBundleOrderPopulator.getSortedEntryListBasedOnBundleAndComponent(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.Method parameters in de.hybris.platform.configurablebundlefacades.order.converters.populator with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>AbstractBundleOrderPopulator.getSortedEntryListBasedOnBundleAndComponent(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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionvoidDefaultCisSubscriptionFacade.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 OrderEntryDataModifier and TypeMethodDescriptionprotected Converter<OrderEntryData,com.hybris.cis.api.subscription.model.CisSubscriptionItem> CisSubscriptionOrderPopulator.getCisSubscriptionItemConverter()Methods in de.hybris.platform.integration.cis.subscription.populators with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected BigDecimalCisLineItemPopulator.getPayNowPrice(OrderEntryData entry) protected StringCisLineItemPopulator.getProductDescription(OrderEntryData source) protected 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 OrderEntryDataModifier and TypeMethodDescriptionvoidCisSubscriptionOrderPopulator.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 OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>GroupVendorOrderEntryPopulator.groupVendorEntries(AbstractOrderData order) Methods in de.hybris.platform.marketplacefacades.cart.converters.populator with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected voidGroupVendorOrderEntryPopulator.addEntryToGroup(OrderEntryData entry, Map<String, EntryGroupData> vendorGroups) protected EntryGroupDataGroupVendorOrderEntryPopulator.getVendorGroup(OrderEntryData entry, Map<String, EntryGroupData> vendorGroups) -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.order
Methods in de.hybris.platform.ordermanagementfacades.order that return OrderEntryDataModifier and TypeMethodDescriptionOmsOrderFacade.getOrderEntryForOrderCodeAndEntryNumber(String orderCode, 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 OrderEntryDataModifier and TypeMethodDescriptionOmsOrderFacade.getOrderEntriesForOrderCode(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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionDefaultOmsOrderFacade.getOrderEntryForOrderCodeAndEntryNumber(String orderCode, Integer entryNumber) Methods in de.hybris.platform.ordermanagementfacades.order.impl that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionDefaultOmsOrderFacade.getOrderEntriesForOrderCode(String orderCode, PageableData pageableData) protected Converter<OrderEntryModel,OrderEntryData> DefaultOmsOrderFacade.getOrderEntryConverter()Method parameters in de.hybris.platform.ordermanagementfacades.order.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidDefaultOmsOrderFacade.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 OrderEntryDataModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> OrdermanagementReturnEntryPopulator.getOrderEntryConverter()Method parameters in de.hybris.platform.ordermanagementfacades.returns.converters.populator with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrdermanagementReturnEntryPopulator.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 OrderEntryDataMethods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type OrderEntryData -
Uses of OrderEntryData in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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(Map<Integer, Long> returnEntryQuantityMap, OrderEntryData orderEntryData) protected voidCancelOrderPageController.setCancellablePrice(Long qty, OrderEntryData orderEntryData) Updates thecancelledItemsPricefor the given requested cancel quantityprotected voidReturnOrderPageController.setReturnedItemsPrice(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataConfigCartIntegrationTest.getEntryFromSavedCart(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 OrderEntryDataModifier and TypeFieldDescriptionprotected OrderEntryDataAbstractOrderConfigurationPopulatorTest.targetEntryFields in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type OrderEntryDataModifier and TypeFieldDescriptionprotected List<OrderEntryData>AbstractOrderConfigurationPopulatorTest.targetEntryListMethods in de.hybris.platform.sap.productconfig.facades.populator that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataAbstractOrderConfigurationPopulator.findTargetEntry(AbstractOrderData target, Integer entryNumber) Finds an entry part of the cartMethods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected voidAbstractOrderProductVariantPopulator.populateAbstractOrderData(AbstractOrderEntryModel entry, List<OrderEntryData> targetList) Transfers product variant related attributes from order entry into its DTO representationprotected voidAbstractOrderProductVariantPopulator.writeToTargetEntry(List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry) Writes result to target entry DTOprotected voidOrderProductVariantPopulator.writeToTargetEntry(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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected Optional<OrderEntryData>AbstractProductConfigController.getOrderEntry(String cartItemKey, AbstractOrderData abstractOrder) Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected voidCartConfigureProductController.populateConfigurationModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, OrderEntryData currentEntry, ConfigurationData configData) protected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataConfigCopyCartEntryActionHandler.getEntryByEntryNumber(long entryNumber) Methods in de.hybris.platform.sap.productconfig.frontend.handler with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected voidConfigCopyCartEntryActionHandler.copyAndAddToCart(OrderEntryData entryToCopy, boolean copyDirect) protected ConfigurationDataConfigCopyCartEntryActionHandler.copyConfiguration(OrderEntryData entryToCopy) protected 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 OrderEntryDataModifier and TypeMethodDescriptionprotected 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 OrderEntryDataModifier and TypeMethodDescriptionSelectiveCartFacade.getWishlistOrdersForSelectiveCart()Gets order entries that are converted from Wishlist2EntryModelMethods in de.hybris.platform.selectivecartfacades with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidSelectiveCartFacade.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 OrderEntryDataModifier and TypeMethodDescriptionDefaultSelectiveCartFacade.getWishlish2EntryModelToOrderEntryConverter()DefaultSelectiveCartFacade.getWishlistOrdersForSelectiveCart()Methods in de.hybris.platform.selectivecartfacades.impl with parameters of type OrderEntryDataModifier and TypeMethodDescriptionvoidDefaultSelectiveCartFacade.addToWishlistFromCart(OrderEntryData orderEntry) Method parameters in de.hybris.platform.selectivecartfacades.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidDefaultSelectiveCartFacade.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 OrderEntryDataModifier and TypeMethodDescriptionvoidSelectiveCartOrderEntryPopulator.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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataSelectiveCartEntriesOrderingStrategyTest.createOrderEntry(String productCode) Methods in de.hybris.platform.selectivecartfacades.strategies.impl that return types with arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>SelectiveCartEntriesOrderingStrategy.groupEntries(List<OrderEntryData> entries, AbstractOrderData order) Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected EntryGroupDataSelectiveCartEntriesOrderingStrategy.createRootGroup(OrderEntryData groupedOrderEntry, List<EntryGroupData> newRootGroups) protected voidSelectiveCartEntriesOrderingStrategy.resetEntryGroupNumber(AbstractOrderData order, OrderEntryData entry, List<EntryGroupData> newRootGroups) protected voidSelectiveCartEntriesOrderingStrategy.setEntryGroups(OrderEntryData entry, List<EntryGroupData> newRootGroups) Method parameters in de.hybris.platform.selectivecartfacades.strategies.impl with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionprotected List<OrderEntryData>SelectiveCartEntriesOrderingStrategy.groupEntries(List<OrderEntryData> entries, AbstractOrderData order) protected voidSelectiveCartEntriesOrderingStrategy.sortEntriesWithCartTime(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 OrderEntryDataModifier and TypeMethodDescriptionvoidSubscriptionOrderEntryPopulator.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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductTextfieldConfiguratorController.enrichOrderEntryWithConfigurationData(TextFieldConfigurationForm form, OrderEntryData orderEntryData) Methods in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductTextfieldConfiguratorController.enrichOrderEntryWithConfigurationData(TextFieldConfigurationForm form, OrderEntryData orderEntryData) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplatefacades
Methods in de.hybris.platform.textfieldconfiguratortemplatefacades that return OrderEntryDataModifier and TypeMethodDescriptionTextFieldFacade.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 OrderEntryDataModifier and TypeMethodDescriptionDefaultTextFieldFacade.getAbstractOrderEntry(int entryNumber, AbstractOrderData abstractOrder) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplateocc.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductConfiguratorTextfieldTemplateController.enrichOrderEntryWithConfigurationData(List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry) Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductConfiguratorTextfieldTemplateController.enrichOrderEntryWithConfigurationData(List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry) -
Uses of OrderEntryData in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductTextfieldConfiguratorController.enrichOrderEntryWithConfigurationData(List<ConfigurationInfoWsDTO> configInfoListWsDto, OrderEntryData orderEntry) Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataProductTextfieldConfiguratorController.enrichOrderEntryWithConfigurationData(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 OrderEntryDataModifier and TypeMethodDescriptionvoidWarehousingOrderEntryPopulator.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 OrderEntryDataModifier and TypeMethodDescriptionOrderPartiallyCanceledEmailContext.getCanceledEntries()OrderPartiallyModifiedEmailContext.getModifiedEntries()protected Converter<AbstractOrderEntryModel,OrderEntryData> OrderPartiallyModifiedEmailContext.getOrderEntryConverter()OrderPartiallyRefundedEmailContext.getRefundedEntries()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrderPartiallyModifiedEmailContext.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 OrderEntryDataModifier and TypeMethodDescriptionprotected StringAddToCartController.addEntryToCart(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 OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataCartPageController.getOrderEntryData(long quantity, String productCode, 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 OrderEntryDataMethod parameters in de.hybris.platform.ycommercewebservices.order.data with type arguments of type OrderEntryDataModifier and TypeMethodDescriptionvoidOrderEntryDataList.setOrderEntries(List<OrderEntryData> orderEntries) -
Uses of OrderEntryData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return OrderEntryDataModifier and TypeMethodDescriptionprotected OrderEntryDataCartController.getCartEntryForNumber(long number) -
Uses of OrderEntryData in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return OrderEntryDataModifier and TypeMethodDescriptionprotected static OrderEntryDataCartEntriesController.getCartEntry(CartData cart, String productCode, String pickupStore) protected static OrderEntryDataCartEntriesController.getCartEntryForNumber(CartData cart, long number) Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type OrderEntryDataModifier and TypeMethodDescriptionprotected CartModificationWsDTOCartEntriesController.updateCartEntryInternal(String baseSiteId, CartData cart, OrderEntryData orderEntry, Long qty, String pickupStore, String fields, boolean putMode) protected static voidCartEntriesController.validateForAmbiguousPositions(CartData currentCart, OrderEntryData currentEntry, String newPickupStore) protected static voidCartEntriesController.validateProductCode(OrderEntryData originalEntry, OrderEntryWsDTO entry)