Uses of Class
org.broadleafcommerce.core.order.service.type.FulfillmentType
Packages that use FulfillmentType
Package
Description
-
Uses of FulfillmentType in org.broadleafcommerce.core.catalog.domain
Methods in org.broadleafcommerce.core.catalog.domain that return FulfillmentTypeModifier and TypeMethodDescriptionCategory.getFulfillmentType()Returns the default fulfillment type for skus in this category.CategoryImpl.getFulfillmentType()Sku.getFulfillmentType()Returns the fulfillment type for this sku.SkuImpl.getFulfillmentType()Methods in org.broadleafcommerce.core.catalog.domain with parameters of type FulfillmentTypeModifier and TypeMethodDescriptionvoidCategory.setFulfillmentType(FulfillmentType fulfillmentType) Sets the default fulfillment type for skus in this category.voidCategoryImpl.setFulfillmentType(FulfillmentType fulfillmentType) voidSku.setFulfillmentType(FulfillmentType fulfillmentType) Sets the fulfillment type for this sku.voidSkuImpl.setFulfillmentType(FulfillmentType fulfillmentType) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.dao
Methods in org.broadleafcommerce.core.order.dao with parameters of type FulfillmentTypeModifier and TypeMethodDescriptionFulfillmentOptionDao.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) FulfillmentOptionDaoImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.domain
Methods in org.broadleafcommerce.core.order.domain that return FulfillmentTypeModifier and TypeMethodDescriptionFulfillmentOption.getFulfillmentType()Gets the type of fulfillment that this option supportsFulfillmentOptionImpl.getFulfillmentType()FulfillmentGroup.getType()FulfillmentGroupImpl.getType()Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentTypeModifier and TypeMethodDescriptionvoidFulfillmentOption.setFulfillmentType(FulfillmentType fulfillmentType) Sets the type of fulfillment that this option supportsvoidFulfillmentOptionImpl.setFulfillmentType(FulfillmentType fulfillmentType) voidFulfillmentGroup.setType(FulfillmentType type) voidFulfillmentGroupImpl.setType(FulfillmentType type) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service with parameters of type FulfillmentTypeModifier and TypeMethodDescriptionprotected StringFulfillmentGroupServiceImpl.getKey(Address address, FulfillmentOption option, FulfillmentType fulfillmentType) booleanFulfillmentGroupService.isShippable(FulfillmentType fulfillmentType) Determines if a fulfillment group is shippable based on its fulfillment type.booleanFulfillmentGroupServiceImpl.isShippable(FulfillmentType fulfillmentType) FulfillmentOptionService.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) FulfillmentOptionServiceImpl.readAllFulfillmentOptionsByFulfillmentType(FulfillmentType type) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.service.call
Fields in org.broadleafcommerce.core.order.service.call declared as FulfillmentTypeModifier and TypeFieldDescriptionprotected FulfillmentTypeFulfillmentGroupRequest.fulfillmentTypeMethods in org.broadleafcommerce.core.order.service.call that return FulfillmentTypeMethods in org.broadleafcommerce.core.order.service.call with parameters of type FulfillmentTypeModifier and TypeMethodDescriptionvoidFulfillmentGroupRequest.setFulfillmentType(FulfillmentType fulfillmentType) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.service.type
Fields in org.broadleafcommerce.core.order.service.type declared as FulfillmentTypeModifier and TypeFieldDescriptionstatic final FulfillmentTypeFulfillmentType.DIGITALstatic final FulfillmentTypeFulfillmentType.GIFT_CARDstatic final FulfillmentTypeFulfillmentType.PHYSICAL_PICKUPstatic final FulfillmentTypeFulfillmentType.PHYSICAL_PICKUP_OR_SHIPstatic final FulfillmentTypeFulfillmentType.PHYSICAL_SHIPMethods in org.broadleafcommerce.core.order.service.type that return FulfillmentTypeModifier and TypeMethodDescriptionstatic FulfillmentTypeFulfillmentType.getInstance(String type) -
Uses of FulfillmentType in org.broadleafcommerce.core.order.strategy
Methods in org.broadleafcommerce.core.order.strategy that return FulfillmentTypeModifier and TypeMethodDescriptionprotected FulfillmentTypeFulfillmentGroupItemStrategyImpl.resolveFulfillmentType(Sku sku) protected FulfillmentTypeFulfillmentGroupItemStrategyImpl.resolveFulfillmentType(DiscreteOrderItem discreteOrderItem) Resolves the fulfillment type based on the order item.