Uses of Class
com.broadleafcommerce.search.index.core.domain.ReindexJob
Packages that use ReindexJob
Package
Description
-
Uses of ReindexJob in com.broadleafcommerce.search.index.core.domain
Methods in com.broadleafcommerce.search.index.core.domain that return ReindexJob -
Uses of ReindexJob in com.broadleafcommerce.search.index.core.endpoint
Methods in com.broadleafcommerce.search.index.core.endpoint that return ReindexJobModifier and TypeMethodDescriptionReindexJobStatusEndpoint.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 ReindexJobModifier and TypeMethodDescriptionprotected 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 ReindexJobModifierConstructorDescriptionReindexJobStatusEndpoint(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 ReindexJobModifier and TypeMethodDescriptionIndexerCoreEndpointAutoConfiguration.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 ReindexJobModifier and TypeInterfaceDescriptioninterfaceReindexJobService<P extends ReindexJob>Service API forReindexJobMethods in com.broadleafcommerce.search.index.core.service that return ReindexJobModifier and TypeMethodDescription<D,R extends org.springframework.data.repository.CrudRepository<D, String> & com.broadleafcommerce.common.extension.DomainTypeAware>
ReindexJobNullReindexJobService.create(ReindexJob businessInstance) NullReindexJobService.replace(String id, ReindexJob businessInstance) NullReindexJobService.update(String id, ReindexJob businessInstance) Methods in com.broadleafcommerce.search.index.core.service that return types with arguments of type ReindexJobModifier and TypeMethodDescription<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) NullReindexJobService.readAll()org.springframework.data.domain.Page<ReindexJob>NullReindexJobService.readAll(org.springframework.data.domain.Pageable pageable) NullReindexJobService.readAll(org.springframework.data.domain.Sort sort) 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) 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) 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 ReindexJobModifier and TypeMethodDescription<D,R extends org.springframework.data.repository.CrudRepository<D, String> & com.broadleafcommerce.common.extension.DomainTypeAware>
ReindexJobNullReindexJobService.create(ReindexJob businessInstance) NullReindexJobService.replace(String id, ReindexJob businessInstance) NullReindexJobService.update(String id, ReindexJob businessInstance) Method parameters in com.broadleafcommerce.search.index.core.service with type arguments of type ReindexJobModifier and TypeMethodDescription<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) 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) 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