public StandaloneCandidacyProcess(final ExecutionSemester executionSemester, final DateTime start, final DateTime end) {
this();
checkParameters(executionSemester, start, end);
setState(CandidacyProcessState.STAND_BY);
new StandaloneCandidacyPeriod(this, executionSemester, start, end);
}