This is an automated email from the git hooks/post-receive script. New change to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 26380285 Merge branch 'feature/april' of gitlab.nuiton.org:chorem/pollen into feature/april new 7d53266f refs #221 - Vote associatif - Fix import new c76e422d refs #221 - Vote associatif - Init QuestionService and QuestionBean The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c76e422d6e597b384974b482e15af6f656d5277f Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 2 15:24:24 2018 +0200 refs #221 - Vote associatif - Init QuestionService and QuestionBean commit 7d53266f4656cbc0052caab903cda76293fcad08 Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 2 15:21:16 2018 +0200 refs #221 - Vote associatif - Fix import Summary of changes: .../pollen/persistence/entity/PollTopiaDao.java | 1 + .../org/chorem/pollen/services/bean/PollBean.java | 101 ++--------- .../chorem/pollen/services/bean/QuestionBean.java | 201 +++++++++++++++++++++ .../services/service/PollenServiceSupport.java | 30 +-- .../pollen/services/service/QuestionService.java | 151 ++++++++++++++++ .../pollen/services/service/VoteService.java | 1 + 6 files changed, 381 insertions(+), 104 deletions(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/bean/QuestionBean.java create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/service/QuestionService.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.