| Modifier and Type | Method and Description |
|---|---|
FulfillmentGroupItem |
FulfillmentGroupItemDaoImpl.create() |
FulfillmentGroupItem |
FulfillmentGroupItemDao.create() |
FulfillmentGroupItem |
FulfillmentGroupItemDaoImpl.readFulfillmentGroupItemById(Long fulfillmentGroupItemId) |
FulfillmentGroupItem |
FulfillmentGroupItemDao.readFulfillmentGroupItemById(Long fulfillmentGroupItemId) |
FulfillmentGroupItem |
FulfillmentGroupItemDaoImpl.save(FulfillmentGroupItem fulfillmentGroupItem) |
FulfillmentGroupItem |
FulfillmentGroupItemDao.save(FulfillmentGroupItem fulfillmentGroupItem) |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentGroupItem> |
FulfillmentGroupItemDaoImpl.readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
List<FulfillmentGroupItem> |
FulfillmentGroupItemDao.readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupItemDaoImpl.delete(FulfillmentGroupItem fulfillmentGroupItem) |
void |
FulfillmentGroupItemDao.delete(FulfillmentGroupItem fulfillmentGroupItem) |
FulfillmentGroupItem |
FulfillmentGroupItemDaoImpl.save(FulfillmentGroupItem fulfillmentGroupItem) |
FulfillmentGroupItem |
FulfillmentGroupItemDao.save(FulfillmentGroupItem fulfillmentGroupItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
FulfillmentGroupItemImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<FulfillmentGroupItem> |
FulfillmentGroupImpl.fulfillmentGroupItems |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentGroupItem |
FulfillmentGroupItemImpl.clone() |
FulfillmentGroupItem |
FulfillmentGroupItem.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentGroupItem> |
FulfillmentGroupImpl.getFulfillmentGroupItems() |
List<FulfillmentGroupItem> |
FulfillmentGroup.getFulfillmentGroupItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupImpl.addFulfillmentGroupItem(FulfillmentGroupItem fulfillmentGroupItem) |
void |
FulfillmentGroup.addFulfillmentGroupItem(FulfillmentGroupItem fulfillmentGroupItem) |
void |
FulfillmentGroupItemImpl.checkCloneable(FulfillmentGroupItem fulfillmentGroupItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupImpl.setFulfillmentGroupItems(List<FulfillmentGroupItem> fulfillmentGroupItems) |
void |
FulfillmentGroup.setFulfillmentGroupItems(List<FulfillmentGroupItem> fulfillmentGroupItems) |
| Modifier and Type | Method and Description |
|---|---|
protected FulfillmentGroupItem |
FulfillmentGroupServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem,
FulfillmentGroup fulfillmentGroup,
int quantity) |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentGroupItem> |
FulfillmentGroupService.getFulfillmentGroupItemsForOrderItem(Order order,
OrderItem orderItem)
Finds all FulfillmentGroupItems in the given Order that reference the given OrderItem.
|
List<FulfillmentGroupItem> |
FulfillmentGroupServiceImpl.getFulfillmentGroupItemsForOrderItem(Order order,
OrderItem orderItem) |
| Modifier and Type | Method and Description |
|---|---|
protected FulfillmentGroupItem |
LegacyOrderServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem,
FulfillmentGroup fulfillmentGroup,
int quantity)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FulfillmentGroupItem> |
CartOperationRequest.fgisToDelete |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentGroupItem> |
CartOperationRequest.getFgisToDelete() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PriceOrderIfNecessaryActivity.getOiFgiMap(Order order,
Map<OrderItem,List<FulfillmentGroupItem>> oiFgiMap,
OrderItem oi) |
void |
CartOperationRequest.setFgisToDelete(List<FulfillmentGroupItem> fgisToDelete) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FulfillmentGroupItem> |
FulfillmentGroupItemStrategyImpl.updateItemQuantity(Order order,
OrderItem orderItem,
Integer orderItemQuantityDelta) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SimpleTaxProvider.isItemTaxable(FulfillmentGroupItem item) |
| Modifier and Type | Method and Description |
|---|---|
long |
FulfillmentItemPricingActivity.applyDifferenceToAmount(FulfillmentGroupItem fgItem,
long numApplicationsNeeded,
Money unitAmount) |
long |
FulfillmentItemPricingActivity.applyDifferenceToProratedAdj(FulfillmentGroupItem fgItem,
long numApplicationsNeeded,
Money unitAmount) |
long |
FulfillmentItemPricingActivity.applyTaxDifference(FulfillmentGroupItem fgItem,
long numApplicationsNeeded,
Money unitAmount) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FulfillmentItemPricingActivity.fixItemTotalRoundingIssues(Order order,
Map<OrderItem,List<FulfillmentGroupItem>> partialOrderItemMap)
Because an item may have multiple price details that don't round cleanly, we may have pennies
left over that need to be distributed.
|
protected void |
FulfillmentItemPricingActivity.populateItemTotalAmount(Order order,
Map<OrderItem,List<FulfillmentGroupItem>> partialOrderItemMap)
Sets the fulfillment amount which includes the relative portion of the total price for
the corresponding order item.
|
protected Money |
FulfillmentItemPricingActivity.sumItemAmount(List<FulfillmentGroupItem> items,
Order order) |
protected Money |
FulfillmentItemPricingActivity.sumTaxAmount(List<FulfillmentGroupItem> items,
Order order) |
Copyright © 2014. All Rights Reserved.