Class DataImportSummaryItemProxy
java.lang.Object
org.openforis.collect.remoting.service.dataimport.DataImportSummaryItemProxy
- All Implemented Interfaces:
Proxy
- Author:
- S. Ricci
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<DataImportSummaryItemProxy> fromList(List<DataImportSummaryItem> items, Locale locale) intintintintintintintintintintintintintgetSteps()protected booleanhasStep(CollectRecord.Step step) booleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
DataImportSummaryItemProxy
-
-
Method Details
-
fromList
public static List<DataImportSummaryItemProxy> fromList(List<DataImportSummaryItem> items, Locale locale) -
getEntryId
public int getEntryId() -
getRecord
-
getRecordTotalErrors
public int getRecordTotalErrors() -
getRecordErrors
public int getRecordErrors() -
getRecordMissingErrors
public int getRecordMissingErrors() -
getRecordCreationDate
-
getRecordModifiedDate
-
getRecordCompletionPercent
public int getRecordCompletionPercent() -
getRecordFilledAttributesCount
public int getRecordFilledAttributesCount() -
getConflictingRecord
-
getConflictingRecordTotalErrors
public int getConflictingRecordTotalErrors() -
getConflictingRecordErrors
public int getConflictingRecordErrors() -
getConflictingRecordMissingErrors
public int getConflictingRecordMissingErrors() -
getConflictingRecordCompletionPercent
public int getConflictingRecordCompletionPercent() -
getConflictingRecordCreationDate
-
getConflictingRecordModifiedDate
-
getConflictingRecordStep
-
getConflictingRecordFilledAttributesCount
public int getConflictingRecordFilledAttributesCount() -
getCompletionDifferencePercent
public int getCompletionDifferencePercent() -
getImportabilityLevel
public int getImportabilityLevel() -
getWarnings
-
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
-