All Classes
- 
All Classes Interface Summary Class Summary Enum Summary Class Description BatchProcessResponse A response returned byBulkUpdateProcessor.modifyAndPersist(List, BulkUpdate)indicating the results of processing a batch of records in an update.BulkAutoConfiguration BulkDataRouteSupporting BulkJpaAutoConfiguration The main JPA auto configuration that initializes the out of the box JPA repositories and domain.BulkServiceAutoConfiguration BulkTriggeredJobEventConsumer Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.BulkUpdate An entity that holds the basic information required to track the status of a bulk update operation.BulkUpdateError A rich object detailing a reason why aBulkUpdatefailed.BulkUpdateErrorListConverter Transforms a list ofJpaBulkUpdateErrorinto a JSON objectStringand vice-versa.BulkUpdateErrorType The default types ofBulkUpdateError.BulkUpdateManager WhileBulkUpdateServiceis purely in charge of CRUD-related operations onBulkUpdate, this service is a higher level abstraction that performs the surrounding logic of processing bulk update operations.BulkUpdateMessagingAutoConfiguration Configuration for additional messaging functionality for bulk updates.BulkUpdateNotificationStateMapperMember Creates theNotificationStateAware.getNotificationStates()for the persistent counterpart ofBulkUpdate.BulkUpdateOrphanCheckListener A listener that accepts triggered scheduled job events of typeBulkUpdateOrphanCheckListener.BULK_UPDATE_ORPHAN_CHECK_JOBTYPEand adjusts theBulkUpdate.statusof any bulk updates that are hanging toBulkUpdateStatus.ERROR.BulkUpdateProcessingConfigurationProperties Properties that can be used to configure how bulk operations are processed.BulkUpdateProcessor<P> WhileBulkUpdateManageris responsible for most of the coordination during a bulk update, it will delegate to aBulkUpdateProcessorfor operations that are specific to theBulkUpdate.targetandBulkUpdate.type.BulkUpdateRepository<D extends com.broadleafcommerce.data.tracking.core.Identifiable> Repositoryfor persistent counter-parts ofBulkUpdateBulkUpdateRequest This is the request DTO which should be sent by API callers to request the creation of aBulkUpdate.BulkUpdateRequestValidator ValidatesBulkUpdateRequest.BulkUpdateService<P extends BulkUpdate> Service API forBulkUpdates.BulkUpdateStatus Represents the status of aBulkUpdateoperation.BulkUpdateTarget Represents the target of aBulkUpdateoperation.CreateSandboxRequest A message representing a request to the sandbox service to create a given sandbox.CreateSandboxRequestMessageFactory MessageFactoryfor creatingCreateSandboxRequestmessages.CreateSandboxRequestNotificationAutoConfiguration Configure the durable notification components forCreateSandboxRequestProducer.CreateSandboxRequestNotificationProperties Configuration properties for theNotificationHandlerandRetryHandlerforCreateSandboxRequestProducer.CreateSandboxRequestProducer Spring clocud data channel description for messaging output.CustomizedBulkUpdateRepository<D extends com.broadleafcommerce.data.tracking.core.Identifiable> Additional functionality necessary for aBulkUpdateRepository.DefaultBulkUpdateManager DefaultBulkUpdateService<P extends BulkUpdate> DefaultBulkUpdateService.LockConceptKeys Concept keys supplied toResourceLockRepository.lockResource(String, Class, String, String).DeleteSandboxRequest A message representing a request to the sandbox service to delete the sandbox for a failedBulkUpdate.DeleteSandboxRequestMessageFactory MessageFactoryfor creatingDeleteSandboxRequestmessages.DeleteSandboxRequestNotificationAutoConfiguration Configure the durable notification components forDeleteSandboxRequestProducer.DeleteSandboxRequestNotificationProperties Configuration properties for theNotificationHandlerandRetryHandlerforDeleteSandboxRequestProducer.DeleteSandboxRequestProducer Spring cloud data channel description for messaging output.JpaBulkUpdate Persistent counter-part to aBulkUpdatefor use with a JPA-supported datastore.JpaBulkUpdateError Persistent counter-part to aBulkUpdateErrorfor use with a JPA-supported datastore.JpaBulkUpdateRepository<D extends JpaBulkUpdate> JPA domain-specific implementation ofBulkUpdateRepository.JpaCustomizedBulkUpdateRepository<D extends JpaBulkUpdate> JsonToStringDeserializer Deserializer that allows deserializing a JSON Object into a pureStringrepresentation.ProcessBulkUpdateRequest A message representing a request to perform (actually apply) aBulkUpdate.ProcessBulkUpdateRequestConsumer Spring cloud data channel description for messaging output.ProcessBulkUpdateRequestListener A listener that accepts aProcessBulkUpdateRequestand performs the update.ProcessBulkUpdateRequestMessageFactory MessageFactoryfor creatingProcessBulkUpdateRequestmessages.ProcessBulkUpdateRequestNotificationAutoConfiguration Configure the durable notification components forProcessBulkUpdateRequestProducer.ProcessBulkUpdateRequestNotificationProperties Configuration properties for theNotificationHandlerandRetryHandlerforProcessBulkUpdateRequestProducer.ProcessBulkUpdateRequestProducer Spring cloud data channel description for messaging output.ReadRecordsResponse<P> A response returned byBulkUpdateProcessor.readRecordsToProcess(BulkUpdate)indicating the results of attempting to read all of the records to process in an update.