Uses of Class
org.openforis.collect.model.proxy.RecordProxy
Packages that use RecordProxy
-
Uses of RecordProxy in org.openforis.collect.model.proxy
Methods in org.openforis.collect.model.proxy that return types with arguments of type RecordProxyModifier and TypeMethodDescriptionstatic 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 RecordProxyModifier and TypeMethodDescriptionRecordController.createRandomRecord(int surveyId, RecordGenerator.NewRecordParameters params) RecordController.loadRecord(int surveyId, int recordId, Integer stepNumber, boolean lock) RecordController.newRecord(int surveyId, RecordGenerator.NewRecordParameters params)