Uses of Interface
com.broadleafcommerce.orderoperation.service.FulfillmentOperationService
- 
- 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service
Classes in com.broadleafcommerce.orderoperation.service that implement FulfillmentOperationService Modifier and Type Class Description classDefaultFulfillmentOperationService - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service.messaging
Methods in com.broadleafcommerce.orderoperation.service.messaging that return FulfillmentOperationService Modifier and Type Method Description protected FulfillmentOperationServiceAbstractAutoStatusChangeListener. getFulfillmentOperationService()Constructors in com.broadleafcommerce.orderoperation.service.messaging with parameters of type FulfillmentOperationService Constructor Description AbstractAutoStatusChangeListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService) - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service.messaging.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.messaging.autoconfigure with parameters of type FulfillmentOperationService Modifier and Type Method Description FulfillmentCapturingPaymentListenerOrderOperationMessagingAutoConfiguration. fulfillmentCapturingPaymentListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, OrderProvider<com.broadleafcommerce.order.client.domain.Order> orderProvider, PaymentCaptureService paymentCaptureService, PaymentCaptureAttemptedProducer paymentCaptureCompletionProducer, FulfillmentOperationService fulfillmentOperationService, ResourceLockProvider resourceLockProvider, PaymentProvider paymentProvider)Automatically triggers payment capture when fulfillment is put inOrderFulfillmentStatus.CAPTURING_PAYMENTstatus. - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service.messaging.capture
Constructors in com.broadleafcommerce.orderoperation.service.messaging.capture with parameters of type FulfillmentOperationService Constructor Description AutoFulfillPaymentCapturedListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, FulfillmentProcessingProperties fulfillmentProcessingProperties) - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service.messaging.fulfillments
Methods in com.broadleafcommerce.orderoperation.service.messaging.fulfillments that return FulfillmentOperationService Modifier and Type Method Description protected FulfillmentOperationServiceFulfillmentCapturingPaymentListener. getFulfillmentOperationService()Constructors in com.broadleafcommerce.orderoperation.service.messaging.fulfillments with parameters of type FulfillmentOperationService Constructor Description FulfillmentCapturingPaymentListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, OrderProvider<com.broadleafcommerce.order.client.domain.Order> orderProvider, PaymentCaptureService paymentCaptureService, PaymentCaptureAttemptedProducer paymentCaptureCompletionProducer, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, ResourceLockProvider resourceLockProvider, PaymentProvider paymentProvider) - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.service.messaging.ordercreated
Constructors in com.broadleafcommerce.orderoperation.service.messaging.ordercreated with parameters of type FulfillmentOperationService Constructor Description AbstractAutoStatusChangeOrderCreatedListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService)AutoCaptureVirtualOrderCreatedListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService)AutoFulfillVirtualOrderCreatedListener(com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentOperationService fulfillmentOperationService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, FulfillmentProcessingProperties fulfillmentProcessingProperties) - 
Uses of FulfillmentOperationService in com.broadleafcommerce.orderoperation.web.endpoint
Constructors in com.broadleafcommerce.orderoperation.web.endpoint with parameters of type FulfillmentOperationService Constructor Description FulfillmentOperationEndpoint(FulfillmentOperationService fulfillmentOperationService) 
 -