| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
OrderInfoContextDto.OrderEntryInfoContextDto.getOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderInfoContextDto.OrderEntryInfoContextDto.setOrderEntry(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<B2BCostCenterModel> |
B2BCostCenterService.getB2BCostCenters(List<AbstractOrderEntryModel> entries)
Collects all the cost centers linked to order entries into a single collection.
|
| Modifier and Type | Method and Description |
|---|---|
double |
DefaultB2BOrderService.getOrderEntryDiscountAmount(AbstractOrderEntryModel entry) |
double |
DefaultB2BOrderService.getTotalDiscount(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
Set<B2BCostCenterModel> |
DefaultB2BCostCenterService.getB2BCostCenters(List<AbstractOrderEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
DefaultB2BCreditLimitEvaluationStrategy.getOrderEntryTotal(AbstractOrderEntryModel entry) |
BigDecimal |
AbstractPermissionEvaluationStragegy.getOrderEntryTotal(AbstractOrderEntryModel entry)
Deprecated.
|
protected BigDecimal |
AbstractPermissionEvaluationStrategy.getOrderEntryTotal(AbstractOrderEntryModel entry) |
double |
AbstractPermissionEvaluationStragegy.getTotalDiscount(AbstractOrderEntryModel entry)
Deprecated.
|
protected BigDecimal |
DefaultB2BCreditLimitEvaluationStrategy.getTotalTax(AbstractOrderEntryModel orderEntry) |
protected BigDecimal |
AbstractPermissionEvaluationStragegy.getTotalTax(AbstractOrderEntryModel orderEntry)
Deprecated.
|
protected BigDecimal |
AbstractPermissionEvaluationStrategy.getTotalTax(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
DefaultB2BCreditLimitEvaluationStrategy.getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter,
List<AbstractOrderEntryModel> entries) |
BigDecimal |
AbstractPermissionEvaluationStragegy.getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter,
List<AbstractOrderEntryModel> entries)
Deprecated.
|
protected BigDecimal |
AbstractPermissionEvaluationStrategy.getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter,
List<AbstractOrderEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
OrderModelLabelProvider.getIconPath(AbstractOrderEntryModel item) |
protected String |
OrderModelLabelProvider.getIconPath(AbstractOrderEntryModel item,
String languageIso) |
protected String |
OrderModelLabelProvider.getItemDescription(AbstractOrderEntryModel item) |
protected String |
OrderModelLabelProvider.getItemDescription(AbstractOrderEntryModel item,
String languageIso) |
protected String |
OrderModelLabelProvider.getItemLabel(AbstractOrderEntryModel orderEntry) |
protected String |
OrderModelLabelProvider.getItemLabel(AbstractOrderEntryModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
CommerceCartModification.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartModification.setEntry(AbstractOrderEntryModel entry) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoveableChecker<T extends AbstractOrderEntryModel>
Checks if T can be removed from the
AbstractOrderModel |
| Modifier and Type | Method and Description |
|---|---|
ChangeProductPriceBundleRuleModel |
BundleRuleService.getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel orderEntryModel)
Returns a
ChangeProductPriceBundleRuleModel valid for the given orderEntryModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAbstractBundleComponentEditableChecker<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Default implementation of the
AbstractBundleComponentEditableChecker |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBundleCommerceCartService.addToBundle(AbstractOrderEntryModel entry,
BundleTemplateModel bundleTemplate,
int bundleNoRequested)
Assign the new cart entry to an existing bundle or create a new bundle for it
|
boolean |
BundleOrderEntryModifiableChecker.canModify(AbstractOrderEntryModel entryToUpdate) |
List<DiscountValue> |
FindBundlePricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry)
For non Bundle products (no bundleNo set or bundleNo=0) it should work as is, so the DiscountValues should result
from the DiscountRows defined at the product.
|
ChangeProductPriceBundleRuleModel |
DefaultBundleRuleService.getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel entry) |
protected void |
FindBundlePricingWithCurrentPriceFactoryStrategy.reduceOneTimePrice(SubscriptionPricePlanModel pricePlan,
ChangeProductPriceBundleRuleModel priceRule,
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,
List<DiscountValue> discountValues,
AbstractOrderEntryModel entry,
SubscriptionPricePlanModel pricePlan)
hard coded price logic for subscription products: discounts are only applied to recurring prices
|
protected void |
DefaultBundleCommerceCartService.setCartEntriesInSameBundleToNotCalculated(AbstractOrderEntryModel sourceEntry)
Sets all other cart entries that belong to the same bundle to "not calculated".
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Data Access Object for looking up items related to
AbstractOrderEntryModel. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
BundleTemplateDao.findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate)
Find all
AbstractOrderEntryModels the given BundleTemplateModel is assigned to |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
Abstract implementation of the
OrderEntryDao. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
DefaultBundleTemplateDao.findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate) |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
AbstractOrderEntryModel.getMasterEntry()
Generated method - Getter of the
AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractOrderEntryModel> |
AbstractOrderEntryModel.getChildEntries()
Generated method - Getter of the
AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices. |
List<AbstractOrderEntryModel> |
AbstractOrderModel.getEntries()
Generated method - Getter of the
AbstractOrder.entries attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setMasterEntry(AbstractOrderEntryModel value)
Generated method - Setter of
AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setChildEntries(Collection<AbstractOrderEntryModel> value)
Generated method - Setter of
AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices. |
void |
AbstractOrderModel.setEntries(List<AbstractOrderEntryModel> value)
Generated method - Setter of
AbstractOrder.entries attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
AbstractOrderEntryResource.getAbstractOrderEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractOrderEntryModel |
AbstractOrderEntryResource.readResource(String resourceId)
Gets the
AbstractOrderEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractOrderEntryModel> |
AbstractOrderEntriesResource.getAbstractOrderEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryResource.setAbstractOrderEntryModel(AbstractOrderEntryModel value)
Convenience method which just delegates to
#setResourceValue(AbstractOrderEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntriesResource.setAbstractOrderEntriesCollection(Collection<AbstractOrderEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
CartLineItem.getAbstractOrderEntryModel() |
| Constructor and Description |
|---|
CartLineItem(AbstractOrderEntryModel abstractOrderEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
WrappedWrappedOrderEntry.getBaseOrderEntry() |
AbstractOrderEntryModel |
WrappedPromotionOrderEntryConsumedModel.getOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
Date |
NamedDeliveryDateStrategy.getFirstAvailableDeliveryDate(AbstractOrderEntryModel orderEntry)
Get the first available delivery date for the order entry.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
DefaultNamedDeliveryDateStrategy.getFirstAvailableDeliveryDate(AbstractOrderEntryModel orderEntry)
Get the first available delivery date for the order entry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OrderEntryNumberComparator.compareInternal(AbstractOrderEntryModel instance1,
AbstractOrderEntryModel instance2) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
DefaultReturnsController.getOrderEntryByEntryNumber(OrderModel orderModel,
long entryNumber) |
protected AbstractOrderEntryModel |
DefaultReturnsController.getOrderEntryByProductAndQty(List<AbstractOrderEntryModel> refundEntriesToFix,
ProductModel productModel,
long qty) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<TypedObject,Long> |
DefaultCancellationController.convert(Map<AbstractOrderEntryModel,Long> cancelableOrderEntries) |
protected AbstractOrderEntryModel |
DefaultReturnsController.getOrderEntryByProductAndQty(List<AbstractOrderEntryModel> refundEntriesToFix,
ProductModel productModel,
long qty) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
OndemandDiscountedOrderEntry.getOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
OndemandDiscountedOrderEntry.setOrderEntry(AbstractOrderEntryModel orderEntry) |
| Constructor and Description |
|---|
OndemandDiscountedOrderEntry(AbstractOrderEntryModel orderEntry,
BigDecimal discountedUnitPrice) |
OndemandDiscountedOrderEntry(AbstractOrderEntryModel orderEntry,
BigDecimal discountedLinePrice,
BigDecimal discountedUnitPrice,
BigDecimal totalDiscount) |
| Modifier and Type | Field and Description |
|---|---|
AbstractOrderEntryModel |
DefaultOndemandPromotionServiceTest.abstractEntry |
| Modifier and Type | Method and Description |
|---|---|
protected OndemandDiscountedOrderEntry |
DefaultOndemandPromotionService.createOndemandDiscountedOrderEntry(AbstractOrderEntryModel abstractOrderEntry,
BigDecimal calculatedOrderLineDiscount)
Method to create the appropriate ondemandDiscountedOrderEntry with the discounted unit price.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOndemandPromotionService.calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder,
List<AbstractOrderEntryModel> orderedAbstractOrderEntries,
BigDecimal globalDiscountTotal,
Map<AbstractOrderEntryModel,BigDecimal> orderLineEntries)
Returns the discount value for the given order entry.
|
protected void |
DefaultOndemandPromotionService.calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder,
List<AbstractOrderEntryModel> orderedAbstractOrderEntries,
BigDecimal globalDiscountTotal,
Map<AbstractOrderEntryModel,BigDecimal> orderLineEntries)
Returns the discount value for the given order entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
OndemandDiscountableEntryStrategy.getDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
List<AbstractOrderEntryModel> |
OndemandDiscountableEntryStrategy.getNonDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
OndemandDiscountableEntryStrategy.getDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
List<AbstractOrderEntryModel> |
OndemandDiscountableEntryStrategy.getNonDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
DefaultOndemandDiscountableEntryStrategy.getDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
List<AbstractOrderEntryModel> |
DefaultOndemandDiscountableEntryStrategy.getNonDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultOndemandSourceDeliveryFromStrategy.buildHashForAbstractOrderEntry(AbstractOrderEntryModel abstractOrderEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryModel> |
DefaultOndemandDiscountableEntryStrategy.getDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
List<AbstractOrderEntryModel> |
DefaultOndemandDiscountableEntryStrategy.getNonDiscountableEntries(List<AbstractOrderEntryModel> abstractOrderEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<DiscountValue> |
AbstractOrderEntryDiscountValuesAttributeHandler.get(AbstractOrderEntryModel model) |
Collection<TaxValue> |
AbstractOrderTaxValuesAttributeHandler.get(AbstractOrderEntryModel model) |
void |
AbstractOrderTaxValuesAttributeHandler.set(AbstractOrderEntryModel model,
Collection<TaxValue> discountValues) |
void |
AbstractOrderEntryDiscountValuesAttributeHandler.set(AbstractOrderEntryModel model,
List<DiscountValue> discountValues) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
OrderEntryToCancelDto.getOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryToCancelDto.setOrderEntry(AbstractOrderEntryModel orderEntry) |
| Constructor and Description |
|---|
OrderEntryToCancelDto(AbstractOrderEntryModel orderEntry,
List<String> reasons,
Long quantityAvailableToCancel,
String deliveryModeName) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<AbstractOrderEntryModel,Long> |
CancelOrderController.orderCancellableEntries |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CancelOrderController.determineDeliveryMode(AbstractOrderEntryModel orderEntry)
determines the delivery mode for a given orderEntry.
|
| Constructor and Description |
|---|
ReturnEntryToCreateDto(AbstractOrderEntryModel orderEntry,
int returnableQuantity,
List<String> reasons) |
| Modifier and Type | Method and Description |
|---|---|
OrderEntryInfo |
OrderOnDemandPricesHelper.estimateOrderEntryInfo(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
AbstractOrderEntryProductInfoModel.getOrderEntry()
Generated method - Getter of the
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryProductInfoModel.setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter of
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. |
| Constructor and Description |
|---|
AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
OrderCancelEntry.getOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
OrderCancelService.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Returns all cancellable
OrderEntry |
Map<AbstractOrderEntryModel,Long> |
OrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Provides information about cancelable entries of given order.
|
| Constructor and Description |
|---|
OrderCancelEntry(AbstractOrderEntryModel orderEntry)
Creates an entry that represents cancellation of the whole Order Entry
|
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
long cancelQuantity)
Creates an entry that represents cancellation of a part of the Order Entry (i.e.
|
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
long cancelQuantity,
String notes)
Creates an entry that represents cancellation of a part of the Order Entry (i.e.
|
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
long cancelQuantity,
String notes,
CancelReason cancelReason) |
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
String notes,
CancelReason cancelReason)
Creates an entry that represents cancellation of a part of the Order Entry completely.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
DefaultOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor) |
Map<AbstractOrderEntryModel,Long> |
DefaultOrderCancelService.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor)
Returns all cancellable
OrderEntry. |
protected Map<Integer,AbstractOrderEntryModel> |
DefaultOrderCancelRecordsHandler.storeOriginalOrderEntriesMapping(OrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOrderCancelCancelableEntriesStrategy.mergeEntries(Map<AbstractOrderEntryModel,Long> unavailableEntries,
AbstractOrderEntryModel entry,
Long unavailableQuantity) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderCancelRecordEntryModel |
DefaultOrderCancelRecordsHandler.createCancelRecordEntry(OrderCancelRequest request,
OrderModel order,
OrderCancelRecordModel cancelRecord,
OrderHistoryEntryModel snapshot,
Map<Integer,AbstractOrderEntryModel> originalOrderEntriesMapping) |
protected OrderEntryModel |
DefaultOrderCancelRecordsHandler.getOriginalOrderEntry(Map<Integer,AbstractOrderEntryModel> originalOrderEntriesMapping,
OrderCancelEntry cancelRequestEntry) |
protected void |
DefaultOrderCancelCancelableEntriesStrategy.mergeEntries(Map<AbstractOrderEntryModel,Long> unavailableEntries,
AbstractOrderEntryModel entry,
Long unavailableQuantity) |
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
WarehouseService.getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry)
Return list of warehouses that can be used to create order from order entry.
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
ConsignmentService.createConsignment(AbstractOrderModel order,
String code,
List<AbstractOrderEntryModel> orderEntries)
Creates the consignment.
|
WarehouseModel |
ConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries)
Gets the warehouse.
|
List<WarehouseModel> |
WarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries)
Return list of warehouses that can be used to create order from order entries.
|
List<ConsignmentModel> |
OrderSplittingService.splitOrderForConsignment(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments.
|
List<ConsignmentModel> |
OrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
DefaultWarehouseService.getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
DefaultConsignmentService.createConsignment(AbstractOrderModel order,
String code,
List<AbstractOrderEntryModel> orderEntries) |
WarehouseModel |
DefaultConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) |
List<WarehouseModel> |
DefaultWarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) |
List<ConsignmentModel> |
DefaultOrderSplittingService.splitOrderForConsignment(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
List<ConsignmentModel> |
DefaultOrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
ConsignmentEntryModel.getOrderEntry()
Generated method - Getter of the
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentEntryModel.setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter of
ConsignmentEntry.orderEntry attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
AbstractSplittingStrategy.getGroupingObject(AbstractOrderEntryModel orderEntry)
Gets the set of object that group consignmentEntry.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SplitByEntryDeliveryAddress.getGroupingObject(AbstractOrderEntryModel orderEntry) |
Object |
SplitByAvailableCount.getGroupingObject(AbstractOrderEntryModel orderEntry) |
Object |
SplitByNamedDeliveryDate.getGroupingObject(AbstractOrderEntryModel orderEntry) |
Object |
SplitByDeliveryMode.getGroupingObject(AbstractOrderEntryModel orderEntry) |
protected List<WarehouseModel> |
SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action) |
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.findOrderEntryForUndo(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action)
tries to find an order entry usable for the
DefaultAddProductToCartActionStrategy.undo(ItemModel) method based on matching product, quantity
and giveAway flag: First tries to match an order entry that is marked as giveAway with the same
product and quantity. |
protected AbstractOrderEntryModel |
DefaultAddProductToCartActionStrategy.getEntryWithMatchingProductAndQuantity(AbstractOrderModel order,
RuleBasedOrderAddProductActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOrderEntryAdjustActionStrategy.adjustDiscountRaoValue(AbstractOrderEntryModel entry,
DiscountRAO discountRao,
BigDecimal discountAmount) |
protected RuleBasedOrderEntryAdjustActionModel |
DefaultOrderEntryAdjustActionStrategy.createOrderEntryAdjustAction(PromotionResultModel promoResult,
AbstractRuleActionRAO action,
AbstractOrderEntryModel entry,
BigDecimal discountAmount) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
PromotionActionService.getOrderEntry(AbstractRuleActionRAO action)
Looks up the
AbstractOrderEntryModel based on the given AbstractRuleActionRAO. |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionActionService.createDiscountValue(DiscountRAO discountRao,
String code,
AbstractOrderEntryModel orderEntry)
Creates a
DiscountValue from the given discountRao and adds it to the given orderEntry. |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
DefaultPromotionActionService.getOrderEntry(AbstractRuleActionRAO action) |
protected AbstractOrderEntryModel |
DefaultPromotionActionService.getOrderEntry(OrderEntryRAO orderEntryRao) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPromotionActionService.createDiscountValue(DiscountRAO discountRao,
String code,
AbstractOrderEntryModel orderEntry) |
protected boolean |
DefaultPromotionActionService.removeOrderEntryLevelDiscount(String code,
AbstractOrderEntryModel orderEntry)
Removes the
DiscountValue with the given code from the given orderEntry. |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
PromotionOrderEntryConsumedModel.getOrderEntry()
Generated method - Getter of the
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionOrderEntryConsumedModel.setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter of
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
OrderRefundEntry.getOrderEntry() |
| Constructor and Description |
|---|
OrderRefundEntry(AbstractOrderEntryModel orderEntry,
long expectedQuantity) |
OrderRefundEntry(AbstractOrderEntryModel orderEntry,
long expectedQuantity,
String notes) |
OrderRefundEntry(AbstractOrderEntryModel orderEntry,
long expectedQuantity,
String notes,
RefundReason reason) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
DefaultRefundService.getEntry(AbstractOrderModel order,
Integer postion)
Returns the order entry at a specified position.
|
protected AbstractOrderEntryModel |
DefaultRefundService.getOrderEntry(RefundEntryModel refund,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
ReturnService.getAllReturnableEntries(OrderModel order)
Returns all returnable
OrderEntry's |
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
ReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason)
Creates a Refund based on the assigned OrderEntry instance
|
ReplacementEntryModel |
ReturnService.createReplacement(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
ReplacementReason reason)
Creates a Replacement based on the assigned OrderEntry instance
|
List<ReturnEntryModel> |
ReturnService.getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnEntries for the specified order entry
|
boolean |
ReturnService.isReturnable(OrderModel order,
AbstractOrderEntryModel entry,
long returnQuantity)
Determines if the product is 'returnable' by using the injected
ReturnableCheck impl. |
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
DefaultReturnService.getAllReturnableEntries(OrderModel order)
Returns all returnable
OrderEntry's. |
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
DefaultReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason)
Creates a ReplRefundacement based on the assigned OrderEntry instance
|
ReplacementEntryModel |
DefaultReturnService.createReplacement(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
ReplacementReason reason)
Creates a Replacement based on the assigned OrderEntry instance
|
List<ReturnEntryModel> |
DefaultReturnService.getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnsEntries for the specified order entry
|
boolean |
DefaultReturnService.isReturnable(OrderModel order,
AbstractOrderEntryModel entry,
long returnQuantity)
Determines if the product is 'returnable' by using the injected
ReturnableCheck implementations. |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
ReturnEntryModel.getOrderEntry()
Generated method - Getter of the
ReturnEntry.orderEntry attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnEntryModel.setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter of
ReturnEntry.orderEntry attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
RefundReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
RefundReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReplacementEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
ReplacementReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReplacementEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ReplacementReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReturnEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReturnEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReturnableCheck.perform(OrderModel order,
AbstractOrderEntryModel entry,
long returnQuantity)
Determines if the product is 'returnable'
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ReturnEntryModel> |
DefaultReturnEntryBasedReturnableCheck.getReturnEntry(AbstractOrderEntryModel entry) |
boolean |
DefaultReturnEntryBasedReturnableCheck.perform(OrderModel order,
AbstractOrderEntryModel orderentry,
long returnQuantity)
Determines if the product is 'returnable' on base of existing returns entries entries.
|
boolean |
DefaultConsignmentBasedReturnableCheck.perform(OrderModel order,
AbstractOrderEntryModel orderentry,
long returnQuantity)
Determines if the product is 'returnable'.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AbstractOrderEntryModel,OrderEntryRAO> |
AbstractOrderRaoPopulator.getEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryRaoPopulator.populate(AbstractOrderEntryModel source,
OrderEntryRAO target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderRaoPopulator.setEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryRAO> entryConverter) |
| Modifier and Type | Method and Description |
|---|---|
CartTestContextBuilder |
CartTestContextBuilder.addEntry(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
CartTestContextBuilder |
CartTestContextBuilder.withEntries(List<AbstractOrderEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
default AbstractOrderEntryModel |
ConfigurationCartIntegrationFacade.findItemInCartByPK(PK cartItemPk)
Searches the session cart for an entry specified by a primary key.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
ConfigurationCartIntegrationFacadeImpl.createCartItem(ProductModel product,
ConfigurationData configData,
CommerceCartParameter commerceCartParameter,
CartModel cart) |
AbstractOrderEntryModel |
ConfigurationCartIntegrationFacadeImpl.findItemInCartByPK(PK cartItemPk)
Searches the session cart for an entry specified by a primary key.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurationCartIntegrationFacadeImpl.updateCartItem(ProductModel product,
ConfigurationData configData,
AbstractOrderEntryModel cartItem,
CommerceCartParameter commerceCartParameter,
CartModel cart) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CartConfigurationPopulator.checkForExternalConfiguration(AbstractOrderEntryModel entry)
Writes external configuration to cart entry if it is not present yet
|
protected void |
CartConfigurationPopulator.populateCartEntry(CartData target,
AbstractOrderEntryModel entry)
Transfers configuration related attributes from order entry into its DTO representation
|
protected void |
CartProductVariantPopulator.populateCartEntry(CartData target,
AbstractOrderEntryModel entry)
Transfers product variant related attributes from order entry into its DTO representation
|
protected void |
CartConfigurationPopulator.writeToTargetEntry(CartData target,
AbstractOrderEntryModel entry,
CartEntryConfigurationAttributes configurationAttributes)
Writes result to target entry DTO
|
protected void |
CartProductVariantPopulator.writeToTargetEntry(CartData target,
AbstractOrderEntryModel sourceEntry,
List<FeatureData> features)
Writes result to target entry DTO
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductConfigCartRAOPopulator.populateEntry(AbstractOrderEntryModel entry,
OrderEntryRAO entryRAO) |
protected void |
ProductConfigCartRAOPopulator.populateProductConfig(AbstractOrderEntryModel entry,
OrderEntryRAO entryRAO) |
| Modifier and Type | Method and Description |
|---|---|
CartEntryConfigurationAttributes |
ProductConfigurationService.calculateCartEntryConfigurationAttributes(AbstractOrderEntryModel model)
Calculates configuration relevant attributes at cart entry level
|
boolean |
ProductConfigurationService.updateCartEntryBasePrice(AbstractOrderEntryModel entry)
Updates cart entry's base price from configuration model if a price is available in configuration model.
|
boolean |
ProductConfigurationService.updateCartEntryExternalConfiguration(CommerceCartParameter parameters,
AbstractOrderEntryModel entry)
Updates cart entry's external configuration from configuration model
|
boolean |
ProductConfigurationService.updateCartEntryExternalConfiguration(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 |
ProductConfigurationService.updateCartEntryProduct(AbstractOrderEntryModel entry,
ProductModel product,
String configId)
Update the product of the cartItem, if the product is different to the current cart item product
|
| Constructor and Description |
|---|
CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductConfigCommerceCartMergingStrategyImplTest.DummyCartEntry |
| Modifier and Type | Method and Description |
|---|---|
protected Map<PK,AbstractOrderEntryModel> |
ProductConfigCommerceCartMergingStrategyImpl.collectCartEntriesByPk(CartModel cart)
Puts the cart entries into a map with PK as key.
|
protected List<AbstractOrderEntryModel> |
ProductConfigCommerceCartMergingStrategyImplTest.createList(AbstractOrderEntryModel entry) |
protected Map<String,List<AbstractOrderEntryModel>> |
ProductConfigCommerceCartMergingStrategyImpl.findEntiesWithMissingConfig(CartModel toCart)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ProductConfigCommerceCartMergingStrategyImplTest.createKey(AbstractOrderEntryModel entry) |
protected String |
ProductConfigCommerceCartMergingStrategyImpl.createKeyForCartEntry(AbstractOrderEntryModel entryToChange) |
protected List<AbstractOrderEntryModel> |
ProductConfigCommerceCartMergingStrategyImplTest.createList(AbstractOrderEntryModel entry) |
protected void |
ProductConfigCommerceCartMergingStrategyImpl.exchangeExternalConfigurationAndUpdateEntryBasePrice(AbstractOrderEntryModel entryToChange,
Map<String,List<String>> extConfigsBeforeMerge) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductConfigCommerceCartMergingStrategyImplTest.addToMap(Map<String,List<AbstractOrderEntryModel>> map,
List<AbstractOrderEntryModel> listOfEntries) |
protected void |
ProductConfigCommerceCartMergingStrategyImplTest.addToMap(Map<String,List<AbstractOrderEntryModel>> map,
List<AbstractOrderEntryModel> listOfEntries) |
protected int |
ProductConfigCommerceCartMergingStrategyImpl.countMissingConfigs(Map<String,List<AbstractOrderEntryModel>> missingConfigs)
Deprecated.
|
protected int |
ProductConfigCommerceCartMergingStrategyImpl.reApplyConfigsAfterMerge(Map<String,List<AbstractOrderEntryModel>> missingConfigs,
Map<String,List<String>> collectedConfigs)
Deprecated.
|
protected int |
ProductConfigCommerceCartMergingStrategyImpl.reApplyExtConfigsAfterMerge(CartModel toCart,
Map<PK,AbstractOrderEntryModel> toCartEntriesBeforeMerge,
Map<String,List<String>> extConfigsBeforeMerge) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackingRecorder.recordAddToCart(AbstractOrderEntryModel entry,
CommerceCartParameter parameters)
Records the event of add-to-cart for a configuration and notifies writers
|
void |
TrackingRecorder.recordDeleteCartEntry(AbstractOrderEntryModel entry,
CommerceCartParameter parameters)
Records the event of delete cart entry for a configuration and notifies writers
|
void |
TrackingRecorder.recordUpdateCartEntry(AbstractOrderEntryModel entry,
CommerceCartParameter parameters)
Records the event of update cart entry for a configuration and notifies writers
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
SAPPricingConditionModel.getOrderEntry()
Generated method - Getter of the
SAPPricingCondition.orderEntry attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPPricingConditionModel.setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter of
SAPPricingCondition.orderEntry attribute defined at extension sapmodel. |
| Constructor and Description |
|---|
SAPPricingConditionModel(String _conditionType,
String _order,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryCartEntryModel
Generated model class for type InMemoryCartEntry first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
SubscriptionBasketCartWidgetRenderer.unwrapEntryModel(TypedObject orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected List<OrderEntryPriceData> |
SubscriptionOrderDetailsOrderItemsWidgetRenderer.getEntryPriceDataForOrderEntry(AbstractOrderEntryModel entryModel) |
protected List<OrderEntryPriceData> |
SubscriptionBasketCartWidgetRenderer.getEntryPriceDataForOrderEntry(AbstractOrderEntryModel entryModel) |
protected List<OrderEntryPriceData> |
SubscriptionCheckoutCartWidgetRenderer.getEntryPriceDataForOrderEntry(AbstractOrderEntryModel entryModel) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPricePlanModel |
SubscriptionCommercePriceService.getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry)
Search a
SubscriptionPricePlanModel for the given entry's product. |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPricePlanModel |
DefaultSubscriptionCommercePriceService.getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
SubscriptionCommerceCartStrategy.getEntryForNumber(AbstractOrderModel order,
int number)
see
AbstractCommerceCartStrategy#getEntryForNumber. |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
SubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct,
String originalSubscriptionId,
AbstractOrderEntryModel originalEntry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractOrderEntryModel |
DefaultSubscriptionCommerceCartService.getCartEntryToBeUpdated(CartModel cartModel,
long entryNumber)
Searches in the given
cartModel for the cart entry with has the given entryNumber and
returns it. |
AbstractOrderEntryModel |
DefaultSubscriptionCommerceCartStrategy.getEntryForNumber(AbstractOrderModel order,
int number) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct,
String originalSubscriptionId,
AbstractOrderEntryModel originalEntry) |
PriceValue |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry)
Resolves the subscription price value for the given AbstractOrderEntryModel by searching a
ProductModel that is applicable for the entry's subscription product. |
List<DiscountValue> |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry)
Find applicable DiscountValues for the target order entry.
|
protected List<BillingTimeModel> |
DefaultSubscriptionCommerceCartService.getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry) |
| Constructor and Description |
|---|
TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOrderEntryProductInfoModel> |
TextFieldConfigurationHandler.convert(Collection<ProductConfigurationItem> items,
AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentEntryModel |
DefaultAllocationService.createConsignmentEntry(AbstractOrderEntryModel orderEntry,
Long quantity,
ConsignmentModel consignment)
Create a consignment entry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
ConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment,
OrderCancelResponse orderCancelResponse)
Cancel a consignment.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
DefaultConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment,
OrderCancelResponse orderCancelResponse) |
Map<AbstractOrderEntryModel,Long> |
WarehousingOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order,
PrincipalModel requestor) |
protected WarehousingCommentService<AbstractOrderEntryModel> |
DefaultOmsOrderCancelService.getOrderEntryCommentService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOmsOrderCancelService.setOrderEntryCommentService(WarehousingCommentService<AbstractOrderEntryModel> orderEntryCommentService) |
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
SourcingResult.getAllocation() |
Collection<AbstractOrderEntryModel> |
SourcingContext.getOrderEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingResult.setAllocation(Map<AbstractOrderEntryModel,Long> allocation) |
void |
SourcingContext.setOrderEntries(Collection<AbstractOrderEntryModel> orderEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected ReturnFormEntry |
ReturnFormContext.createReturnFormEntry(AbstractOrderEntryModel orderEntry,
Long purchasedQuantity,
Long returnedQuantity)
Creates
ReturnFormEntry from given AbstractOrderEntryModel order entry. |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentEntryModel |
OrderManagementOrderCancelPartialTest.createConsignmentEntry(ConsignmentModel consignment,
AbstractOrderEntryModel orderEntry,
Long qty) |
protected ConsignmentEntryModel |
OrderManagementReturnsServiceTest.getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel,
ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
WarehousingReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WarehousingOrderEntryBasedReturnableCheck.perform(OrderModel order,
AbstractOrderEntryModel orderEntry,
long returnQuantity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractOrderEntryModel> |
OrderEntryGroup.getEntries()
Gets the entries in the group.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryGroup.addAll(Collection<AbstractOrderEntryModel> entries)
Add a collection of entries to the group.
|
| Constructor and Description |
|---|
OrderEntryGroup(Collection<AbstractOrderEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractOrderEntryModel> |
DefaultOrderEntryGroupingService.excludeCompletedEntries(AbstractOrderModel order)
Excludes the orderEntries from being grouped, if the there is nothing to be sourced in those orderEntries
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PosOrderEntryMatcher.getMatchingObject(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AvailabilitySourcingLocationPopulator.setAvailability(WarehouseModel source,
AbstractOrderEntryModel entry,
Map<ProductModel,Long> availability)
Sets the product availability in the map by using the commerce stock service.
|
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
SourcingResultFactory.create(AbstractOrderEntryModel orderEntry,
SourcingLocation sourcingLocation,
Long quantity)
Create a sourcing result.
|
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
SourcingResultFactory.create(Collection<AbstractOrderEntryModel> orderEntries,
SourcingLocation sourcingLocation)
Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the
quantity specified by
AbstractOrderEntryModel#getQuantityUnallocated(). |
SourcingResult |
SourcingResultFactory.create(Map<AbstractOrderEntryModel,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.
|
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
DefaultSourcingResultFactory.create(AbstractOrderEntryModel orderEntry,
SourcingLocation sourcingLocation,
Long quantity) |
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
DefaultSourcingResultFactory.create(Collection<AbstractOrderEntryModel> orderEntries,
SourcingLocation sourcingLocation) |
SourcingResult |
DefaultSourcingResultFactory.create(Map<AbstractOrderEntryModel,Long> allocations,
SourcingLocation sourcingLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
AbstractSourcingStrategy.getQuantitySourced(Set<SourcingResult> sourcingResults,
AbstractOrderEntryModel orderEntry)
Retrieve the quantity already sourced
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PickupStrategy.canSourceOrderEntry(AbstractOrderEntryModel entry,
SourcingLocation location)
Validates if the given
SourcingLocation can be used to source the given AbstractOrderEntryModel |
protected void |
NoRestrictionsStrategy.createSourcingResult(SourcingContext sourcingContext,
AbstractOrderEntryModel orderEntry,
SourcingLocation fitnessSourcingLocation)
It creates a sourcing result
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NoSplittingStrategy.isSourcingNoSplittingPossible(Collection<AbstractOrderEntryModel> entries,
SourcingLocation sourcingLocation)
Check if it is possible to source.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
PickupSourcingStrategyMapper.isMatch(AbstractOrderEntryModel entry)
Check to see if the order entry provides a match.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AbstractOrderEntryModel> |
SourcingContextBuilder.getOrderEntries() |
| Modifier and Type | Method and Description |
|---|---|
SourcingResultBuilder |
SourcingResultBuilder.withAllocation(AbstractOrderEntryModel orderEntry,
Long quantity) |
SourcingContextBuilder |
SourcingContextBuilder.withOrderEntry(AbstractOrderEntryModel entry)
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderCancelEntry> |
CancellationEntryBuilder.build(Map<AbstractOrderEntryModel,Long> cancellationEntryInfo,
CancelReason cancelReason) |
| Modifier and Type | Method and Description |
|---|---|
OrderModelBuilder |
OrderModelBuilder.withEntries(AbstractOrderEntryModel... entries) |
RefundEntryModelBuilder |
RefundEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel orderEntry) |
ReturnEntryModelBuilder |
ReturnEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel orderEntry) |
ConsignmentEntryModelBuilder |
ConsignmentEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel entry) |
Copyright © 2017 SAP SE. All Rights Reserved.