Subversion Repositories bacoAlunos

Rev

Rev 1409 | Rev 1754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1409 Rev 1544
Line 6... Line 6...
6
import pt.estgp.estgweb.domain.QuestionarioImpl;
6
import pt.estgp.estgweb.domain.QuestionarioImpl;
7
import pt.estgp.estgweb.domain.UserSessionImpl;
7
import pt.estgp.estgweb.domain.UserSessionImpl;
8
import pt.estgp.estgweb.domain.dao.DaoFactory;
8
import pt.estgp.estgweb.domain.dao.DaoFactory;
9
import pt.estgp.estgweb.domain.utils.SimpleClearanceRuledSupport;
9
import pt.estgp.estgweb.domain.utils.SimpleClearanceRuledSupport;
10
import pt.estgp.estgweb.services.questionarios.pedagogico.AnswersAlunosProcessor;
10
import pt.estgp.estgweb.services.questionarios.pedagogico.AnswersAlunosProcessor;
-
 
11
import pt.estgp.estgweb.services.questionarios.pedagogico.OlapGenerationProcessor;
11
import pt.estgp.estgweb.services.questionarios.pedagogico.UpdateCoursesAndUnitsJobService;
12
import pt.estgp.estgweb.services.questionarios.pedagogico.UpdateCoursesAndUnitsJobService;
12
import pt.estgp.estgweb.utils.ConfigProperties;
13
import pt.estgp.estgweb.utils.ConfigProperties;
13
 
14
 
14
/**
15
/**
15
 * Created by jorgemachado on 20/03/16.
16
 * Created by jorgemachado on 20/03/16.
Line 175... Line 176...
175
    @1.5.0/docs/api/java/lang/Override.html">Override
176
    @1.5.0/docs/api/java/lang/Override.html">Override
176
    public 1.5.0/docs/api/java/lang/Class.html">Class getJobServiceTaskAnswersProcessor() {
177
    public 1.5.0/docs/api/java/lang/Class.html">Class getJobServiceTaskAnswersProcessor() {
177
        return AnswersAlunosProcessor.class;
178
        return AnswersAlunosProcessor.class;
178
    }
179
    }
179
 
180
 
-
 
181
    public 1.5.0/docs/api/java/lang/Class.html">Class getJobServiceOlapGenerationProcessor() {
-
 
182
        return OlapGenerationProcessor.class;
-
 
183
    }
-
 
184
 
180
 
185
 
181
}
186
}