Uses of Class
org.openforis.collect.model.proxy.RecordProxy
-
Packages that use RecordProxy Package Description org.openforis.collect.model.proxy org.openforis.collect.web.controller -
-
Uses of RecordProxy in org.openforis.collect.model.proxy
Methods in org.openforis.collect.model.proxy that return types with arguments of type RecordProxy Modifier and Type Method Description static List<RecordProxy>RecordProxy. fromList(List<CollectRecord> records, ProxyContext context) -
Uses of RecordProxy in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return RecordProxy Modifier and Type Method Description RecordProxyRecordController. createRandomRecord(int surveyId, RecordGenerator.NewRecordParameters params)RecordProxyRecordController. loadRecord(int surveyId, int recordId, Integer stepNumber, boolean lock)RecordProxyRecordController. newRecord(int surveyId, RecordGenerator.NewRecordParameters params)
-