| Modifier and Type | Method and Description |
|---|---|
FulfillmentType |
SkuImpl.getFulfillmentType() |
FulfillmentType |
Category.getFulfillmentType()
Returns the default fulfillment type for skus in this category.
|
FulfillmentType |
CategoryImpl.getFulfillmentType() |
FulfillmentType |
Sku.getFulfillmentType()
Returns the fulfillment type for this sku.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setFulfillmentType(FulfillmentType fulfillmentType) |
void |
Category.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the default fulfillment type for skus in this category.
|
void |
CategoryImpl.setFulfillmentType(FulfillmentType fulfillmentType) |
void |
Sku.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the fulfillment type for this sku.
|
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentOption> |
FulfillmentOptionDaoImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) |
List<FulfillmentOption> |
FulfillmentOptionDao.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentType |
FulfillmentOptionImpl.getFulfillmentType() |
FulfillmentType |
FulfillmentOption.getFulfillmentType()
Gets the type of fulfillment that this option supports
|
FulfillmentType |
FulfillmentGroupImpl.getType() |
FulfillmentType |
FulfillmentGroup.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentOptionImpl.setFulfillmentType(FulfillmentType fulfillmentType) |
void |
FulfillmentOption.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the type of fulfillment that this option supports
|
void |
FulfillmentGroupImpl.setType(FulfillmentType type) |
void |
FulfillmentGroup.setType(FulfillmentType type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
FulfillmentGroupServiceImpl.getKey(Address address,
FulfillmentOption option,
FulfillmentType fulfillmentType) |
boolean |
FulfillmentGroupService.isShippable(FulfillmentType fulfillmentType)
Determines if a fulfillment group is shippable based on its fulfillment type.
|
boolean |
FulfillmentGroupServiceImpl.isShippable(FulfillmentType fulfillmentType) |
List<FulfillmentOption> |
FulfillmentOptionService.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) |
List<FulfillmentOption> |
FulfillmentOptionServiceImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) |
| Modifier and Type | Field and Description |
|---|---|
protected FulfillmentType |
FulfillmentGroupRequest.fulfillmentType |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentType |
FulfillmentGroupRequest.getFulfillmentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupRequest.setFulfillmentType(FulfillmentType fulfillmentType) |
| Modifier and Type | Field and Description |
|---|---|
static FulfillmentType |
FulfillmentType.DIGITAL |
static FulfillmentType |
FulfillmentType.GIFT_CARD |
static FulfillmentType |
FulfillmentType.PHYSICAL_PICKUP |
static FulfillmentType |
FulfillmentType.PHYSICAL_PICKUP_OR_SHIP |
static FulfillmentType |
FulfillmentType.PHYSICAL_SHIP |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentType |
FulfillmentType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected FulfillmentType |
FulfillmentGroupItemStrategyImpl.resolveFulfillmentType(DiscreteOrderItem discreteOrderItem)
Resolves the fulfillment type based on the order item.
|
protected FulfillmentType |
FulfillmentGroupItemStrategyImpl.resolveFulfillmentType(Sku sku) |
Copyright © 2014. All Rights Reserved.