Class JpaReindexJob
java.lang.Object
com.broadleafcommerce.search.index.reindex.provider.jpa.domain.JpaReindexJob
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.Identifiable,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
@Entity
public class JpaReindexJob
extends Object
implements com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, com.broadleafcommerce.data.tracking.core.Identifiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()getName()com.broadleafcommerce.search.index.core.domain.ReindexStatusinthashCode()voidvoidsetEndTime(Instant endTime) voidsetErrors(List<JpaReindexErrorDetails> errors) voidsetExpectedCount(Long expectedCount) voidsetFinishedLoadingQueueTime(Instant finishedLoadingQueueTime) voidsetFinishedProcessingQueueTime(Instant finishedProcessingQueueTime) voidvoidsetIndexableType(String indexableType) voidsetLastUpdated(Instant lastUpdated) voidvoidsetNodeCount(Integer nodeCount) voidsetProcessedCount(Long processedCount) voidsetStartTime(Instant startTime) voidsetStatus(com.broadleafcommerce.search.index.core.domain.ReindexStatus status) voidsetThreadCount(Integer threadCount) org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaReindexJob
public JpaReindexJob()
-
-
Method Details
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
- Specified by:
getIdin interfacecom.broadleafcommerce.data.tracking.core.Identifiable
-
getIndexableType
-
getName
-
getAuthor
-
getStartTime
-
getEndTime
-
getLastUpdated
-
getFinishedLoadingQueueTime
-
getFinishedProcessingQueueTime
-
getExpectedCount
-
getProcessedCount
-
getNodeCount
-
getThreadCount
-
getStatus
public com.broadleafcommerce.search.index.core.domain.ReindexStatus getStatus() -
getErrors
-
setId
-
setIndexableType
-
setName
-
setAuthor
-
setStartTime
-
setEndTime
-
setLastUpdated
-
setFinishedLoadingQueueTime
-
setFinishedProcessingQueueTime
-
setExpectedCount
-
setProcessedCount
-
setNodeCount
-
setThreadCount
-
setStatus
public void setStatus(com.broadleafcommerce.search.index.core.domain.ReindexStatus status) -
setErrors
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-