Class DataImportSummaryItemProxy

java.lang.Object
org.openforis.collect.remoting.service.dataimport.DataImportSummaryItemProxy
All Implemented Interfaces:
Proxy

public class DataImportSummaryItemProxy extends Object implements Proxy
Author:
S. Ricci
  • Constructor Details

  • Method Details

    • 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)