Class RecordSummaryProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.RecordSummaryProxy
-
-
Constructor Summary
Constructors Constructor Description RecordSummaryProxy(CollectRecordSummary summary, ProxyContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<RecordSummaryProxy>fromList(List<CollectRecordSummary> summaries, ProxyContext context)BasicUserProxygetCreatedBy()DategetCreationDate()List<Integer>getEntityCounts()IntegergetErrors()IntegergetId()StringgetLockedBy()IntegergetMissing()IntegergetMissingErrors()IntegergetMissingWarnings()BasicUserProxygetModifiedBy()DategetModifiedDate()UserProxygetOwner()List<String>getRootEntityKeys()IntegergetSkipped()CollectRecord.StategetState()CollectRecord.StepgetStep()intgetStepNumber()Map<CollectRecord.Step,CollectRecordSummary.StepSummary>getStepSummaries()List<String>getSummaryValues()intgetSurveyId()IntegergetTotalErrors()IntegergetVersionId()IntegergetWarnings()booleanisCleansingComplete()booleanisEntryComplete()
-
-
-
Constructor Detail
-
RecordSummaryProxy
public RecordSummaryProxy(CollectRecordSummary summary, ProxyContext context)
-
-
Method Detail
-
fromList
public static List<RecordSummaryProxy> fromList(List<CollectRecordSummary> summaries, ProxyContext context)
-
getSurveyId
public int getSurveyId()
-
getStep
public CollectRecord.Step getStep()
-
getStepNumber
public int getStepNumber()
-
getState
public CollectRecord.State getState()
-
getCreationDate
public Date getCreationDate()
-
getCreatedBy
public BasicUserProxy getCreatedBy()
-
getModifiedDate
public Date getModifiedDate()
-
getId
public Integer getId()
-
getModifiedBy
public BasicUserProxy getModifiedBy()
-
getVersionId
public Integer getVersionId()
-
isEntryComplete
public boolean isEntryComplete()
-
isCleansingComplete
public boolean isCleansingComplete()
-
getStepSummaries
public Map<CollectRecord.Step,CollectRecordSummary.StepSummary> getStepSummaries()
-
getTotalErrors
public Integer getTotalErrors()
-
getErrors
public Integer getErrors()
-
getSkipped
public Integer getSkipped()
-
getMissing
public Integer getMissing()
-
getWarnings
public Integer getWarnings()
-
getMissingErrors
public Integer getMissingErrors()
-
getMissingWarnings
public Integer getMissingWarnings()
-
getOwner
public UserProxy getOwner()
-
getLockedBy
public String getLockedBy()
-
-