Class RecordProxy

java.lang.Object
org.openforis.collect.model.proxy.RecordProxy
All Implemented Interfaces:
Proxy

public class RecordProxy extends Object implements Proxy
Author:
M. Togna, S. Ricci
  • Constructor Details

  • Method Details

    • fromList

      public static List<RecordProxy> fromList(List<CollectRecord> records, ProxyContext context)
    • getSurveyId

      public int getSurveyId()
    • isNewRecord

      public boolean isNewRecord()
    • isPreview

      public boolean isPreview()
    • getStep

      public CollectRecord.Step getStep()
    • getDataStep

      public CollectRecord.Step getDataStep()
    • 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()
    • getRootEntity

      public EntityProxy getRootEntity()
    • getVersionId

      public Integer getVersionId()
    • getRootEntityKeys

      public List<String> getRootEntityKeys()
    • getEntityCounts

      public List<Integer> getEntityCounts()
    • getSummaryValues

      public List<String> getSummaryValues()
    • isEntryComplete

      public boolean isEntryComplete()
    • isCleansingComplete

      public boolean isCleansingComplete()
    • getErrors

      public Integer getErrors()
    • setErrors

      public void setErrors(Integer errors)
    • getSkipped

      public Integer getSkipped()
    • setSkipped

      public void setSkipped(Integer skipped)
    • getMissing

      public Integer getMissing()
    • setMissing

      public void setMissing(Integer missing)
    • getWarnings

      public Integer getWarnings()
    • setWarnings

      public void setWarnings(Integer warnings)
    • getMissingErrors

      public Integer getMissingErrors()
    • setMissingErrors

      public void setMissingErrors(Integer missingErrors)
    • getMissingWarnings

      public Integer getMissingWarnings()
    • setMissingWarnings

      public void setMissingWarnings(Integer missingWarnings)
    • getOwner

      public UserProxy getOwner()
    • setOwner

      public void setOwner(UserProxy owner)