Class DataImportSummaryItemProxy
- java.lang.Object
-
- org.openforis.collect.remoting.service.dataimport.DataImportSummaryItemProxy
-
-
Constructor Summary
Constructors Constructor Description DataImportSummaryItemProxy(DataImportSummaryItem item, Locale locale)
-
Method Summary
-
-
-
Constructor Detail
-
DataImportSummaryItemProxy
public DataImportSummaryItemProxy(DataImportSummaryItem item, Locale locale)
-
-
Method Detail
-
fromList
public static List<DataImportSummaryItemProxy> fromList(List<DataImportSummaryItem> items, Locale locale)
-
getEntryId
public int getEntryId()
-
getRecord
public RecordSummaryProxy getRecord()
-
getRecordTotalErrors
public int getRecordTotalErrors()
-
getRecordErrors
public int getRecordErrors()
-
getRecordMissingErrors
public int getRecordMissingErrors()
-
getRecordCreationDate
public Date getRecordCreationDate()
-
getRecordModifiedDate
public Date getRecordModifiedDate()
-
getRecordCompletionPercent
public int getRecordCompletionPercent()
-
getRecordFilledAttributesCount
public int getRecordFilledAttributesCount()
-
getConflictingRecord
public RecordSummaryProxy getConflictingRecord()
-
getConflictingRecordTotalErrors
public int getConflictingRecordTotalErrors()
-
getConflictingRecordErrors
public int getConflictingRecordErrors()
-
getConflictingRecordMissingErrors
public int getConflictingRecordMissingErrors()
-
getConflictingRecordCompletionPercent
public int getConflictingRecordCompletionPercent()
-
getConflictingRecordCreationDate
public Date getConflictingRecordCreationDate()
-
getConflictingRecordModifiedDate
public Date getConflictingRecordModifiedDate()
-
getConflictingRecordStep
public CollectRecord.Step getConflictingRecordStep()
-
getConflictingRecordFilledAttributesCount
public int getConflictingRecordFilledAttributesCount()
-
getCompletionDifferencePercent
public int getCompletionDifferencePercent()
-
getImportabilityLevel
public int getImportabilityLevel()
-
getWarnings
public List<NodeUnmarshallingErrorProxy> getWarnings()
-
getSteps
public List<CollectRecord.Step> getSteps()
-
isEntryDataPresent
public boolean isEntryDataPresent()
-
isCleansingDataPresent
public boolean isCleansingDataPresent()
-
isAnalysisDataPresent
public boolean isAnalysisDataPresent()
-
isConflictingRecordEntryDataPresent
public boolean isConflictingRecordEntryDataPresent()
-
isConflictingRecordCleansingDataPresent
public boolean isConflictingRecordCleansingDataPresent()
-
isConflictingRecordAnalysisDataPresent
public boolean isConflictingRecordAnalysisDataPresent()
-
hasStep
protected boolean hasStep(CollectRecord.Step step)
-
-