01/01: add VoterListBean and VoterListMemberBean convertable
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit e83faa5807d0dc115aa8e4da860f7f7c3b67848a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Jun 5 17:05:44 2014 +0200 add VoterListBean and VoterListMemberBean convertable --- .../org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java index aa9581e..20cdf1a 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java @@ -39,6 +39,8 @@ import org.chorem.pollen.services.bean.PollBean; import org.chorem.pollen.services.bean.PollenUserBean; import org.chorem.pollen.services.bean.VoteBean; import org.chorem.pollen.services.bean.VoteToChoiceBean; +import org.chorem.pollen.services.bean.VoterListBean; +import org.chorem.pollen.services.bean.VoterListMemberBean; import org.debux.webmotion.server.WebMotionServerListener; import org.debux.webmotion.server.call.ServerContext; import org.debux.webmotion.server.mapping.Mapping; @@ -65,6 +67,8 @@ public class PollenRestApiApplicationListener implements WebMotionServerListener PollenUserBean.class, FavoriteListBean.class, FavoriteListMemberBean.class, + VoterListBean.class, + VoterListMemberBean.class, PaginationParameterBean.class ); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm