Class RecordProxy
java.lang.Object
org.openforis.collect.model.proxy.RecordProxy
- All Implemented Interfaces:
Proxy
- Author:
- M. Togna, S. Ricci
-
Constructor Summary
ConstructorsConstructorDescriptionRecordProxy(CollectRecord record, ProxyContext context) RecordProxy(CollectRecord record, ProxyContext context, boolean newRecord) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<RecordProxy> fromList(List<CollectRecord> records, ProxyContext context) getId()getOwner()getState()getStep()intbooleanbooleanbooleanbooleanvoidvoidsetMissing(Integer missing) voidsetMissingErrors(Integer missingErrors) voidsetMissingWarnings(Integer missingWarnings) voidvoidsetSkipped(Integer skipped) voidsetWarnings(Integer warnings)
-
Constructor Details
-
RecordProxy
-
RecordProxy
-
-
Method Details
-
fromList
-
getSurveyId
public int getSurveyId() -
isNewRecord
public boolean isNewRecord() -
isPreview
public boolean isPreview() -
getStep
-
getDataStep
-
getState
-
getCreationDate
-
getCreatedBy
-
getModifiedDate
-
getId
-
getModifiedBy
-
getRootEntity
-
getVersionId
-
getRootEntityKeys
-
getEntityCounts
-
getSummaryValues
-
isEntryComplete
public boolean isEntryComplete() -
isCleansingComplete
public boolean isCleansingComplete() -
getErrors
-
setErrors
-
getSkipped
-
setSkipped
-
getMissing
-
setMissing
-
getWarnings
-
setWarnings
-
getMissingErrors
-
setMissingErrors
-
getMissingWarnings
-
setMissingWarnings
-
getOwner
-
setOwner
-