cmu.survey.objects
Interface SurveyDataCache

All Known Implementing Classes:
Survey, SurveyAuto, SurveyBlank, SurveyPage

public interface SurveyDataCache


Method Summary
 java.lang.Object getCachedDataByPage(java.lang.String name)
           
 java.lang.Object getCachedDataIgnoringPage(java.lang.String name)
           
 void setCachedDataByPage(java.lang.String key, java.lang.Object value)
           
 void setCachedDataIgnoringPage(java.lang.String key, java.lang.Object value)
           
 

Method Detail

setCachedDataByPage

void setCachedDataByPage(java.lang.String key,
                         java.lang.Object value)

setCachedDataIgnoringPage

void setCachedDataIgnoringPage(java.lang.String key,
                               java.lang.Object value)

getCachedDataByPage

java.lang.Object getCachedDataByPage(java.lang.String name)

getCachedDataIgnoringPage

java.lang.Object getCachedDataIgnoringPage(java.lang.String name)