|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FulfillmentType in org.broadleafcommerce.core.catalog.domain |
|---|
| Methods in org.broadleafcommerce.core.catalog.domain that return FulfillmentType | |
|---|---|
FulfillmentType |
CategoryImpl.getFulfillmentType()
|
FulfillmentType |
SkuImpl.getFulfillmentType()
|
FulfillmentType |
Category.getFulfillmentType()
Returns the default fulfillment type for skus in this category. |
FulfillmentType |
Sku.getFulfillmentType()
Returns the fulfillment type for this sku. |
| Methods in org.broadleafcommerce.core.catalog.domain with parameters of type FulfillmentType | |
|---|---|
void |
CategoryImpl.setFulfillmentType(FulfillmentType fulfillmentType)
|
void |
SkuImpl.setFulfillmentType(FulfillmentType fulfillmentType)
|
void |
Category.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the default fulfillment type for skus in this category. |
void |
Sku.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the fulfillment type for this sku. |
| Uses of FulfillmentType in org.broadleafcommerce.core.order.dao |
|---|
| Methods in org.broadleafcommerce.core.order.dao with parameters of type FulfillmentType | |
|---|---|
List<FulfillmentOption> |
FulfillmentOptionDao.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type)
|
List<FulfillmentOption> |
FulfillmentOptionDaoImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type)
|
| Uses of FulfillmentType in org.broadleafcommerce.core.order.domain |
|---|
| Methods in org.broadleafcommerce.core.order.domain that return FulfillmentType | |
|---|---|
FulfillmentType |
FulfillmentOption.getFulfillmentType()
Gets the type of fulfillment that this option supports |
FulfillmentType |
FulfillmentOptionImpl.getFulfillmentType()
|
FulfillmentType |
FulfillmentGroup.getType()
|
FulfillmentType |
FulfillmentGroupImpl.getType()
|
| Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentType | |
|---|---|
void |
FulfillmentOption.setFulfillmentType(FulfillmentType fulfillmentType)
Sets the type of fulfillment that this option supports |
void |
FulfillmentOptionImpl.setFulfillmentType(FulfillmentType fulfillmentType)
|
void |
FulfillmentGroup.setType(FulfillmentType type)
|
void |
FulfillmentGroupImpl.setType(FulfillmentType type)
|
| Uses of FulfillmentType in org.broadleafcommerce.core.order.service |
|---|
| Methods in org.broadleafcommerce.core.order.service with parameters of type FulfillmentType | |
|---|---|
List<FulfillmentOption> |
FulfillmentOptionServiceImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type)
|
List<FulfillmentOption> |
FulfillmentOptionService.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type)
|
| Uses of FulfillmentType in org.broadleafcommerce.core.order.service.type |
|---|
| Fields in org.broadleafcommerce.core.order.service.type declared as FulfillmentType | |
|---|---|
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
|
static FulfillmentType |
FulfillmentType.SHIPPING
Deprecated. |
| Methods in org.broadleafcommerce.core.order.service.type that return FulfillmentType | |
|---|---|
static FulfillmentType |
FulfillmentType.getInstance(String type)
|
| Uses of FulfillmentType in org.broadleafcommerce.core.order.strategy |
|---|
| Methods in org.broadleafcommerce.core.order.strategy that return FulfillmentType | |
|---|---|
protected FulfillmentType |
FulfillmentGroupItemStrategyImpl.resolveFulfillmentType(DiscreteOrderItem discreteOrderItem)
Resolves the fulfillment type based on the order item. |
protected FulfillmentType |
FulfillmentGroupItemStrategyImpl.resolveFulfillmentType(Sku sku)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||