Uses of Class
com.broadleafcommerce.search.index.core.domain.ReindexJob
- 
- 
Uses of ReindexJob in com.broadleafcommerce.search.index.core.domain
Methods in com.broadleafcommerce.search.index.core.domain that return ReindexJob Modifier and Type Method Description ReindexJobReindexJob.ReindexJobBuilder. build() - 
Uses of ReindexJob in com.broadleafcommerce.search.index.core.endpoint
Methods in com.broadleafcommerce.search.index.core.endpoint that return ReindexJob Modifier and Type Method Description ReindexJobReindexJobStatusEndpoint. readJobById(String id, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Methods in com.broadleafcommerce.search.index.core.endpoint that return types with arguments of type ReindexJob Modifier and Type Method Description protected ReindexJobService<ReindexJob>ReindexJobStatusEndpoint. getReindexJobService()org.springframework.data.domain.Page<ReindexJob>ReindexJobStatusEndpoint. readAllJobStatuses(org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String query, cz.jirutka.rsql.parser.ast.Node filters)Constructor parameters in com.broadleafcommerce.search.index.core.endpoint with type arguments of type ReindexJob Constructor Description ReindexJobStatusEndpoint(ReindexJobService<ReindexJob> reindexJobService) - 
Uses of ReindexJob in com.broadleafcommerce.search.index.core.endpoint.autoconfigure
Method parameters in com.broadleafcommerce.search.index.core.endpoint.autoconfigure with type arguments of type ReindexJob Modifier and Type Method Description ReindexJobStatusEndpointIndexerCoreEndpointAutoConfiguration. reindexJobEndpoint(ReindexJobService<ReindexJob> reindexJobService) - 
Uses of ReindexJob in com.broadleafcommerce.search.index.core.service
Classes in com.broadleafcommerce.search.index.core.service with type parameters of type ReindexJob Modifier and Type Interface Description interfaceReindexJobService<P extends ReindexJob>Service API forReindexJobMethods in com.broadleafcommerce.search.index.core.service that return ReindexJob Modifier and Type Method Description <D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
ReindexJobNullReindexJobService. create(ReindexJob businessInstance)ReindexJobNullReindexJobService. readById(String id)ReindexJobNullReindexJobService. replace(String id, ReindexJob businessInstance)ReindexJobNullReindexJobService. update(String id, ReindexJob businessInstance)Methods in com.broadleafcommerce.search.index.core.service that return types with arguments of type ReindexJob Modifier and Type Method Description <D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
List<ReindexJob>NullReindexJobService. createAll(List<ReindexJob> businessInstances)<D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. createAllAllowingPartialSuccess(List<ReindexJob> businessInstances)List<ReindexJob>NullReindexJobService. readAll()org.springframework.data.domain.Page<ReindexJob>NullReindexJobService. readAll(org.springframework.data.domain.Pageable pageable)List<ReindexJob>NullReindexJobService. readAll(org.springframework.data.domain.Sort sort)List<ReindexJob>NullReindexJobService. readAllByIds(Iterable<String> ids)org.springframework.data.domain.Page<ReindexJob>NullReindexJobService. readAllByNameContaining(String label, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)org.springframework.data.domain.Page<ReindexJob>NullReindexJobService. readByActiveStatus(boolean isActive, org.springframework.data.domain.Pageable pageable, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)List<ReindexJob>NullReindexJobService. replaceAll(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> replacements)com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. replaceAllAllowingPartialSuccess(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> replacements)List<ReindexJob>NullReindexJobService. updateAll(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> updates)com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. updateAllAllowingPartialSuccess(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> updates)Methods in com.broadleafcommerce.search.index.core.service with parameters of type ReindexJob Modifier and Type Method Description <D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
ReindexJobNullReindexJobService. create(ReindexJob businessInstance)ReindexJobNullReindexJobService. replace(String id, ReindexJob businessInstance)ReindexJobNullReindexJobService. update(String id, ReindexJob businessInstance)Method parameters in com.broadleafcommerce.search.index.core.service with type arguments of type ReindexJob Modifier and Type Method Description <D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
List<ReindexJob>NullReindexJobService. createAll(List<ReindexJob> businessInstances)<D,R extends org.springframework.data.repository.CrudRepository<D,String> & com.broadleafcommerce.common.extension.DomainTypeAware>
com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. createAllAllowingPartialSuccess(List<ReindexJob> businessInstances)List<ReindexJob>NullReindexJobService. replaceAll(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> replacements)com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. replaceAllAllowingPartialSuccess(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> replacements)List<ReindexJob>NullReindexJobService. updateAll(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> updates)com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<ReindexJob>NullReindexJobService. updateAllAllowingPartialSuccess(List<com.broadleafcommerce.data.tracking.core.service.Update<ReindexJob>> updates) - 
Uses of ReindexJob in com.broadleafcommerce.search.index.core.service.autoconfigure
Methods in com.broadleafcommerce.search.index.core.service.autoconfigure that return types with arguments of type ReindexJob Modifier and Type Method Description ReindexJobService<ReindexJob>IndexerCoreServiceAutoConfiguration. reindexJobService() 
 -