Class RecordProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.RecordProxy
-
-
Constructor Summary
Constructors Constructor Description RecordProxy(CollectRecord record, ProxyContext context)RecordProxy(CollectRecord record, ProxyContext context, boolean newRecord)
-
Method Summary
-
-
-
Constructor Detail
-
RecordProxy
public RecordProxy(CollectRecord record, ProxyContext context)
-
RecordProxy
public RecordProxy(CollectRecord record, ProxyContext context, boolean newRecord)
-
-
Method Detail
-
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()
-
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)
-
-