Uses of Class
de.hybris.platform.core.model.order.AbstractOrderEntryModel
-
-
Uses of AbstractOrderEntryModel in com.hybris.backoffice.labels.labelproviders
Methods in com.hybris.backoffice.labels.labelproviders with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.String
AbstractOrderEntryLabelProvider. getDescription(AbstractOrderEntryModel object)
java.lang.String
AbstractOrderEntryLabelProvider. getIconPath(AbstractOrderEntryModel object)
java.lang.String
AbstractOrderEntryLabelProvider. getLabel(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description Converter<AbstractOrderEntryModel,OrderLineItem>
ConsignmentEventPopulator. getProfileOrderLineItemConverter()
Converter<AbstractOrderEntryModel,OrderLineItem>
OrderEventPopulator. getProfileOrderLineItemConverter()
Converter<AbstractOrderEntryModel,OrderLineItem>
ReturnEventPopulator. getProfileOrderLineItemConverter()
Methods in com.hybris.yprofile.populators with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderLineItemPopulator. populate(AbstractOrderEntryModel abstractOrderEntryModel, OrderLineItem orderLineItem)
Method parameters in com.hybris.yprofile.populators with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
ReturnEventPopulator. getReturnEventType(java.util.List<AbstractOrderEntryModel> orderEntries, java.util.List<ReturnEntryModel> returnEntries)
void
ConsignmentEventPopulator. setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel,OrderLineItem> profileOrderLineItemConverter)
void
OrderEventPopulator. setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel,OrderLineItem> profileOrderLineItemConverter)
void
ReturnEventPopulator. setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel,OrderLineItem> profileOrderLineItemConverter)
-
Uses of AbstractOrderEntryModel in com.sap.hybris.returnsexchange.outbound.impl
Methods in com.sap.hybris.returnsexchange.outbound.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultReturnOrderSalesConditionsContributor. createDeliveryCostRow(ReturnRequestModel returnReq, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry, int totalEntries)
protected void
DefaultReturnOrderSalesConditionsContributor. createGrossPriceRow(ReturnRequestModel returnReq, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultReturnOrderSalesConditionsContributor. createPaymentCostRow(ReturnRequestModel returnReq, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultReturnOrderSalesConditionsContributor. createProductDiscountRows(ReturnRequestModel returnReq, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultReturnOrderSalesConditionsContributor. createTaxRows(ReturnRequestModel returnReq, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected java.lang.String
DefaultReturnOrderEntryContributor. determineItemShortText(AbstractOrderEntryModel item, java.lang.String language)
Method parameters in com.sap.hybris.returnsexchange.outbound.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultReturnOrderSalesConditionsContributor. syncPricingInactive(java.util.List<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in com.sap.hybris.sapomsreturnprocess.actions
Methods in com.sap.hybris.sapomsreturnprocess.actions with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected RefundReason
SendOmsReturnOrderToDataHubAction. findRefundReason(ReturnRequestModel returnRequest, AbstractOrderEntryModel orderEntry)
This method will find refund reason for each order entry. -
Uses of AbstractOrderEntryModel in com.sap.hybris.sapquoteintegration.outbound.contributor
Methods in com.sap.hybris.sapquoteintegration.outbound.contributor with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultSapQuoteSalesConditionsContributor. createProductDiscountRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type AbstractOrderEntryModel Modifier and Type Interface Description interface
SapCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCpiOutboundQuoteItemModel>
Provides mapping fromAbstractOrderEntryModel
of Quote toSAPCpiOutboundQuoteItemModel
. -
Uses of AbstractOrderEntryModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>>
DefaultSapCpiOutboundQuoteConversionService. getSapCpiQuoteEntryMappers()
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<CommentModel>
DefaultSapCpiOutboundQuoteConversionService. getDeltaCommentsForEntry(AbstractOrderEntryModel item)
void
DefaultSapCpiQuoteEntryMapperService. map(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem)
Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
DefaultSapCpiOutboundQuoteConversionService. setSapCpiQuoteEntryMappers(java.util.List<SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>> sapCpiQuoteEntryMappers)
-
Uses of AbstractOrderEntryModel in com.sap.hybris.sapquoteintegration.strategy.impl
Method parameters in com.sap.hybris.sapquoteintegration.strategy.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultSapQuoteCartValidationStrategy. compareEntries(java.util.List<AbstractOrderEntryModel> sourceEntries, java.util.List<AbstractOrderEntryModel> targetEntries)
-
Uses of AbstractOrderEntryModel in com.sap.hybris.sapquoteintegrationoms.outbound.contributor
Methods in com.sap.hybris.sapquoteintegrationoms.outbound.contributor with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultSapOmsQuoteSalesConditionsContributor. createProductDiscountRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorfacades.cart.action.populator
Methods in de.hybris.platform.acceleratorfacades.cart.action.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
AcceleratorCartEntryActionPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultCartServiceForAccelerator. addNewEntry(ComposedTypeModel entryType, CartModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent)
protected AbstractOrderEntryModel
DefaultCartServiceForAccelerator. getAbstractOrderEntryModel(CartModel order, ProductModel product, long qty, int number, boolean addToPresent, UnitModel usedUnit)
protected AbstractOrderEntryModel
DefaultAcceleratorCheckoutService. getAnchorEntryToConsolidate(AbstractOrderEntryModel entry, CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)
Gets the anchor entry to consolidate.protected AbstractOrderEntryModel
DefaultAcceleratorCheckoutService. getExistingAnchorEntryByProduct(ProductModel product, java.util.List<AbstractOrderEntryModel> entriesToConsolidate)
Methods in de.hybris.platform.acceleratorservices.order.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
DefaultAcceleratorCheckoutService. getEntriesToConsolidate(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS, java.util.List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved, java.util.List<CommerceCartModification> unsuccessfulModifications)
Gets the consolidate entries.Methods in de.hybris.platform.acceleratorservices.order.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected CommerceCartParameter
DefaultAcceleratorCheckoutService. createCartParameter(CartModel cartModel, AbstractOrderEntryModel entryToRemove, long qty)
protected AbstractOrderEntryModel
DefaultAcceleratorCheckoutService. getAnchorEntryToConsolidate(AbstractOrderEntryModel entry, CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)
Gets the anchor entry to consolidate.protected void
DefaultAcceleratorCheckoutService. updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<CommerceCartModification> unsuccessfulModifications, AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.acceleratorservices.order.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
DefaultAcceleratorCheckoutService. getEntriesToConsolidate(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS, java.util.List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved, java.util.List<CommerceCartModification> unsuccessfulModifications)
Gets the consolidate entries.protected AbstractOrderEntryModel
DefaultAcceleratorCheckoutService. getExistingAnchorEntryByProduct(ProductModel product, java.util.List<AbstractOrderEntryModel> entriesToConsolidate)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.ordersplitting.impl
Method parameters in de.hybris.platform.acceleratorservices.ordersplitting.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description ConsignmentModel
DefaultPickupConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Object
SplitToSingleConsignment. getGroupingObject(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.mail.impl
Methods in de.hybris.platform.b2b.mail.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OrderInfoContextDto.OrderEntryInfoContextDto. getOrderEntry()
Methods in de.hybris.platform.b2b.mail.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderInfoContextDto.OrderEntryInfoContextDto. setOrderEntry(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>
EditOperationPunchOutSetupProcessingAction. getItemOutConverter()
org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>
PopulateCartPurchaseOrderProcessingAction. getItemOutConverter()
Populator<ItemOut,AbstractOrderEntryModel>
PopulateCartPurchaseOrderProcessingAction. getOrderEntryOverridingPopulator()
Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
EditOperationPunchOutSetupProcessingAction. setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> itemOutConverter)
void
PopulateCartPurchaseOrderProcessingAction. setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> itemOutConverter)
void
PopulateCartPurchaseOrderProcessingAction. setOrderEntryOverridingPopulator(Populator<ItemOut,AbstractOrderEntryModel> orderEntryOverridingPopulator)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.order
Methods in de.hybris.platform.b2b.punchout.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
PunchOutOrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultItemOutConverter. convert(ItemOut source)
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,ItemIn>
DefaultPunchOutOrderMessagePopulator. getPunchOutOrderEntryConverter()
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
DefaultOrderEntryOverridingPopulator. populate(ItemOut itemOut, AbstractOrderEntryModel orderEntryModel)
void
DefaultPunchOutItemInPopulator. populate(AbstractOrderEntryModel orderEntry, ItemIn itemIn)
Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
DefaultPunchOutOrderMessagePopulator. setPunchOutOrderEntryConverter(Converter<AbstractOrderEntryModel,ItemIn> PunchOutOrderEntryPopulator)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type AbstractOrderEntryModel Modifier and Type Method Description double
B2BOrderService. getOrderEntryDiscountAmount(AbstractOrderEntryModel entry)
Get the amount discounted from the original price.double
B2BOrderService. getTotalDiscount(AbstractOrderEntryModel entry)
Gets the total discount of a line item entry.Method parameters in de.hybris.platform.b2b.services with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Set<B2BCostCenterModel>
B2BCostCenterService. getB2BCostCenters(java.util.List<AbstractOrderEntryModel> entries)
Collects all the cost centers linked to order entries into a single collection. -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description double
DefaultB2BOrderService. getOrderEntryDiscountAmount(AbstractOrderEntryModel entry)
double
DefaultB2BOrderService. getTotalDiscount(AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Set<B2BCostCenterModel>
DefaultB2BCostCenterService. getB2BCostCenters(java.util.List<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.math.BigDecimal
AbstractPermissionEvaluationStrategy. getOrderEntryTotal(AbstractOrderEntryModel entry)
protected java.math.BigDecimal
DefaultB2BCreditLimitEvaluationStrategy. getOrderEntryTotal(AbstractOrderEntryModel entry)
protected java.math.BigDecimal
AbstractPermissionEvaluationStrategy. getTotalTax(AbstractOrderEntryModel orderEntry)
protected java.math.BigDecimal
DefaultB2BCreditLimitEvaluationStrategy. getTotalTax(AbstractOrderEntryModel orderEntry)
Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.math.BigDecimal
AbstractPermissionEvaluationStrategy. getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter, java.util.List<AbstractOrderEntryModel> entries)
protected java.math.BigDecimal
DefaultB2BCreditLimitEvaluationStrategy. getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter, java.util.List<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.Collection<AbstractOrderEntryModel>
CheckOrderEntryCostCentersActive. getExpiredCostCenterEntries(OrderModel cart)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryData>
OrderPartiallyModifiedEmailContext. getOrderEntryConverter()
Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderPartiallyModifiedEmailContext. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
OrderModelLabelProvider. getIconPath(AbstractOrderEntryModel item)
protected java.lang.String
OrderModelLabelProvider. getIconPath(AbstractOrderEntryModel item, java.lang.String languageIso)
protected java.lang.String
OrderModelLabelProvider. getItemDescription(AbstractOrderEntryModel item)
protected java.lang.String
OrderModelLabelProvider. getItemDescription(AbstractOrderEntryModel item, java.lang.String languageIso)
protected java.lang.String
OrderModelLabelProvider. getItemLabel(AbstractOrderEntryModel orderEntry)
protected java.lang.String
OrderModelLabelProvider. getItemLabel(AbstractOrderEntryModel item, java.lang.String languageIso)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected ModifiableChecker<AbstractOrderEntryModel>
OrderEntryPopulator. getEntryOrderChecker()
protected Converter<AbstractOrderEntryModel,OrderEntryData>
AbstractOrderPopulator. getOrderEntryConverter()
protected Converter<AbstractOrderEntryModel,OrderEntryData>
CartModificationPopulator. getOrderEntryConverter()
Converter<AbstractOrderEntryModel,OrderEntryData>
ConsignmentEntryPopulator. getOrderEntryConverter()
protected Converter<AbstractOrderEntryModel,OrderEntryData>
OrderConsignmentPopulator. getOrderEntryConverter()
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
OrderEntryPopulator. addComments(AbstractOrderEntryModel orderEntry, OrderEntryData entry)
protected void
OrderEntryPopulator. addCommon(AbstractOrderEntryModel orderEntry, OrderEntryData entry)
protected void
OrderEntryPopulator. addConfigurations(AbstractOrderEntryModel source, OrderEntryData target)
protected void
OrderEntryPopulator. addDeliveryMode(AbstractOrderEntryModel orderEntry, OrderEntryData entry)
protected void
OrderEntryPopulator. addEntryGroups(AbstractOrderEntryModel source, OrderEntryData target)
protected void
OrderEntryPopulator. addProduct(AbstractOrderEntryModel orderEntry, OrderEntryData entry)
protected void
OrderEntryPopulator. addTotals(AbstractOrderEntryModel orderEntry, OrderEntryData entry)
protected void
OrderEntryPopulator. adjustUpdateable(OrderEntryData entry, AbstractOrderEntryModel entryToUpdate)
protected PriceData
OrderEntryPopulator. createPrice(AbstractOrderEntryModel orderEntry, java.lang.Double val)
protected void
PickupOrderEntryGroupPopulator. createUpdatePickupGroupData(AbstractOrderEntryModel entryModel, AbstractOrderData target)
protected void
DeliveryOrderEntryGroupPopulator. createUpdateShipGroupData(AbstractOrderEntryModel entryModel, AbstractOrderData target)
void
OrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
protected void
OrderEntryGroupPopulator. updateGroupTotalPriceWithTax(AbstractOrderEntryModel entryModel, OrderEntryGroupData groupData)
Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryPopulator. setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker)
void
AbstractOrderPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter)
void
CartModificationPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)
void
ConsignmentEntryPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)
void
OrderConsignmentPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultQuoteFacade. getEntryForEntryNumber(AbstractOrderModel order, int number)
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryData>
DefaultCartFacade. getOrderEntryConverter()
Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultCheckoutFacade. hasItemsMatchingPredicate(java.util.function.Predicate<AbstractOrderEntryModel> predicate)
void
DefaultCartFacade. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
CommerceCartModification. getEntry()
Methods in de.hybris.platform.commerceservices.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Boolean
EntryMergeFilter. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
ReturnBoolean.FALSE
to create the item given byparameter
as a separate cart entry orBoolean.TRUE
to allow it to be merged into the given entry.java.util.List<AbstractOrderEntryProductInfoModel>
ProductConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
Converts a set ofProductConfigurationItem
into a list ofAbstractOrderEntryProductInfoModel
.void
CommerceCartModification. setEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ConfigurableProductAddToCartMethodHook. createProductInfo(AbstractConfiguratorSettingModel configuration, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.impl
Fields in de.hybris.platform.commerceservices.order.impl declared as AbstractOrderEntryModel Modifier and Type Field Description AbstractOrderEntryModel
OrderEntryModifiableCheckerTest. model
Methods in de.hybris.platform.commerceservices.order.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
AbstractCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number)
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected ModifiableChecker<AbstractOrderEntryModel>
AbstractCommerceCartStrategy. getEntryOrderChecker()
protected ModifiableChecker<AbstractOrderEntryModel>
EntryMergeFilterIsEntryUpdatable. getEntryOrderChecker()
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Boolean
EntryMergeFilterConfigurableProduct. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterEntryGroup. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterGiveAway. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterIsEntryUpdatable. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterPointOfService. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterProduct. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterSubscription. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
java.lang.Boolean
EntryMergeFilterUnits. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
boolean
OrderEntryModifiableChecker. canModify(AbstractOrderEntryModel given)
protected boolean
AbstractCommerceCartStrategy. isOrderEntryUpdatable(AbstractOrderEntryModel entryToUpdate)
protected CommerceCartModification
DefaultCommerceUpdateCartEntryStrategy. mergeEntries(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel mergeTarget, CartModel cart)
protected CommerceCartModification
DefaultCommerceCartMergingStrategy. mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart)
protected CommerceCartModification
DefaultCommerceUpdateCartEntryStrategy. modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, java.lang.Integer maxOrderQuantity)
protected void
DefaultCommerceCartMergingStrategy. updateEntryNumber(AbstractOrderEntryModel entry, CartModel toCart)
protected void
DefaultCommerceUpdateCartEntryStrategy. validateEntryBeforeModification(long newQuantity, AbstractOrderEntryModel entryToUpdate)
protected void
DefaultCommerceUpdateCartEntryStrategy. validateEntryBeforeSetShippingMode(AbstractOrderEntryModel entryToUpdate)
Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultCommerceCartMergingStrategy. reindexEntries(java.util.List<AbstractOrderEntryModel> entries, java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
void
AbstractCommerceCartStrategy. setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker)
void
EntryMergeFilterIsEntryUpdatable. setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
EntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
Returns cart entry can be updated instead of creation of separatenewEntry
.Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
EntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
Returns cart entry can be updated instead of creation of separatenewEntry
.Method parameters in de.hybris.platform.commerceservices.order.strategies with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
EntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
Returns cart entry can be updated instead of creation of separatenewEntry
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultEntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.Comparator<AbstractOrderEntryModel>
DefaultEntryMergeStrategy. getEntryModelComparator()
Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.Boolean
DefaultEntryMergeStrategy. canMerge(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel newEntry)
This method determines whether given entry can be merged with the given entry creation candidate.AbstractOrderEntryModel
DefaultEntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
Method parameters in de.hybris.platform.commerceservices.order.strategies.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultQuoteCartValidationStrategy. compareEntries(java.util.List<AbstractOrderEntryModel> sourceEntries, java.util.List<AbstractOrderEntryModel> targetEntries)
AbstractOrderEntryModel
DefaultEntryMergeStrategy. getEntryToMerge(java.util.List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry)
void
DefaultEntryMergeStrategy. setEntryModelComparator(java.util.Comparator<AbstractOrderEntryModel> entryModelComparator)
The comparator can be overridden to change order of preference for entries. -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type AbstractOrderEntryModel Modifier and Type Method Description static CommerceCommentParameter
CommerceCommentUtils. buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry, UserModel author, java.lang.String text)
Build aCommerceCommentParameter
forQuoteModel
comments. -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected EntryGroup
DefaultBundleCommerceCartFacade. createBundleStructure(AbstractOrderEntryModel entry, BundleTemplateModel bundleTemplate)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905protected void
DefaultBundleCommerceCartFacade. setEntryGroupNumber(java.util.Map<java.lang.String,java.lang.Integer> groupsByTemplateId, AbstractOrderEntryModel entry, BundleTemplateModel bundleTemplate)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.bundle
Classes in de.hybris.platform.configurablebundleservices.bundle with type parameters of type AbstractOrderEntryModel Modifier and Type Interface Description interface
RemoveableChecker<T extends AbstractOrderEntryModel>
Checks if T can be removed from theAbstractOrderModel
Methods in de.hybris.platform.configurablebundleservices.bundle with parameters of type AbstractOrderEntryModel Modifier and Type Method Description EntryGroup
BundleTemplateService. getBundleEntryGroup(AbstractOrderEntryModel entry)
ReturnsEntryGroup
of typeGroupType.CONFIGURABLEBUNDLE
the given entry belongs to.ChangeProductPriceBundleRuleModel
BundleRuleService. getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel orderEntryModel)
Returns aChangeProductPriceBundleRuleModel
valid for the givenorderEntryModel
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
BundleCommerceOrderEntryRemoveableChecker. findEntriesByGroupNumber(CartModel order, java.lang.Integer groupNumber)
Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
BundleOrderEntryModifiableChecker. canModify(AbstractOrderEntryModel entryToUpdate)
java.util.List<DiscountValue>
BundleCurrentFactoryFindPricingStrategy. findDiscountValues(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
FindBundlePricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderEntryModel entry)
For non Bundle products it should work as is, so the DiscountValues should result from the DiscountRows defined at the product.EntryGroup
DefaultBundleTemplateService. getBundleEntryGroup(AbstractOrderEntryModel entry)
ChangeProductPriceBundleRuleModel
DefaultBundleCommerceRuleService. getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel entry)
ChangeProductPriceBundleRuleModel
DefaultBundleRuleService. getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel entry)
protected java.util.List<DiscountValue>
FindBundlePricingWithCurrentPriceFactoryStrategy. getDiscountValues(AbstractOrderEntryModel entry, AbstractOrderEntryModel masterEntry)
protected void
FindBundlePricingWithCurrentPriceFactoryStrategy. reduceOneTimePrice(SubscriptionPricePlanModel pricePlan, ChangeProductPriceBundleRuleModel priceRule, java.util.List<DiscountValue> discountValues, CurrencyModel currency, AbstractOrderEntryModel entry)
The price logic for subscription product: discount are applied to one time charge.protected void
FindBundlePricingWithCurrentPriceFactoryStrategy. reduceRecurringPrice(ProductModel subscriptionProduct, ChangeProductPriceBundleRuleModel priceRule, java.util.List<DiscountValue> discountValues, AbstractOrderEntryModel entry, SubscriptionPricePlanModel pricePlan)
hard coded price logic for subscription products: discounts are only applied to recurring prices -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.daos
Classes in de.hybris.platform.configurablebundleservices.daos with type parameters of type AbstractOrderEntryModel Modifier and Type Interface Description interface
OrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Deprecated, for removal: This API element is subject to removal in a future version.since 1905.Methods in de.hybris.platform.configurablebundleservices.daos that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
BundleTemplateDao. findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, use EntryGroup#externalReferenceId -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.daos.impl
Classes in de.hybris.platform.configurablebundleservices.daos.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Class Description class
AbstractOrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Deprecated, for removal: This API element is subject to removal in a future version.since 1905.Methods in de.hybris.platform.configurablebundleservices.daos.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
DefaultBundleTemplateDao. findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
BundleUpdateCartEntryHook. getEntryToUpdate(CommerceCartParameter parameter)
Methods in de.hybris.platform.configurablebundleservices.order.hook that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
BundleAddToCartMethodHook. getBundleEntries(AbstractOrderModel cart, java.util.Collection<java.lang.Integer> entryGroupNumbers)
Collects all entries of a bundle.Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
BundleAddToCartMethodHook. addEntryGroupsToEntry(AbstractOrderEntryModel entry, java.util.Collection<java.lang.Integer> entryGroupNumbers)
protected void
BundleAddToCartMethodHook. addToBundle(CommerceCartParameter parameter, AbstractOrderEntryModel entry)
Assign the new cart entry to an existing bundle or create a new bundle for it -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.order.impl
Methods in de.hybris.platform.configurablebundleservices.order.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Boolean
EntryMergeFilterBundleTemplate. apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.core.model.order
Subclasses of AbstractOrderEntryModel in de.hybris.platform.core.model.order Modifier and Type Class Description class
CartEntryModel
Generated model class for type CartEntry first defined at extension core.class
OrderEntryModel
Generated model class for type OrderEntry first defined at extension core.class
QuoteEntryModel
Generated model class for type QuoteEntry first defined at extension core.Methods in de.hybris.platform.core.model.order that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
AbstractOrderEntryModel. getMasterEntry()
Generated method - Getter of theAbstractOrderEntry.masterEntry
attribute defined at extensionsubscriptionservices
.Methods in de.hybris.platform.core.model.order that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Collection<AbstractOrderEntryModel>
AbstractOrderEntryModel. getChildEntries()
Generated method - Getter of theAbstractOrderEntry.childEntries
attribute defined at extensionsubscriptionservices
.java.util.List<AbstractOrderEntryModel>
AbstractOrderModel. getEntries()
Generated method - Getter of theAbstractOrder.entries
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
AbstractOrderEntryModel. setMasterEntry(AbstractOrderEntryModel value)
Generated method - Setter ofAbstractOrderEntry.masterEntry
attribute defined at extensionsubscriptionservices
.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
AbstractOrderEntryModel. setChildEntries(java.util.Collection<AbstractOrderEntryModel> value)
Generated method - Setter ofAbstractOrderEntry.childEntries
attribute defined at extensionsubscriptionservices
.void
AbstractOrderModel. setEntries(java.util.List<AbstractOrderEntryModel> value)
Generated method - Setter ofAbstractOrder.entries
attribute defined at extensioncore
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.integration.cis.tax.strategies.impl
Methods in de.hybris.platform.integration.cis.tax.strategies.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
DefaultCisCartHashCalculationStrategy. buildHashForAbstractOrderEntry(AbstractOrderEntryModel abstractOrderEntryModel)
Calculate a hash for theAbstractOrderEntryModel
-
Uses of AbstractOrderEntryModel in de.hybris.platform.integration.commons
Methods in de.hybris.platform.integration.commons that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OndemandDiscountedOrderEntry. getOrderEntry()
Methods in de.hybris.platform.integration.commons with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OndemandDiscountedOrderEntry. setOrderEntry(AbstractOrderEntryModel orderEntry)
Constructors in de.hybris.platform.integration.commons with parameters of type AbstractOrderEntryModel Constructor Description OndemandDiscountedOrderEntry(AbstractOrderEntryModel orderEntry, java.math.BigDecimal discountedUnitPrice)
OndemandDiscountedOrderEntry(AbstractOrderEntryModel orderEntry, java.math.BigDecimal discountedLinePrice, java.math.BigDecimal discountedUnitPrice, java.math.BigDecimal totalDiscount)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.integration.commons.services.impl
Fields in de.hybris.platform.integration.commons.services.impl declared as AbstractOrderEntryModel Modifier and Type Field Description AbstractOrderEntryModel
DefaultOndemandPromotionServiceTest. abstractEntry
Methods in de.hybris.platform.integration.commons.services.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected OndemandDiscountedOrderEntry
DefaultOndemandPromotionService. createOndemandDiscountedOrderEntry(AbstractOrderEntryModel abstractOrderEntry, java.math.BigDecimal calculatedOrderLineDiscount)
Method to create the appropriate ondemandDiscountedOrderEntry with the discounted unit price.Method parameters in de.hybris.platform.integration.commons.services.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultOndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder, java.util.List<AbstractOrderEntryModel> orderedAbstractOrderEntries, java.math.BigDecimal globalDiscountTotal, java.util.Map<AbstractOrderEntryModel,java.math.BigDecimal> orderLineEntries)
Returns the discount value for the given order entry.protected void
DefaultOndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder, java.util.List<AbstractOrderEntryModel> orderedAbstractOrderEntries, java.math.BigDecimal globalDiscountTotal, java.util.Map<AbstractOrderEntryModel,java.math.BigDecimal> orderLineEntries)
Returns the discount value for the given order entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.integration.commons.strategies
Methods in de.hybris.platform.integration.commons.strategies that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
OndemandDiscountableEntryStrategy. getDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
java.util.List<AbstractOrderEntryModel>
OndemandDiscountableEntryStrategy. getNonDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
Method parameters in de.hybris.platform.integration.commons.strategies with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
OndemandDiscountableEntryStrategy. getDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
java.util.List<AbstractOrderEntryModel>
OndemandDiscountableEntryStrategy. getNonDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.integration.commons.strategies.impl
Methods in de.hybris.platform.integration.commons.strategies.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
DefaultOndemandDiscountableEntryStrategy. getDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
java.util.List<AbstractOrderEntryModel>
DefaultOndemandDiscountableEntryStrategy. getNonDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
Methods in de.hybris.platform.integration.commons.strategies.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
DefaultOndemandSourceDeliveryFromStrategy. buildHashForAbstractOrderEntry(AbstractOrderEntryModel abstractOrderEntryModel)
Method parameters in de.hybris.platform.integration.commons.strategies.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
DefaultOndemandDiscountableEntryStrategy. getDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
java.util.List<AbstractOrderEntryModel>
DefaultOndemandDiscountableEntryStrategy. getNonDiscountableEntries(java.util.List<AbstractOrderEntryModel> abstractOrderEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<DiscountValue>
AbstractOrderEntryDiscountValuesAttributeHandler. get(AbstractOrderEntryModel model)
java.util.Collection<TaxValue>
AbstractOrderTaxValuesAttributeHandler. get(AbstractOrderEntryModel model)
void
AbstractOrderEntryDiscountValuesAttributeHandler. set(AbstractOrderEntryModel model, java.util.List<DiscountValue> discountValues)
void
AbstractOrderTaxValuesAttributeHandler. set(AbstractOrderEntryModel model, java.util.Collection<TaxValue> discountValues)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.actions.order
Methods in de.hybris.platform.omsbackoffice.actions.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.Long
PutOnHoldAction. getQuantityPending(AbstractOrderEntryModel orderEntryModel)
Returns the quantity for the givenAbstractOrderEntryModel
which has not been shipped or picked upprotected java.lang.Long
PutOnHoldAction. getQuantityShipped(AbstractOrderEntryModel orderEntryModel)
Returns the shipped Quantity for the givenAbstractOrderEntryModel
-
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.dto
Methods in de.hybris.platform.omsbackoffice.dto that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OrderEntryToCancelDto. getOrderEntry()
Methods in de.hybris.platform.omsbackoffice.dto with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryToCancelDto. setOrderEntry(AbstractOrderEntryModel orderEntry)
Constructors in de.hybris.platform.omsbackoffice.dto with parameters of type AbstractOrderEntryModel Constructor Description OrderEntryToCancelDto(AbstractOrderEntryModel orderEntry, java.util.List<java.lang.String> reasons, java.lang.Long quantityAvailableToCancel, java.lang.String deliveryModeName)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.widgets.order.cancelorder
Methods in de.hybris.platform.omsbackoffice.widgets.order.cancelorder with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
CancelOrderController. determineDeliveryMode(AbstractOrderEntryModel orderEntry)
determines the delivery mode for a given orderEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.widgets.returns.dtos
Constructors in de.hybris.platform.omsbackoffice.widgets.returns.dtos with parameters of type AbstractOrderEntryModel Constructor Description ReturnEntryToCreateDto(AbstractOrderEntryModel orderEntry, int returnableQuantity, java.util.List<java.lang.String> reasons)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.ondemandcommon.backoffice.helpers
Methods in de.hybris.platform.ondemandcommon.backoffice.helpers with parameters of type AbstractOrderEntryModel Modifier and Type Method Description OrderEntryInfo
OrderOnDemandPricesHelper. estimateOrderEntryInfo(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order
Classes in de.hybris.platform.order with type parameters of type AbstractOrderEntryModel Modifier and Type Interface Description interface
AbstractOrderEntryService<E extends AbstractOrderEntryModel>
Generic service that allows creation of order entries of particular type.interface
AbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Abstract interface for services dedicated for handling subtypes ofAbstractOrderModel
.Methods in de.hybris.platform.order that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
AbstractOrderService. addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent)
Adds a new entry of the givenComposedTypeModel
to the given order.AbstractOrderEntryModel
OrderService. addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent)
Adds a new entry of the givenComposedTypeModel
to the given order.AbstractOrderEntryModel
AbstractOrderEntryService. createEntry(ComposedTypeModel entryType, AbstractOrderModel abstractOrder)
Creates a new instance of abstract order entry of the specific composed type for a given order instance.Methods in de.hybris.platform.order with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
CalculationService. calculateTotals(AbstractOrderEntryModel entry, boolean recalculate)
Recalculates given entries total prices and re-applies tax and discount values.PriceValue
TestPriceFactory. findBasePrice(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
TestPriceFactory. findDiscountValues(AbstractOrderEntryModel entry)
java.util.Collection<TaxValue>
TestPriceFactory. findTaxValues(AbstractOrderEntryModel entry)
void
CalculationService. recalculate(AbstractOrderEntryModel entry)
Calculates this entry even if the entry was calculated before. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByNumber(AbstractOrderModel order, int number)
Returns order entries with the matching order entry numberjava.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByNumber(AbstractOrderModel order, int start, int end)
Returns order entries with the order entry number from the requested rangejava.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int number)
Deprecated.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int)
java.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int start, int end)
Deprecated.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int, int)
java.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByProduct(AbstractOrderModel order, ProductModel product)
Returns order entries with the matching productjava.util.List<AbstractOrderEntryModel>
OrderDao. findEntriesByProduct(java.lang.String entryTypeCode, AbstractOrderModel order, ProductModel product)
Deprecated.since ages - useOrderDao.findEntriesByProduct(AbstractOrderModel, ProductModel)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByNumber(AbstractOrderModel order, int number)
java.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByNumber(AbstractOrderModel order, int start, int end)
java.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int number)
Deprecated.since agesjava.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int start, int end)
Deprecated.since agesjava.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByProduct(AbstractOrderModel order, ProductModel product)
java.util.List<AbstractOrderEntryModel>
DefaultOrderDao. findEntriesByProduct(java.lang.String entryTypeCode, AbstractOrderModel order, ProductModel product)
Deprecated.since ages -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.impl
Classes in de.hybris.platform.order.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Class Description class
DefaultAbstractOrderEntryService<T extends AbstractOrderEntryModel>
Default implementation ofAbstractOrderEntryService
.class
DefaultAbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Default implementation ofAbstractOrderService
.Methods in de.hybris.platform.order.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Method Description <E extends AbstractOrderEntryModel,T extends AbstractOrderModel>
TCloneAbstractOrderStrategy. clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class<T> abstractOrderClassResult, java.lang.Class<E> abstractOrderEntryClassResult)
Deprecated.Create clone of original and change the type of order and orderEntries<T extends AbstractOrderEntryModel>
java.util.List<T>CloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original)
Deprecated.Clone the entries of the original and change the type according to the entryType given.Methods in de.hybris.platform.order.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultAbstractOrderService. addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent)
AbstractOrderEntryModel
DefaultOrderService. addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent)
AbstractOrderEntryModel
DefaultAbstractOrderEntryService. createEntry(ComposedTypeModel entryType, AbstractOrderModel order)
protected AbstractOrderEntryModel
DefaultAbstractOrderService. getCollidingEntry(int requested, O order)
Methods in de.hybris.platform.order.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected int
DefaultAbstractOrderService. addEntryAtPosition(AbstractOrderModel order, AbstractOrderEntryModel entry, int requested)
void
DefaultCalculationService. calculateTotals(AbstractOrderEntryModel entry, boolean recalculate)
protected void
DefaultCalculationService. calculateTotalTaxValues(AbstractOrderEntryModel entry)
protected PriceValue
DefaultCalculationService. findBasePrice(AbstractOrderEntryModel entry)
protected java.util.List<DiscountValue>
DefaultCalculationService. findDiscountValues(AbstractOrderEntryModel entry)
protected java.util.Collection<TaxValue>
DefaultCalculationService. findTaxValues(AbstractOrderEntryModel entry)
protected int
DefaultCartService. getNextEntryNumber(CartModel cart, AbstractOrderEntryModel forMe)
void
DefaultCalculationService. recalculate(AbstractOrderEntryModel entry)
protected void
DefaultCalculationService. recalculateOrderEntryIfNeeded(AbstractOrderEntryModel entry, boolean forceRecalculation)
protected void
DefaultCalculationService. resetAllValues(AbstractOrderEntryModel entry)
protected void
DefaultCalculationService. setCalculatedStatus(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.String
DefaultAbstractOrderEntryPreparer. createEntryInformation(AbstractOrderEntryModel newEntry, InterceptorContext ctx)
protected void
DefaultAbstractOrderEntryPreparer. setEntryNumberAslast(AbstractOrderEntryModel entryModel, java.util.List<AbstractOrderEntryModel> currentOrderEntries)
Method parameters in de.hybris.platform.order.interceptors with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultAbstractOrderEntryPreparer. setEntryNumberAslast(AbstractOrderEntryModel entryModel, java.util.List<AbstractOrderEntryModel> currentOrderEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.model
Methods in de.hybris.platform.order.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
AbstractOrderEntryProductInfoModel. getOrderEntry()
Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.Methods in de.hybris.platform.order.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
AbstractOrderEntryProductInfoModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter ofAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.Constructors in de.hybris.platform.order.model with parameters of type AbstractOrderEntryModel Constructor Description AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation with parameters of type AbstractOrderEntryModel Modifier and Type Method Description PriceValue
FindPriceStrategy. findBasePrice(AbstractOrderEntryModel entry)
Resolves price value for the givenAbstractOrderEntryModel
.java.util.List<DiscountValue>
FindDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)
Find applicableDiscountValue
s for the target order entry.java.util.Collection<TaxValue>
FindTaxValuesStrategy. findTaxValues(AbstractOrderEntryModel entry)
Resolves tax value for the givenAbstractOrderEntryModel
basing on the underlying implementation.boolean
OrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderEntryModel orderEntry)
Method checks if the order entry need to be calculated. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description PriceValue
FindPricingWithCurrentPriceFactoryStrategy. findBasePrice(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
FindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
FindPricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderEntryModel entry)
java.util.Collection
FindPricingWithCurrentPriceFactoryStrategy. findTaxValues(AbstractOrderEntryModel entry)
boolean
DefaultOrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer with parameters of type AbstractOrderEntryModel Modifier and Type Method Description PriceValue
DefaultSLFindPriceStrategy. findBasePrice(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
DefaultSLFindDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)
java.util.List<DiscountValue>
DefaultSLFindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)
java.util.Collection<TaxValue>
DefaultSLFindTaxValuesStrategy. findTaxValues(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria with parameters of type AbstractOrderEntryModel Modifier and Type Method Description DiscountValueInfoCriteria
PDTCriteriaFactory. discountValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
Creates DiscountValueInfoCriteria from AbstractOrderEntryModelPriceValueInfoCriteria
PDTCriteriaFactory. priceValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
Creates PriceValueInfoCriteria from AbstractOrderEntryModelTaxValueInfoCriteria
PDTCriteriaFactory. taxValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
Creates TaxValueInfoCriteria from AbstractOrderEntryModel -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description DiscountValueInfoCriteria
DefaultPDTCriteriaFactory. discountValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
PriceValueInfoCriteria
DefaultPDTCriteriaFactory. priceValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
TaxValueInfoCriteria
DefaultPDTCriteriaFactory. taxValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description ProductDiscountGroup
PDTEnumGroupsHelper. getPDG(AbstractOrderEntryModel entry)
Gets Products Discount Group for Order Entry.ProductTaxGroup
PDTEnumGroupsHelper. getPTG(AbstractOrderEntryModel entry)
Gets Products Tax Group for Order Entry.UserDiscountGroup
PDTEnumGroupsHelper. getUDG(AbstractOrderEntryModel entry)
Gets User Discount Group for Order Entry.UserPriceGroup
PDTEnumGroupsHelper. getUPG(AbstractOrderEntryModel entry)
Gets the UserPriceGroup from Order Entry.UserTaxGroup
PDTEnumGroupsHelper. getUTG(AbstractOrderEntryModel entry)
Gets User Tax Group for Order Entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.impl
Classes in de.hybris.platform.order.strategies.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Class Description class
GenericAbstractOrderCloningStrategy<T extends AbstractOrderModel,E extends AbstractOrderEntryModel,O extends AbstractOrderModel>
Generic strategy for abstract order cloning, taking target order and order entry classes as generic parameters. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.ordercloning
Methods in de.hybris.platform.order.strategies.ordercloning with type parameters of type AbstractOrderEntryModel Modifier and Type Method Description <T extends AbstractOrderEntryModel>
java.util.Collection<T>CloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel entriesType, AbstractOrderModel original)
Make a clone of entries (eventually change their type). -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Method Description <T extends AbstractOrderEntryModel>
java.util.List<T>DefaultCloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original)
Clone the entries of the original and change the type according to the entryType given. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OrderCancelEntry. getOrderEntry()
Methods in de.hybris.platform.ordercancel that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
OrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
Provides information about cancelable entries of given order.java.util.Map<AbstractOrderEntryModel,java.lang.Long>
OrderCancelService. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
Returns all cancellableOrderEntry
Constructors in de.hybris.platform.ordercancel with parameters of type AbstractOrderEntryModel Constructor Description OrderCancelEntry(AbstractOrderEntryModel orderEntry)
Creates an entry that represents cancellation of the whole Order EntryOrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity)
Creates an entry that represents cancellation of a part of the Order Entry (i.e.OrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity, java.lang.String notes)
Creates an entry that represents cancellation of a part of the Order Entry (i.e.OrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity, java.lang.String notes, CancelReason cancelReason)
OrderCancelEntry(AbstractOrderEntryModel orderEntry, java.lang.String notes, CancelReason cancelReason)
Creates an entry that represents cancellation of a part of the Order Entry completely. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultOrderCancelCancelableEntriesStrategy. collectUncancelableEntriesMap(OrderModel order)
protected java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultOrderCancelCancelableEntriesStrategy. findCancellableEntries(OrderModel order, java.util.Map<AbstractOrderEntryModel,java.lang.Long> uncancelableEntriesMap)
java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultOrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultOrderCancelService. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
Returns all cancellableOrderEntry
.protected java.util.Map<java.lang.Integer,AbstractOrderEntryModel>
DefaultOrderCancelRecordsHandler. storeOriginalOrderEntriesMapping(OrderModel order)
Methods in de.hybris.platform.ordercancel.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultOrderCancelCancelableEntriesStrategy. mergeEntries(java.util.Map<AbstractOrderEntryModel,java.lang.Long> unavailableEntries, AbstractOrderEntryModel entry, java.lang.Long unavailableQuantity)
Method parameters in de.hybris.platform.ordercancel.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultOrderCancelCancelableEntriesStrategy. appendUncancelableEntriesMap(java.util.Map<AbstractOrderEntryModel,java.lang.Long> uncancelableEntriesMap, boolean consignmentUnavailableForCancel, ConsignmentEntryModel consignmentEntry)
protected void
DefaultOrderCancelCancelableEntriesStrategy. appendUncancelableEntriesMap(java.util.Map<AbstractOrderEntryModel,java.lang.Long> uncancelableEntriesMap, ConsignmentModel consignment)
protected OrderCancelRecordEntryModel
DefaultOrderCancelRecordsHandler. createCancelRecordEntry(OrderCancelRequest request, OrderModel order, OrderCancelRecordModel cancelRecord, OrderHistoryEntryModel snapshot, java.util.Map<java.lang.Integer,AbstractOrderEntryModel> originalOrderEntriesMapping)
protected java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultOrderCancelCancelableEntriesStrategy. findCancellableEntries(OrderModel order, java.util.Map<AbstractOrderEntryModel,java.lang.Long> uncancelableEntriesMap)
protected OrderEntryModel
DefaultOrderCancelRecordsHandler. getOriginalOrderEntry(java.util.Map<java.lang.Integer,AbstractOrderEntryModel> originalOrderEntriesMapping, OrderCancelEntry cancelRequestEntry)
protected void
DefaultOrderCancelCancelableEntriesStrategy. mergeEntries(java.util.Map<AbstractOrderEntryModel,java.lang.Long> unavailableEntries, AbstractOrderEntryModel entry, java.lang.Long unavailableQuantity)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.ordermanagementfacades.returns.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator that return types with arguments of type AbstractOrderEntryModel 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 AbstractOrderEntryModel Modifier and Type Method Description void
OrdermanagementReturnEntryPopulator. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> orderEntryConverter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.math.BigDecimal
DefaultOmsReturnFacade. calculateRefundEntryAmount(AbstractOrderEntryModel orderEntryModel, java.lang.Long expectedQuantity, boolean completeReturn)
Evaluates refundAmount for theRefundEntryModel
to be created. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<WarehouseModel>
WarehouseService. getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry)
Return list of warehouses that can be used to create order from order entry.Method parameters in de.hybris.platform.ordersplitting with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description ConsignmentModel
ConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries)
Creates the consignment.WarehouseModel
ConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries)
Gets the warehouse.java.util.List<WarehouseModel>
WarehouseService. getWarehouses(java.util.Collection<? extends AbstractOrderEntryModel> orderEntries)
Return list of warehouses that can be used to create order from order entries.java.util.List<ConsignmentModel>
OrderSplittingService. splitOrderForConsignment(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments.java.util.List<ConsignmentModel>
OrderSplittingService. splitOrderForConsignmentNotPersist(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments w/o persisting changes -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<WarehouseModel>
DefaultWarehouseService. getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry)
Method parameters in de.hybris.platform.ordersplitting.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description ConsignmentModel
DefaultConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries)
WarehouseModel
DefaultConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries)
java.util.List<WarehouseModel>
DefaultWarehouseService. getWarehouses(java.util.Collection<? extends AbstractOrderEntryModel> orderEntries)
java.util.List<ConsignmentModel>
DefaultOrderSplittingService. splitOrderForConsignment(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)
java.util.List<ConsignmentModel>
DefaultOrderSplittingService. splitOrderForConsignmentNotPersist(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
ConsignmentEntryModel. getOrderEntry()
Generated method - Getter of theConsignmentEntry.orderEntry
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ConsignmentEntryModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter ofConsignmentEntry.orderEntry
attribute defined at extensionbasecommerce
.Constructors in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderEntryModel Constructor Description ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, java.lang.Long _quantity)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, java.lang.Long _quantity)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.strategy
Methods in de.hybris.platform.ordersplitting.strategy with parameters of type AbstractOrderEntryModel Modifier and Type Method Description abstract java.lang.Object
AbstractSplittingStrategy. getGroupingObject(AbstractOrderEntryModel orderEntry)
Gets the set of object that group consignmentEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.strategy.impl
Methods in de.hybris.platform.ordersplitting.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Object
SplitByAvailableCount. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByDeliveryMode. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByEntryDeliveryAddress. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByNamedDeliveryDate. getGroupingObject(AbstractOrderEntryModel orderEntry)
protected java.util.List<WarehouseModel>
SplitByWarehouse. getPossibleWarehouses(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. addNewEntry(AbstractOrderModel order, ProductModel product, int quantityToAdd)
protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)
Deprecated, for removal: This API element is subject to removal in a future version.protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, java.util.function.BiPredicate<RuleBasedOrderAddProductActionModel,AbstractOrderEntryModel> matchingCondition)
protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. findOrderEntryForUndo(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)
tries to find an order entry usable for theDefaultAddProductToCartActionStrategy.undo(ItemModel)
method based on matching product, quantity andgiveAway
flag: First tries to match an order entry that is marked asgiveAway
with the same product and quantity.protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. getEntryWithMatchingProductAndQuantity(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905Methods in de.hybris.platform.promotionengineservices.action.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.Optional<AbstractOrderEntryModel>
DefaultAddProductToCartActionStrategy. getExistingGiveAwayEntry(AbstractOrderModel order, ProductModel product)
Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultOrderEntryAdjustActionStrategy. adjustDiscountRaoValue(AbstractOrderEntryModel entry, DiscountRAO discountRao, java.math.BigDecimal discountAmount)
protected RuleBasedOrderEntryAdjustActionModel
DefaultOrderEntryAdjustActionStrategy. createOrderEntryAdjustAction(PromotionResultModel promoResult, AbstractRuleActionRAO action, AbstractOrderEntryModel entry, java.math.BigDecimal discountAmount)
Method parameters in de.hybris.platform.promotionengineservices.action.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, java.util.function.BiPredicate<RuleBasedOrderAddProductActionModel,AbstractOrderEntryModel> matchingCondition)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine
Methods in de.hybris.platform.promotionengineservices.promotionengine that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
PromotionActionService. getOrderEntry(AbstractRuleActionRAO action)
Looks up theAbstractOrderEntryModel
based on the given AbstractRuleActionRAO.Methods in de.hybris.platform.promotionengineservices.promotionengine with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
PromotionActionService. createDiscountValue(DiscountRAO discountRao, java.lang.String code, AbstractOrderEntryModel orderEntry)
Creates aDiscountValue
from the givendiscountRao
and adds it to the givenorderEntry
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultPromotionActionService. getOrderEntry(AbstractRuleActionRAO action)
protected AbstractOrderEntryModel
DefaultPromotionActionService. getOrderEntry(OrderEntryRAO orderEntryRao)
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
DefaultPromotionActionService. createDiscountValue(DiscountRAO discountRao, java.lang.String code, AbstractOrderEntryModel orderEntry)
protected boolean
DefaultPromotionActionService. removeOrderEntryLevelDiscount(java.lang.String code, AbstractOrderEntryModel orderEntry)
Removes theDiscountValue
with the given code from the givenorderEntry
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.builder
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.builder with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
PromotionResultMockBuilder. associateToOrderEntry(PromotionResultModel promotionResultModel, AbstractOrderEntryModel orderEntry)
PromotionResultModel
PromotionResultMockBuilder. createSamplePotentialPromotionResultForOrderEntry(AbstractOrderEntryModel orderEntry)
PromotionResultModel
PromotionResultMockBuilder. createSamplePromotionResultForOrderEntry(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.data
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OrderEntryLevelPromotionEngineResults. getOrderEntry()
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryLevelPromotionEngineResults. setOrderEntry(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.populators
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryLevelPromotionEngineResults>
PromotionEngineResultsPopulator. getOrderEntryDiscountPromotionConverter()
protected java.util.function.Function<PromotionEngineResult,AbstractOrderEntryModel>
NonDiscountPromotionEngineResultsClassifyingPopulator. orderEntry()
Provides function that provide an order entry associated withPromotionEngineResult
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.math.BigDecimal
OrderEntryDiscountPromotionEngineResultsPopulator. calculateTotalPrice(AbstractOrderEntryModel source)
protected PromotionEngineResult
NonDiscountPromotionEngineResultsClassifyingPopulatorTest. createOrderEntryLevelFiredPromotionEngineResult(AbstractOrderEntryModel orderEntry)
protected PromotionEngineResult
NonDiscountPromotionEngineResultsClassifyingPopulatorTest. createOrderEntryLevelPotentialPromotionEngineResult(AbstractOrderEntryModel orderEntry)
protected java.math.BigDecimal
OrderEntryDiscountPromotionEngineResultsPopulator. estimateAdjustedBasePriceTotalPrice(AbstractOrderEntryModel source)
protected java.util.Collection<DiscountValue>
OrderEntryDiscountPromotionEngineResultsPopulator. getDiscountValues(AbstractOrderEntryModel source)
Provides list of discount values that will be processed by the populatorprotected AbstractOrderModel
OrderEntryDiscountPromotionEngineResultsPopulator. getOrder(AbstractOrderEntryModel source)
Provides order that will be processed by the populatorvoid
OrderEntryDiscountPromotionEngineResultsPopulator. populate(AbstractOrderEntryModel source, OrderEntryLevelPromotionEngineResults target)
PopulatesAbstractPromotionEngineResults
based on discounts supplied byDiscountValue
andOrderModel
Method parameters in de.hybris.platform.promotionengineservices.promotionengine.report.populators with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
PromotionEngineResultsPopulator. setOrderEntryDiscountPromotionConverter(Converter<AbstractOrderEntryModel,OrderEntryLevelPromotionEngineResults> orderEntryDiscountPromotionConverter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
PromotionOrderEntryConsumedModel. getOrderEntry()
Generated method - Getter of thePromotionOrderEntryConsumed.orderEntry
attribute defined at extensionpromotions
.Methods in de.hybris.platform.promotions.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
PromotionOrderEntryConsumedModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter ofPromotionOrderEntryConsumed.orderEntry
attribute defined at extensionpromotions
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.refund
Methods in de.hybris.platform.refund that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
OrderRefundEntry. getOrderEntry()
Constructors in de.hybris.platform.refund with parameters of type AbstractOrderEntryModel Constructor Description OrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity)
OrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity, java.lang.String notes)
OrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity, java.lang.String notes, RefundReason reason)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.refund.impl
Methods in de.hybris.platform.refund.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultRefundService. getEntry(AbstractOrderModel order, java.lang.Integer postion)
Returns the order entry at a specified position.protected AbstractOrderEntryModel
DefaultRefundService. getOrderEntry(RefundEntryModel refund, AbstractOrderModel order)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.returns
Methods in de.hybris.platform.returns that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
ReturnService. getAllReturnableEntries(OrderModel order)
Returns all returnableOrderEntry
'sMethods in de.hybris.platform.returns with parameters of type AbstractOrderEntryModel Modifier and Type Method Description RefundEntryModel
ReturnService. createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, java.lang.String notes, java.lang.Long expectedQuantity, ReturnAction action, RefundReason reason)
Creates a Refund based on the assigned OrderEntry instanceReplacementEntryModel
ReturnService. createReplacement(ReturnRequestModel request, AbstractOrderEntryModel entry, java.lang.String notes, java.lang.Long expectedQuantity, ReturnAction action, ReplacementReason reason)
Creates a Replacement based on the assigned OrderEntry instancejava.util.List<ReturnEntryModel>
ReturnService. getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnEntries for the specified order entryboolean
ReturnService. isReturnable(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity)
Determines if the product is 'returnable' by using the injectedReturnableCheck
impl. -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultReturnService. getAllReturnableEntries(OrderModel order)
Returns all returnableOrderEntry
's.Methods in de.hybris.platform.returns.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description RefundEntryModel
DefaultReturnService. createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, java.lang.String notes, java.lang.Long expectedQuantity, ReturnAction action, RefundReason reason)
Creates a ReplRefundacement based on the assigned OrderEntry instanceReplacementEntryModel
DefaultReturnService. createReplacement(ReturnRequestModel request, AbstractOrderEntryModel entry, java.lang.String notes, java.lang.Long expectedQuantity, ReturnAction action, ReplacementReason reason)
Creates a Replacement based on the assigned OrderEntry instancejava.util.List<ReturnEntryModel>
DefaultReturnService. getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnsEntries for the specified order entryboolean
DefaultReturnService. isReturnable(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity)
Determines if the product is 'returnable' by using the injectedReturnableCheck
implementations. -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.model
Subclasses of AbstractOrderEntryModel in de.hybris.platform.returns.model Modifier and Type Class Description class
ReplacementOrderEntryModel
Generated model class for type ReplacementOrderEntry first defined at extension basecommerce.class
ReturnOrderEntryModel
Generated model class for type ReturnOrderEntry first defined at extension basecommerce.Methods in de.hybris.platform.returns.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
ReturnEntryModel. getOrderEntry()
Generated method - Getter of theReturnEntry.orderEntry
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.returns.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ReturnEntryModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter ofReturnEntry.orderEntry
attribute defined at extensionbasecommerce
.Constructors in de.hybris.platform.returns.model with parameters of type AbstractOrderEntryModel Constructor Description RefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, RefundReason _reason, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _reason, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReplacementReason _reason, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReplacementReason _reason, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReturnStatus _status)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.strategy
Methods in de.hybris.platform.returns.strategy with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
ReturnableCheck. perform(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity)
Determines if the product is 'returnable' -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.strategy.impl
Methods in de.hybris.platform.returns.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<ReturnEntryModel>
DefaultReturnEntryBasedReturnableCheck. getReturnEntry(AbstractOrderEntryModel entry)
boolean
DefaultConsignmentBasedReturnableCheck. perform(OrderModel order, AbstractOrderEntryModel orderentry, long returnQuantity)
Determines if the product is 'returnable'.boolean
DefaultReturnEntryBasedReturnableCheck. perform(OrderModel order, AbstractOrderEntryModel orderentry, long returnQuantity)
Determines if the product is 'returnable' on base of existing returns entries entries. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryRAO>
AbstractOrderRaoPopulator. getEntryConverter()
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryRaoEntryGroupNumbersPopulator. populate(AbstractOrderEntryModel source, OrderEntryRAO target)
void
OrderEntryRaoPopulator. populate(AbstractOrderEntryModel source, OrderEntryRAO target)
Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
AbstractOrderRaoPopulator. setEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryRAO> entryConverter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description CartTestContextBuilder
CartTestContextBuilder. addEntry(AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.ruleengineservices.ruleengine.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description CartTestContextBuilder
CartTestContextBuilder. withEntries(java.util.List<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.c4c.quote.inbound.impl
Methods in de.hybris.platform.sap.c4c.quote.inbound.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultInboundQuoteCommentConversionHelper. getEntryForEntryNumber(AbstractOrderModel order, int number)
Method to get quoteEnrty model for given quote and entry number -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.c4c.quote.model
Methods in de.hybris.platform.sap.c4c.quote.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
ExternalDiscountValueModel. getOrderEntry()
Generated method - Getter of theExternalDiscountValue.orderEntry
attribute defined at extensionc4cquote
.Methods in de.hybris.platform.sap.c4c.quote.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ExternalDiscountValueModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter ofExternalDiscountValue.orderEntry
attribute defined at extensionc4cquote
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.c4c.quote.order.strategies.impl
Method parameters in de.hybris.platform.sap.c4c.quote.order.strategies.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultC4cQuoteCartValidationStrategy. compareEntries(java.util.List<AbstractOrderEntryModel> sourceEntries, java.util.List<AbstractOrderEntryModel> targetEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.c4c.quote.outbound.impl
Methods in de.hybris.platform.sap.c4c.quote.outbound.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultSapC4cSalesConditionsContributor. createProductDiscountRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultSapC4cSalesConditionsContributor. createTaxRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected java.lang.String
DefaultQuoteEntryContributor. determineItemShortText(AbstractOrderEntryModel item, java.lang.String language)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.orderexchange.mocks
Method parameters in de.hybris.platform.sap.orderexchange.mocks with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description ConsignmentModel
MockConsignmentService. createConsignment(AbstractOrderModel arg0, java.lang.String arg1, java.util.List<AbstractOrderEntryModel> arg2)
WarehouseModel
MockConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> arg0)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.orderexchange.outbound.impl
Methods in de.hybris.platform.sap.orderexchange.outbound.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
DefaultSalesConditionsContributor. createGrossPriceRow(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultSalesConditionsContributor. createProductDiscountRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected void
DefaultSalesConditionsContributor. createTaxRows(OrderModel order, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result, AbstractOrderEntryModel entry)
protected java.lang.String
DefaultOrderEntryContributor. determineItemShortText(AbstractOrderEntryModel item, java.lang.String language)
protected java.lang.String
DefaultOrderEntryContributor. getProductConfigurationData(AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.sap.orderexchange.outbound.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
DefaultSalesConditionsContributor. syncPricingInactive(java.util.List<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiorderexchange
Methods in de.hybris.platform.sap.productconfig.cpiorderexchange with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
ConfigurationOrderEntryMapper. isMapperApplicable(AbstractOrderEntryModel entry, SAPCpiOutboundOrderItemModel outboundItem)
Provides information whether call to this mapper is requiredint
ConfigurationOrderEntryMapper. mapConfiguration(AbstractOrderEntryModel entry, SAPCpiOutboundOrderModel orderModel, java.lang.String entryNumber)
Enriches the order with the configuration details of the given order entry -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiorderexchange.cps.service.impl
Methods in de.hybris.platform.sap.productconfig.cpiorderexchange.cps.service.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
CPSConfigurationOrderEntryMapper. isMapperApplicable(AbstractOrderEntryModel entry, SAPCpiOutboundOrderItemModel outboundItem)
int
CPSConfigurationOrderEntryMapper. mapConfiguration(AbstractOrderEntryModel entry, SAPCpiOutboundOrderModel orderModel, java.lang.String entryNumber)
protected CPSCommerceExternalConfiguration
CPSConfigurationOrderEntryMapper. readExternalConfigFromEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiorderexchange.impl
Methods in de.hybris.platform.sap.productconfig.cpiorderexchange.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected SAPCpiOutboundOrderItemModel
ConfigurationOrderMapperImpl. findOutboundItem(SAPCpiOutboundOrderModel target, AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.sap.productconfig.cpiorderexchange.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
ConfigurationOrderMapperImpl. isConfigurationMappingNeeded(java.util.List<AbstractOrderEntryModel> orderEntries, SAPCpiOutboundOrderModel target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiorderexchange.ssc.service.impl
Methods in de.hybris.platform.sap.productconfig.cpiorderexchange.ssc.service.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
SSCConfigurationOrderEntryMapper. isMapperApplicable(AbstractOrderEntryModel entry, SAPCpiOutboundOrderItemModel outboundItem)
int
SSCConfigurationOrderEntryMapper. mapConfiguration(AbstractOrderEntryModel entry, SAPCpiOutboundOrderModel orderModel, java.lang.String entryNumber)
protected com.sap.sce.kbrt.ext_configuration
SSCConfigurationOrderEntryMapper. readExternalConfigFromEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.inbound
Methods in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.inbound with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ProductConfigSCPIQuoteEntryInboundHookImpl. createBasicConfigurationInfo(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound
Methods in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ProductConfigSCPIQuoteEntryMapperImpl. map(AbstractOrderEntryModel source, SAPCpiOutboundQuoteItemModel target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return AbstractOrderEntryModel Modifier and Type Method Description default AbstractOrderEntryModel
ConfigurationCartIntegrationFacade. findItemInCartByPK(PK cartItemPk)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08.0 - please read any cart related data via the CartFacadeCartFacade.getSessionCart()
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
ConfigurationCartIntegrationFacadeImpl. createCartItem(ProductModel product, ConfigurationData configData, CommerceCartParameter commerceCartParameter, CartModel cart)
protected AbstractOrderEntryModel
ConfigurationCartIntegrationFacadeImpl. findCartItemByPK(PK cartItemPk)
protected AbstractOrderEntryModel
ConfigurationAbstractOrderIntegrationHelperImpl. findEntry(AbstractOrderModel orderModel, int entryNumber)
AbstractOrderEntryModel
ConfigurationCartIntegrationFacadeImpl. findItemInCartByPK(PK cartItemPk)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08.0 - please read any cart related data via the CartFacadeCartFacade.getSessionCart()
protected AbstractOrderEntryModel
ConfigurationCartIntegrationFacadeImpl. getOrCreateCartItem(ProductModel product, ConfigurationData configData)
Creates a new entry in the session cart or returns the entry belonging to the current configuration and updates the price and its external configuration.protected AbstractOrderEntryModel
ConfigurationCartIntegrationFacadeImpl. getOrderEntry(java.lang.String cartItemKey)
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ConfigurationCartIntegrationFacadeImpl. addConfigAttributesToCartEntry(AbstractOrderEntryModel entry)
protected ConfigurationOverviewData
ConfigurationAbstractOrderIntegrationHelperImpl. getConfigurationOverviewData(AbstractOrderEntryModel orderEntry)
protected ConfigurationOverviewData
ConfigurationAbstractOrderIntegrationHelperImpl. getConfigurationOverviewDataForVariant(AbstractOrderEntryModel entry, ProductModel productModel)
protected boolean
ConfigurationAbstractOrderIntegrationHelperImpl. isKbVersionForEntryExisting(AbstractOrderEntryModel orderEntry)
protected void
ConfigurationCartIntegrationFacadeImpl. linkEntryWithConfigInfos(AbstractOrderEntryModel entry, java.util.List<AbstractOrderEntryProductInfoModel> configInlineModels)
protected void
ConfigurationCartIntegrationFacadeImpl. updateCartItem(ProductModel product, java.lang.String configId, AbstractOrderEntryModel cartItem, CommerceCartParameter commerceCartParameter, CartModel cart)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as AbstractOrderEntryModel Modifier and Type Field Description protected AbstractOrderEntryModel
AbstractOrderConfigurationPopulatorTest. sourceEntry
Fields in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type AbstractOrderEntryModel Modifier and Type Field Description protected java.util.List<AbstractOrderEntryModel>
AbstractOrderConfigurationPopulatorTest. entryList
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
AbstractOrderProductVariantPopulator. adjustTargetEntryForVariant(AbstractOrderEntryModel sourceEntry, OrderEntryData targetEntry)
protected java.util.List<ConfigurationInfoData>
AbstractOrderConfigurationPopulator. createConfigurationInfos(AbstractOrderEntryModel entry)
protected PriceData
CartConfigurationPopulator. createPriceData(java.lang.Double price, AbstractOrderEntryModel entry)
protected void
AbstractOrderProductVariantPopulator. populateAbstractOrderData(AbstractOrderEntryModel entry, java.util.List<OrderEntryData> targetList)
Transfers product variant related attributes from order entry into its DTO representationprotected boolean
CartConfigurationPopulator. populateCartEntry(AbstractOrderEntryModel entry, CartData target)
Transfers configuration related attributes from order entry into its DTO representationprotected void
QuoteConfigurationPopulator. populateQuoteEntry(AbstractOrderEntryModel entry, QuoteData target)
protected void
AbstractOrderConfigurationPopulator. validateAndSetPK(AbstractOrderEntryModel entry, OrderEntryData targetEntry)
protected boolean
CartConfigurationPopulator. validatePrice(ConfigModel configModel, AbstractOrderEntryModel entry, OrderEntryData targetEntry)
Validates price on entry level, triggers a reculaculation of the cart if neededprotected boolean
CartConfigurationPopulator. validateUnresolvableIssues(AbstractOrderEntryModel entry, OrderEntryData targetEntry)
protected void
AbstractOrderConfigurationPopulator. writeSummaryMap(AbstractOrderEntryModel entry, OrderEntryData targetEntry)
protected void
AbstractOrderConfigurationPopulator. writeToTargetEntry(AbstractOrderEntryModel entry, AbstractOrderData target)
Writes result to target entry DTOprotected void
AbstractOrderConfigurationPopulator. writeToTargetEntry(AbstractOrderEntryModel entry, OrderEntryData targetEntry)
protected void
AbstractOrderProductVariantPopulator. writeToTargetEntry(java.util.List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry)
Writes result to target entry DTOprotected void
OrderProductVariantPopulator. writeToTargetEntry(java.util.List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.pricing.bol.backend.impl
Methods in de.hybris.platform.sap.productconfig.pricing.bol.backend.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ProductConfigurationSapPricingItemMapper. fillImportParameters(com.sap.conn.jco.JCoTable itItem, AbstractOrderEntryModel orderEntryModel, ConversionService conversionService)
protected void
ProductConfigurationSapPricingItemMapper. fillVariantConditions(com.sap.conn.jco.JCoTable itItem, AbstractOrderEntryModel orderEntryModel)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.pricing.bol.impl
Methods in de.hybris.platform.sap.productconfig.pricing.bol.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
ProductConfigurationSynchronousPricingStrategyImpl. updateCartEntryBasePrice(AbstractOrderEntryModel entry)
boolean
ProductConfigurationSynchronousPricingStrategyImpl. updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
protected boolean
ProductConfigurationSynchronousPricingStrategyImpl. updateCartEntryPricesSynchronous(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ProductConfigCartRAOPopulator. populateEntry(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO)
protected void
ProductConfigCartRAOPopulator. populateProductConfig(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
ProductConfigurationPersistenceServiceImpl. getAbstractOrderEntryByConfigPk(java.lang.String configPk, boolean isDraft)
Get an abstract order entry by a configuration ID that can either represent the current product configuration attached to it or the current configuration draft.AbstractOrderEntryModel
ProductConfigurationPersistenceServiceImpl. getOrderEntryByConfigId(java.lang.String configId, boolean isDraft)
AbstractOrderEntryModel
ProductConfigurationPersistenceServiceImpl. getOrderEntryByPK(java.lang.String cartEntryKey)
Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
ProductConfigurationPersistenceServiceImpl. getAllOrderEntriesByConfigId(java.lang.String configId)
protected java.util.List<AbstractOrderEntryModel>
ProductConfigurationPersistenceServiceImpl. getAllOrderEntriesByModel(ProductConfigurationModel productConfigurationModel)
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description CartEntryConfigurationAttributes
ProductConfigurationOrderIntegrationServiceImpl. calculateCartEntryConfigurationAttributes(AbstractOrderEntryModel entryModel)
java.util.List<AbstractOrderEntryProductInfoModel>
CPQConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
void
ProductConfigurationOrderIntegrationServiceImpl. fillSummaryMap(AbstractOrderEntryModel entry)
PriceValue
FindPricingForConfigurableProductsStrategy. findBasePrice(AbstractOrderEntryModel entry)
protected CommerceCartParameter
ProductConfigurationPricingStrategyImpl. getParametersForCartUpdate(AbstractOrderEntryModel entry)
protected void
ProductConfigurationUpdateCartEntryHookImpl. handleCartEntry(CommerceCartParameter parameter, AbstractOrderEntryModel entry)
protected boolean
ProductConfigurationPricingStrategyImpl. hasBasePriceChanged(AbstractOrderEntryModel entry, java.lang.Double newPrice)
protected boolean
ProductConfigurationPlaceOrderHookImpl. hasConfigurationAttached(AbstractOrderEntryModel cartEntry)
protected boolean
ProductConfigurationOrderIntegrationServiceImpl. hasProductChangedForCartItem(ProductModel product, AbstractOrderEntryModel cartItem)
protected void
ProductConfigurationPlaceOrderHookImpl. prepareForOrderReplication(AbstractOrderEntryModel entry)
protected void
ProductConfigurationPlaceOrderHookImpl. traceCPQAspectsAfterPlaceOrder(AbstractOrderEntryModel entry)
boolean
ProductConfigurationOrderIntegrationServiceImpl. updateCartEntryBasePrice(AbstractOrderEntryModel entry)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08boolean
ProductConfigurationPricingStrategyImpl. updateCartEntryBasePrice(AbstractOrderEntryModel entry)
boolean
ProductConfigurationOrderIntegrationServiceImpl. updateCartEntryExternalConfiguration(CommerceCartParameter parameters, AbstractOrderEntryModel entry)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08boolean
ProductConfigurationOrderIntegrationServiceImpl. updateCartEntryExternalConfiguration(java.lang.String externalConfiguration, AbstractOrderEntryModel entry)
boolean
ProductConfigurationOrderIntegrationServiceImpl. updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08boolean
ProductConfigurationPricingStrategyImpl. updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
boolean
ProductConfigurationOrderIntegrationServiceImpl. updateCartEntryProduct(AbstractOrderEntryModel entry, ProductModel product, java.lang.String configId)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.interceptor
Methods in de.hybris.platform.sap.productconfig.services.interceptor with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ProductConfigurationRemoveInterceptor. onRemove(AbstractOrderEntryModel model, InterceptorContext ctx)
protected void
ProductConfigurationRemoveInterceptor. releaseConfigIfPossible(AbstractOrderEntryModel model, ProductConfigurationModel productConfiguration, boolean ignoreProductRelation)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
ProductConfigurationPersistenceService. getOrderEntryByConfigId(java.lang.String configId, boolean isDraft)
get the order entry to which the given config is currently assigned to.AbstractOrderEntryModel
ProductConfigurationPersistenceService. getOrderEntryByPK(java.lang.String cartEntryKey)
read theAbstractOrderEntryModel
by PKMethods in de.hybris.platform.sap.productconfig.services.intf that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>
ProductConfigurationPersistenceService. getAllOrderEntriesByConfigId(java.lang.String configId)
Get all order entries to which the given config is currently assigned to.Methods in de.hybris.platform.sap.productconfig.services.intf with parameters of type AbstractOrderEntryModel Modifier and Type Method Description CartEntryConfigurationAttributes
ProductConfigurationOrderIntegrationService. calculateCartEntryConfigurationAttributes(AbstractOrderEntryModel model)
Calculates configuration relevant attributes at cart entry levelvoid
ProductConfigurationOrderIntegrationService. fillSummaryMap(AbstractOrderEntryModel entry)
Fill the summary map at the order entry with configuration status informationboolean
ProductConfigurationOrderIntegrationService. updateCartEntryBasePrice(AbstractOrderEntryModel entry)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 useProductConfigurationStrategy#updateCartEntryBasePrice(AbstractOrderEntryModel)
insteadboolean
ProductConfigurationPricingStrategy. updateCartEntryBasePrice(AbstractOrderEntryModel entry)
Updates cart entry's base price from configuration model if a price is available in configuration model.boolean
ProductConfigurationOrderIntegrationService. updateCartEntryExternalConfiguration(CommerceCartParameter parameters, AbstractOrderEntryModel entry)
Updates cart entry's external configuration from configuration modelboolean
ProductConfigurationOrderIntegrationService. updateCartEntryExternalConfiguration(java.lang.String externalConfiguration, AbstractOrderEntryModel entry)
Updates cart entry's external configuration and creates configuration in current session from external string representation (which contains the configuration in XML format)boolean
ProductConfigurationOrderIntegrationService. updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 useProductConfigurationStrategy#updateCartEntryPrices(AbstractOrderEntryModel,boolean,CommerceCartParameter)
insteadboolean
ProductConfigurationPricingStrategy. updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter)
Updates cart entry's base price (in case it deviates from the current configuration price) from configuration model/pricing service.boolean
ProductConfigurationOrderIntegrationService. updateCartEntryProduct(AbstractOrderEntryModel entry, ProductModel product, java.lang.String configId)
Update the product of the cartItem, if the product is different to the current cart item product -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.model
Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type AbstractOrderEntryModel Constructor Description CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
DefaultConfigurationAssignmentResolverStrategyImplTest. prepareEntry()
protected AbstractOrderEntryModel
DefaultConfigurationAssignmentResolverStrategyImpl. retrieveOrderEntry(java.lang.String configId)
Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected ConfigModel
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. createConfiguration(AbstractOrderEntryModel entry, java.lang.String cartEntryKey)
protected void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. ensureExternalConfigurationIsPresent(java.lang.String configId, AbstractOrderEntryModel entry)
void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. finalizeCartEntry(AbstractOrderEntryModel entry)
ConfigModel
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. getConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
ConfigModel
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. getConfigurationForAbstractOrderEntryForOneTimeAccess(AbstractOrderEntryModel entry)
java.lang.String
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. getExternalConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. invalidateCartEntryConfiguration(AbstractOrderEntryModel entry)
boolean
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. isKbVersionForEntryExisting(AbstractOrderEntryModel entry)
boolean
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. isRuntimeConfigForEntryExisting(AbstractOrderEntryModel entry)
void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. prepareForOrderReplication(AbstractOrderEntryModel entry)
void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. updateAbstractOrderEntryOnLink(CommerceCartParameter parameters, AbstractOrderEntryModel entry)
void
DefaultConfigurationAbstractOrderIntegrationStrategyImpl. updateAbstractOrderEntryOnUpdate(java.lang.String configId, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with type parameters of type AbstractOrderEntryModel Modifier and Type Method Description <T extends AbstractOrderEntryModel>
java.util.Collection<T>ProductConfigCloneAbstractOrderStrategyImpl. cloneEntries(ComposedTypeModel entriesType, AbstractOrderModel original)
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ProductConfigCloneAbstractOrderStrategyImpl. cleanUpEntry(AbstractOrderEntryModel entry)
protected QuoteEntryStatus
ProductConfigurationQuoteActionValidationStrategyImpl. getQuoteEntryStatus(AbstractOrderEntryModel entry)
protected boolean
ProductConfigurationQuoteActionValidationStrategyImpl. hasConfigurationIssue(AbstractOrderEntryModel quoteEntry)
protected boolean
ProductConfigurationCartRestorationStrategyImpl. isConfigurableProduct(AbstractOrderEntryModel entry)
protected void
ProductConfigCloneAbstractOrderStrategyImpl. traceCPQAspects(AbstractOrderEntryModel entry)
protected void
ProductConfigurationCartRestorationStrategyImpl. updatePriceForCartEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
PersistenceConfigurationAbstractOrderEntryLinkStrategyImpl. releaseCartEntryProductRelation(java.lang.String cartEntryId)
protected AbstractOrderEntryModel
PersistenceConfigurationAssignmentResolverStrategyImpl. retrieveOrderEntry(java.lang.String configId)
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
ConfigurationSavedCartCleanUpStrategyImpl. retrieveSessionCartEntries()
static java.util.stream.Collector<AbstractOrderEntryModel,java.lang.Object,AbstractOrderEntryModel>
PersistenceConfigurationAssignmentResolverStrategyImpl. toSingelton(java.lang.String configId)
static java.util.stream.Collector<AbstractOrderEntryModel,java.lang.Object,AbstractOrderEntryModel>
PersistenceConfigurationAssignmentResolverStrategyImpl. toSingelton(java.lang.String configId)
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
ConfigurationSavedCartCleanUpStrategyImpl. cleanUpCartEntry(AbstractOrderEntryModel entry)
protected ConfigModel
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. createDefaultConfiguration(AbstractOrderEntryModel entry)
void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. finalizeCartEntry(AbstractOrderEntryModel entry)
protected void
PersistenceConfigurationCopyStrategyImpl. finalizeCloneEntry(AbstractOrderEntryModel entry, java.util.Map<java.lang.String,java.lang.String> oldConfigId2newConfigIdMap, ProductConfigurationRelatedObjectType targetObjectType)
ConfigModel
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. getConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
ConfigModel
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. getConfigurationForAbstractOrderEntryForOneTimeAccess(AbstractOrderEntryModel entry)
java.lang.String
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. getExternalConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
protected ProductConfigurationModel
PersistenceConfigurationAbstractOrderEntryLinkStrategyImpl. getProductConfiguration(AbstractOrderEntryModel entry)
protected ProductConfigurationModel
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. getProductConfiguration(AbstractOrderEntryModel entry)
void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. invalidateCartEntryConfiguration(AbstractOrderEntryModel entry)
protected boolean
ConfigurationSavedCartCleanUpStrategyImpl. isConfigurableProduct(AbstractOrderEntryModel entry)
boolean
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. isKbVersionForEntryExisting(AbstractOrderEntryModel entry)
boolean
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. isRuntimeConfigForEntryExisting(AbstractOrderEntryModel entry)
void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. prepareForOrderReplication(AbstractOrderEntryModel entry)
protected void
PersistenceConfigurationAbstractOrderEntryLinkStrategyImpl. releaseCartEntryProductRelation(AbstractOrderEntryModel cartEntry)
protected void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. releaseCartEntryProductRelation(AbstractOrderEntryModel cartEntry)
protected void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. releaseDraft(AbstractOrderEntryModel orderEntry)
protected void
PersistenceConfigurationCopyStrategyImpl. replaceProductConfiguration(AbstractOrderEntryModel cloneEntry, java.util.Map<java.lang.String,java.lang.String> oldConfigId2newConfigIdMap)
void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. updateAbstractOrderEntryOnLink(CommerceCartParameter parameters, AbstractOrderEntryModel entry)
void
PersistenceConfigurationAbstractOrderIntegrationStrategyImpl. updateAbstractOrderEntryOnUpdate(java.lang.String configId, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
ConfigurationAbstractOrderIntegrationStrategy. finalizeCartEntry(AbstractOrderEntryModel entry)
Removes links between cart entry, product and UI statusConfigModel
ConfigurationAbstractOrderIntegrationStrategy. getConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
Get configuration attached to a cart, quote or order entryConfigModel
ConfigurationAbstractOrderIntegrationStrategy. getConfigurationForAbstractOrderEntryForOneTimeAccess(AbstractOrderEntryModel entry)
Get configuration attached to a cart, quote or order entry for a one time accessjava.lang.String
ConfigurationAbstractOrderIntegrationStrategy. getExternalConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry)
Get external configuration attached to a cart, quote or order entryvoid
ConfigurationAbstractOrderIntegrationStrategy. invalidateCartEntryConfiguration(AbstractOrderEntryModel entry)
Invalidates the configuration attached to a cart entry.boolean
ConfigurationAbstractOrderIntegrationStrategy. isKbVersionForEntryExisting(AbstractOrderEntryModel entry)
Do we have a KB version corresponding to an abstract order entry?boolean
ConfigurationAbstractOrderIntegrationStrategy. isRuntimeConfigForEntryExisting(AbstractOrderEntryModel entry)
Checks whether a runtimne configuration exists for the given entry.void
ConfigurationAbstractOrderIntegrationStrategy. prepareForOrderReplication(AbstractOrderEntryModel entry)
Prepares entry for order replicationvoid
ConfigurationAbstractOrderIntegrationStrategy. updateAbstractOrderEntryOnLink(CommerceCartParameter parameters, AbstractOrderEntryModel entry)
Update abstract order entry on link stepvoid
ConfigurationAbstractOrderIntegrationStrategy. updateAbstractOrderEntryOnUpdate(java.lang.String configId, AbstractOrderEntryModel entry)
Update abstract order entry on link step -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.tracking
Methods in de.hybris.platform.sap.productconfig.services.tracking with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
TrackingRecorder. recordAddToCart(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
Records the event of add-to-cart for a configuration and notifies writersvoid
TrackingRecorder. recordDeleteCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
Records the event of delete cart entry for a configuration and notifies writersvoid
TrackingRecorder. recordUpdateCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
Records the event of update cart entry for a configuration and notifies writers -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.tracking.impl
Methods in de.hybris.platform.sap.productconfig.services.tracking.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
TrackingRecorderImpl. recordAddToCart(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
protected TrackingItem
TrackingRecorderImpl. recordCartEvent(AbstractOrderEntryModel entry, CommerceCartParameter parameters, EventType event)
void
TrackingRecorderImpl. recordDeleteCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
void
TrackingRecorderImpl. recordUpdateCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
SAPPricingConditionModel. getOrderEntry()
Generated method - Getter of theSAPPricingCondition.orderEntry
attribute defined at extensionsapmodel
.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
SAPPricingConditionModel. setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter ofSAPPricingCondition.orderEntry
attribute defined at extensionsapmodel
.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type AbstractOrderEntryModel Constructor Description SAPPricingConditionModel(java.lang.String _conditionType, java.lang.String _order, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapordermgmtb2bfacades.hook
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
CartRestorationFacadeHook. afterAddCartEntriesToStandardCart(OrderEntryData entry, AbstractOrderEntryModel entryModel)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapordermgmtcfgfacades.cart.populator
Methods in de.hybris.platform.sap.sapordermgmtcfgfacades.cart.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
DefaultStandardOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapordermgmtcfgfacades.hook
Methods in de.hybris.platform.sap.sapordermgmtcfgfacades.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
CPQCartRestorationFacadeHook. afterAddCartEntriesToStandardCart(OrderEntryData entry, AbstractOrderEntryModel entryModel)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapordermgmtservices.hook
Methods in de.hybris.platform.sap.sapordermgmtservices.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
CartRestorationServiceHook. afterCreateItemHook(AbstractOrderEntryModel orderEntry, Item item)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<DiscountValue>
SapCartCalculationService. findDiscountValues(AbstractOrderEntryModel entry)
protected void
SapCartCalculationService. resetAllValues(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sappricingbol.backend.impl
Methods in de.hybris.platform.sap.sappricingbol.backend.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
SapPricingItemMapper. fillImportParameters(com.sap.conn.jco.JCoTable itItem, AbstractOrderEntryModel orderEntryModel, ConversionService conversionService)
protected java.lang.String
SapPricingItemMapper. generateCode(java.lang.String prefix, AbstractOrderEntryModel entry, AbstractOrderModel order)
generate a code string from order number and order entry number -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.sapproductconfigsomservices.hook
Methods in de.hybris.platform.sap.sapproductconfigsomservices.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
CPQDefaultCartRestorationServiceHook. afterCreateItemHook(AbstractOrderEntryModel orderEntry, Item item)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
SelectiveCartOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of AbstractOrderEntryModel in de.hybris.platform.servicelayer.internal.model.order Modifier and Type Class Description class
InMemoryCartEntryModel
Generated model class for type InMemoryCartEntry first defined at extension core. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades
Methods in de.hybris.platform.subscriptionfacades that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
SubscriptionFacade. getOrderEntryForOrderCodeAndEntryNumber(java.lang.String orderCode, int entryNumber)
Returns theAbstractOrderEntryModel
for the given orderCode and entryNumber. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades.impl
Methods in de.hybris.platform.subscriptionfacades.impl that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
AbstractSubscriptionFacade. getOrderEntryForOrderCodeAndEntryNumber(java.lang.String orderCode, int entryNumber)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<BillingTimeData>
SubscriptionOrderEntryPopulator. buildBillingTimes(AbstractOrderEntryModel source)
protected OrderEntryPriceData
SubscriptionOrderEntryPopulator. createOrderEntryPriceDataForEntry(AbstractOrderEntryModel entry)
protected java.util.List<OrderEntryPriceData>
SubscriptionOrderEntryPopulator. getOrderEntryPricesForEntry(AbstractOrderEntryModel source)
void
SubscriptionOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.order.hook
Methods in de.hybris.platform.subscriptionservices.order.hook that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
SubscriptionUpdateCartEntryHook. getEntry(CartModel cart, long entryNumber)
Methods in de.hybris.platform.subscriptionservices.order.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
SubscriptionAddToCartMethodHook. createChildCarts(AbstractOrderEntryModel masterCartEntry, CommerceCartParameter masterCartParameters)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price with parameters of type AbstractOrderEntryModel Modifier and Type Method Description SubscriptionPricePlanModel
SubscriptionCommercePriceService. getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry)
Search aSubscriptionPricePlanModel
for the givenentry
's product. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.price.impl
Methods in de.hybris.platform.subscriptionservices.price.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description SubscriptionPricePlanModel
DefaultSubscriptionCommercePriceService. getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription that return AbstractOrderEntryModel Modifier and Type Method Description AbstractOrderEntryModel
SubscriptionCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number)
Methods in de.hybris.platform.subscriptionservices.subscription with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<BillingTimeModel>
SubscriptionCommerceCartService. getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry)
Get billing frequencies for the master entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that return AbstractOrderEntryModel Modifier and Type Method Description protected AbstractOrderEntryModel
DefaultSubscriptionCommerceCartService. getCartEntryToBeUpdated(CartModel cartModel, long entryNumber)
Searches in the givencartModel
for the cart entry with has the givenentryNumber
and returns it.AbstractOrderEntryModel
DefaultSubscriptionCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number)
Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description PriceValue
FindSubscriptionPricingWithCurrentPriceFactoryStrategy. findBasePrice(AbstractOrderEntryModel entry)
Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModel
that is applicable for the entry's subscription product.java.util.List<DiscountValue>
FindSubscriptionPricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderEntryModel entry)
Find applicable DiscountValues for the target order entry.java.util.List<BillingTimeModel>
DefaultSubscriptionCommerceCartService. getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.textfieldconfiguratortemplateservices.model
Constructors in de.hybris.platform.textfieldconfiguratortemplateservices.model with parameters of type AbstractOrderEntryModel Constructor Description TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook
Methods in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<AbstractOrderEntryProductInfoModel>
TextFieldConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected ConsignmentEntryModel
DefaultAllocationService. createConsignmentEntry(AbstractOrderEntryModel orderEntry, java.lang.Long quantity, ConsignmentModel consignment)
Create a consignment entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.cancellation
Methods in de.hybris.platform.warehousing.cancellation that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
ConsignmentCancellationService. cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse)
Cancel a consignment. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
DefaultConsignmentCancellationService. cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse)
java.util.Map<AbstractOrderEntryModel,java.lang.Long>
CapturePaymentOnConsignmentOrderCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
java.util.Map<AbstractOrderEntryModel,java.lang.Long>
WarehousingOrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)
Method parameters in de.hybris.platform.warehousing.cancellation.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.Long
DefaultConsignmentCancellationService. getAlreadyCancelledQty(java.util.Map<AbstractOrderEntryModel,java.lang.Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry)
Gets the already cancelled quantityprotected void
DefaultConsignmentCancellationService. moveProcessAndTerminateWorkflow(OrderCancelResponse orderCancelResponse, java.util.Map<AbstractOrderEntryModel,java.lang.Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry)
Moves the consignment business process and terminates the consignment workflow -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>
SourcingResult. getAllocation()
java.util.Collection<AbstractOrderEntryModel>
SourcingContext. getOrderEntries()
Method parameters in de.hybris.platform.warehousing.data.sourcing with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
SourcingResult. setAllocation(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocation)
void
SourcingContext. setOrderEntries(java.util.Collection<AbstractOrderEntryModel> orderEntries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected ReturnFormEntry
ReturnFormContext. createReturnFormEntry(AbstractOrderEntryModel orderEntry, java.lang.Long purchasedQuantity, java.lang.Long returnedQuantity)
CreatesReturnFormEntry
from givenAbstractOrderEntryModel
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected ConsignmentEntryModel
OrderManagementOrderCancelPartialTest. createConsignmentEntry(ConsignmentModel consignment, AbstractOrderEntryModel orderEntry, java.lang.Long qty)
protected ConsignmentEntryModel
OrderManagementReturnsServiceTest. getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel, ConsignmentModel consignment)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.returns.service.impl
Methods in de.hybris.platform.warehousing.returns.service.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description RefundEntryModel
WarehousingReturnService. createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, java.lang.String notes, java.lang.Long expectedQuantity, ReturnAction action, RefundReason reason)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.returns.strategy.impl
Methods in de.hybris.platform.warehousing.returns.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description boolean
WarehousingOrderEntryBasedReturnableCheck. perform(OrderModel order, AbstractOrderEntryModel orderEntry, long returnQuantity)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.Collection<AbstractOrderEntryModel>
OrderEntryGroup. getEntries()
Gets the entries in the group.Methods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryGroup. add(AbstractOrderEntryModel entry)
Add an entry to the group.T
OrderEntryMatcher. getMatchingObject(AbstractOrderEntryModel orderEntry)
Get the order entry model attribute used to match it to other order entries.Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderEntryGroup. addAll(java.util.Collection<AbstractOrderEntryModel> entries)
Add a collection of entries to the group.Constructor parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type AbstractOrderEntryModel Constructor Description OrderEntryGroup(java.util.Collection<AbstractOrderEntryModel> entries)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>
DefaultOrderEntryGroupingService. excludeCompletedEntries(AbstractOrderModel order)
Excludes the orderEntries from being grouped, if the there is nothing to be sourced in those orderEntriesMethods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description PointOfServiceModel
PosOrderEntryMatcher. getMatchingObject(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.populator.impl
Methods in de.hybris.platform.warehousing.sourcing.context.populator.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected void
AvailabilitySourcingLocationPopulator. setAvailability(WarehouseModel source, AbstractOrderEntryModel entry, java.util.Map<ProductModel,java.lang.Long> availability)
Sets the product availability in the map by using the commerce stock service. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result with parameters of type AbstractOrderEntryModel Modifier and Type Method Description SourcingResult
SourcingResultFactory. create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, java.lang.Long quantity)
Create a sourcing result.Method parameters in de.hybris.platform.warehousing.sourcing.result with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description SourcingResult
SourcingResultFactory. create(java.util.Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation)
Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the quantity specified byAbstractOrderEntryModel#getQuantityUnallocated()
.SourcingResult
SourcingResultFactory. create(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocation, SourcingLocation sourcingLocation)
Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the quantity specified in the allocation map. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.result.impl
Methods in de.hybris.platform.warehousing.sourcing.result.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description SourcingResult
DefaultSourcingResultFactory. create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, java.lang.Long quantity)
Method parameters in de.hybris.platform.warehousing.sourcing.result.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description SourcingResult
DefaultSourcingResultFactory. create(java.util.Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation)
SourcingResult
DefaultSourcingResultFactory. create(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocations, SourcingLocation sourcingLocation)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy
Methods in de.hybris.platform.warehousing.sourcing.strategy with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected long
AbstractSourcingStrategy. getQuantitySourced(java.util.Set<SourcingResult> sourcingResults, AbstractOrderEntryModel orderEntry)
Retrieve the quantity already sourced -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy.impl
Methods in de.hybris.platform.warehousing.sourcing.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
PickupStrategy. canSourceOrderEntry(AbstractOrderEntryModel entry, SourcingLocation location)
Validates if the givenSourcingLocation
can be used to source the givenAbstractOrderEntryModel
protected void
NoRestrictionsStrategy. createSourcingResult(SourcingContext sourcingContext, AbstractOrderEntryModel orderEntry, SourcingLocation fitnessSourcingLocation)
It creates a sourcing resultMethod parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected boolean
NoSplittingStrategy. isSourcingNoSplittingPossible(java.util.Collection<AbstractOrderEntryModel> entries, SourcingLocation sourcingLocation)
Check if it is possible to source. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl
Methods in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected java.lang.Boolean
PickupSourcingStrategyMapper. isMatch(AbstractOrderEntryModel entry)
Check to see if the order entry provides a match. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected java.util.Collection<AbstractOrderEntryModel>
SourcingContextBuilder. getOrderEntries()
Methods in de.hybris.platform.warehousing.sourcing.util with parameters of type AbstractOrderEntryModel Modifier and Type Method Description SourcingResultBuilder
SourcingResultBuilder. withAllocation(AbstractOrderEntryModel orderEntry, java.lang.Long quantity)
SourcingContextBuilder
SourcingContextBuilder. withOrderEntry(AbstractOrderEntryModel entry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.util
Method parameters in de.hybris.platform.warehousing.util with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description java.util.List<OrderCancelEntry>
CancellationEntryBuilder. build(java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo, CancelReason cancelReason)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type AbstractOrderEntryModel Modifier and Type Method Description OrderModelBuilder
OrderModelBuilder. withEntries(AbstractOrderEntryModel... entries)
ConsignmentEntryModelBuilder
ConsignmentEntryModelBuilder. withOrderEntry(AbstractOrderEntryModel entry)
RefundEntryModelBuilder
RefundEntryModelBuilder. withOrderEntry(AbstractOrderEntryModel orderEntry)
ReturnEntryModelBuilder
ReturnEntryModelBuilder. withOrderEntry(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type AbstractOrderEntryModel Modifier and Type Method Description void
WarehousingOrderEntryPopulator. populate(AbstractOrderEntryModel source, OrderEntryData target)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return types with arguments of type AbstractOrderEntryModel Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryData>
OrderPartiallyModifiedEmailContext. getOrderEntryConverter()
Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
OrderPartiallyModifiedEmailContext. setOrderEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryData> converter)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with parameters of type AbstractOrderEntryModel Modifier and Type Method Description java.lang.Object
SplitByAvailableCount. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByDeliveryMode. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByEntryDeliveryAddress. getGroupingObject(AbstractOrderEntryModel orderEntry)
java.lang.Object
SplitByPoS. getGroupingObject(AbstractOrderEntryModel orderEntry)
protected java.util.List<WarehouseModel>
SplitByWarehouse. getPossibleWarehouses(AbstractOrderEntryModel orderEntry)
-
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel with parameters of type AbstractOrderEntryModel Modifier and Type Method Description protected OrderCancelEntry
CancelOrderAction. createCancellationEntry(AbstractOrderEntryModel orderEntry)
Create aOrderCancelEntry
from anAbstractOrderEntryModel
. -
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type AbstractOrderEntryModel Modifier and Type Method Description ReturnRequestModel
ReturnUtil. createDefaultReturnRequest(OrderModel orderModel, java.lang.Long expectedQuantity, ReturnAction action, RefundReason refundReason, java.math.BigDecimal refundAmount, AbstractOrderEntryModel orderEntry)
create return requestMethod parameters in de.hybris.platform.yacceleratorordermanagement.integration.util with type arguments of type AbstractOrderEntryModel Modifier and Type Method Description void
CancellationUtil. cancelOrder(OrderModel orderModel, java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo, CancelReason cancelReason)
cancel consignmentReturnRequestModel
ReturnUtil. createDefaultReturnRequest(OrderModel orderModel, ReturnAction action, RefundReason refundReason, java.math.BigDecimal refundAmount, java.util.Map<AbstractOrderEntryModel,java.lang.Long> refundMap)
create return request
-