Search in sources :

Example 1 with SurveyProxy

use of org.openforis.collect.metamodel.proxy.SurveyProxy in project collect by openforis.

the class SessionService method setActiveSurvey.

protected SurveyProxy setActiveSurvey(CollectSurvey survey, boolean work) {
    SessionState sessionState = sessionManager.getSessionState();
    sessionState.setActiveSurvey(survey);
    sessionState.setActiveSurveyWork(work);
    SurveyProxy proxy = new SurveyProxy(survey);
    return proxy;
}
Also used : SessionState(org.openforis.collect.web.session.SessionState) SurveyProxy(org.openforis.collect.metamodel.proxy.SurveyProxy)

Aggregations

SurveyProxy (org.openforis.collect.metamodel.proxy.SurveyProxy)1 SessionState (org.openforis.collect.web.session.SessionState)1