com.objectplanet.survey.plugin.interfaces
Interface ISurveyDefaultValuesProvider
public interface ISurveyDefaultValuesProvider
Interface that makes it possible for a plugin to set default values on a survey. Only simple
get/set values on the survey object should be set by the plugin. The plugin will be asked to set
the values right before the survey attributes are stored in the database. It will be temporarily
unlocked by the system to allow for the plugin to set values.
- Author:
- Torgeir Lund
- Created:
- Dec 19, 2016
Method Summary |
void |
setDefaultValues(Survey survey)
This method will be called for all implementors of the interface. |
setDefaultValues
void setDefaultValues(Survey survey)
- This method will be called for all implementors of the interface. If more than one plugin
implements this interface, values may be overwritten by other plugins.
Built on December 20 2016