Constant Field Values
Contents
com.broadleafcommerce.*
- 
com.broadleafcommerce.inventory.dataexport.specification.SkuInventoryExportSpecification.Fields Modifier and Type Constant Field Value public static final StringID"id"public static final StringINVENTORY_LOCATION_ID"inventoryLocationContextId"public static final StringQUANTITY_AVAILABLE"quantityAvailable"public static final StringQUANTITY_ON_HAND"quantityOnHand"public static final StringQUANTITY_RESERVED"quantityReserved"public static final StringSAFETY_STOCK"safetyStock"public static final StringSKU_CODE"skuCode"public static final StringSKU_EAN"ean"public static final StringSKU_EXTERNAL_ID"externalId"public static final StringSKU_GTIN"gtin"public static final StringSKU_NAME"skuName"public static final StringSKU_UPC"upc" - 
com.broadleafcommerce.inventory.dataexport.specification.SkuInventoryExportSpecification.Headers Modifier and Type Constant Field Value public static final StringID"id"public static final StringINVENTORY_LOCATION_ID"inventoryLocationContextId"public static final StringQUANTITY_AVAILABLE"quantityAvailable"public static final StringQUANTITY_ON_HAND"quantityOnHand"public static final StringQUANTITY_RESERVED"quantityReserved"public static final StringSAFETY_STOCK"safetyStock"public static final StringSKU_CODE"skuCode"public static final StringSKU_EAN"ean"public static final StringSKU_EXTERNAL_ID"externalId"public static final StringSKU_GTIN"gtin"public static final StringSKU_NAME"skuName"public static final StringSKU_UPC"upc" 
- 
com.broadleafcommerce.inventory.job.freeinventory.listener.FreeSoftInventoryScheduledJobListener Modifier and Type Constant Field Value protected static final StringDETAIL_MIN_DURATION"minReservationDuration"protected static final StringJOB_TYPE"FREE_SOFT_INVENTORY" - 
com.broadleafcommerce.inventory.job.freeinventory.listener.FreeSoftInventoryTriggeredJobEventConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"triggeredJobEventInputFreeSoftInventory" 
- 
com.broadleafcommerce.inventory.job.freeinventory.service.DefaultFreeSoftInventoryJobService Modifier and Type Constant Field Value protected static final intDEFAULT_PAGE_SIZE50 
- 
com.broadleafcommerce.inventory.provider.RouteConstants.Persistence Modifier and Type Constant Field Value public static final StringINVENTORY_ROUTE_KEY"inventory"public static final StringINVENTORY_ROUTE_PACKAGE"com.broadleafcommerce.inventory" 
- 
com.broadleafcommerce.inventory.provider.jpa.JpaRouteConstants.Persistence Modifier and Type Constant Field Value public static final StringINVENTORY_ENTITY_MANAGER_FACTORY"inventoryEntityManagerFactory"public static final StringINVENTORY_TRANSACTION_MANAGER"inventoryTransactionManager"public static final StringINVENTORY_TRANSACTION_TEMPLATE"inventoryTransactionTemplate" 
- 
com.broadleafcommerce.inventory.service.messaging.AbstractInventoryAdjustmentListener Modifier and Type Constant Field Value protected static final StringAPPLICATION_ID_PATH"$.contextInfo.contextRequest.applicationId"protected static final StringTENANT_ID_PATH"$.contextInfo.contextRequest.tenantId" 
- 
com.broadleafcommerce.inventory.service.messaging.checkout.InventoryCheckoutCompletionConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"checkoutCompletionInputInventory" - 
com.broadleafcommerce.inventory.service.messaging.checkout.OrderSubmittedInventoryAdjustmentMessageListener Modifier and Type Constant Field Value public static final StringCART_ID_PATH"$.cart.id"public static final StringCART_ITEM_LINK_PATH"$.cart.links.cartItems.href"public static final StringCART_ITEMS_PATH"$.cart.cartItems[*]"public static final StringFULFILLMENT_GROUP_LINK_PATH"$.cart.links.fulfillmentGroups.href"public static final StringFULFILLMENT_GROUPS_PATH"$.cart.fulfillmentGroups[*]"public static final StringORDER_STATUS_PATH"$.cart.status"public static final StringSUBMITTED_STATUS"SUBMITTED" 
- 
com.broadleafcommerce.inventory.service.messaging.fulfillments.AbstractFulfillmentStatusChangeInventoryAdjustmentListener Modifier and Type Constant Field Value protected static final StringFULFILLMENT_ID_PATH"$.fulfillment.id"protected static final StringFULFILLMENT_ITEMS_PATH"$.fulfillment.fulfillmentItems"protected static final StringFULFILLMENT_STATUS_PATH"$.fulfillment.status"public static final StringNEVER_RESERVATION_STRATEGY"NEVER"protected static final StringORDER_ITEMS_PATH"$.order.orderItems" - 
com.broadleafcommerce.inventory.service.messaging.fulfillments.FulfillmentCancelledConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"inventoryFulfillmentCancelledInput" - 
com.broadleafcommerce.inventory.service.messaging.fulfillments.FulfillmentCancelledInventoryAdjustmentListener Modifier and Type Constant Field Value protected static final StringCANCELLED_STATUS"CANCELLED" - 
com.broadleafcommerce.inventory.service.messaging.fulfillments.FulfillmentFulfilledConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"inventoryFulfillmentFulfilledInput" - 
com.broadleafcommerce.inventory.service.messaging.fulfillments.FulfillmentFulfilledInventoryAdjustmentListener Modifier and Type Constant Field Value protected static final StringFULFILLED_STATUS"FULFILLED" 
- 
com.broadleafcommerce.inventory.service.messaging.returns.ReturnConfirmedConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"inventoryReturnConfirmedInput" - 
com.broadleafcommerce.inventory.service.messaging.returns.ReturnConfirmedInventoryAdjustmentListener Modifier and Type Constant Field Value protected static final StringCONFIRM_RETURN_REQUEST_ITEMS_PATH"$.request.items[*]"protected static final StringFULFILLMENTS_PATH"$.fulfillments"protected static final StringORDER_ITEMS_PATH"$.order.orderItems"protected static final StringRETURN_AUTH_ID_PATH"$.returnAuthorization.id" 
- 
com.broadleafcommerce.inventory.service.messaging.stock.StockAvailabilityChangeNotifcationProducer Modifier and Type Constant Field Value public static final StringCHANNEL"stockChangeNotificationMessageOutput" 
- 
com.broadleafcommerce.inventory.service.messaging.vendor.InventoryVendorNotificationConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"vendorNotificationInputInventory" - 
com.broadleafcommerce.inventory.service.messaging.vendor.InventoryVendorNotificationHandler Modifier and Type Constant Field Value public static final StringJPA_VENDOR_TYPE"JpaVendor" 
- 
com.broadleafcommerce.inventory.service.provider.ExternalCartProvider Modifier and Type Constant Field Value protected static final StringCART_CLIENT_ID"cart" 
- 
com.broadleafcommerce.inventory.web.endpoint.InventoryLocationEndpoint Modifier and Type Constant Field Value public static final StringINVENTORY_LOCATION_URI"/inventory-location" - 
com.broadleafcommerce.inventory.web.endpoint.SkuInventoryEndpoint Modifier and Type Constant Field Value public static final StringSKU_INVENTORY_URI"/sku-inventory" - 
com.broadleafcommerce.inventory.web.endpoint.SkuInventoryShopEndpoint Modifier and Type Constant Field Value public static final StringSHOP_SKU_INVENTORY_URI"/shop-sku-inventory"