org.chorem.pollen
Class PollenFunctions
java.lang.Object
org.chorem.pollen.PollenFunctions
public class PollenFunctions
- extends Object
Usefull pollen functions.
- Since:
- 1.3
- Author:
- tchemit
|
Field Summary |
static com.google.common.base.Function<Choice,PollChoiceDTO> |
CHOICE_TO_BEAN
|
static com.google.common.base.Function<Comment,CommentDTO> |
COMMENT_TO_BEAN
|
static com.google.common.base.Function<org.nuiton.topia.persistence.TopiaEntity,String> |
ENTITY_BY_ID
|
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
MAP_ENTRY_TO_PAIR_FUNCTION
|
static com.google.common.base.Function<Poll,PollDTO> |
POLL_TO_BEAN
|
static com.google.common.base.Function<UserAccount,String> |
USER_BY_LOGIN
|
static com.google.common.base.Function<Vote,VotingPersonDTO> |
VOTE_TO_BEAN
|
static com.google.common.base.Function<VoteToChoice,VoteToChoiceDTO> |
VOTE_TO_CHOICE_TO_BEAN
|
static com.google.common.base.Function<VotingList,VotingGroupDTO> |
VOTING_LIST_TO_BEAN
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTITY_BY_ID
public static final com.google.common.base.Function<org.nuiton.topia.persistence.TopiaEntity,String> ENTITY_BY_ID
USER_BY_LOGIN
public static final com.google.common.base.Function<UserAccount,String> USER_BY_LOGIN
POLL_TO_BEAN
public static final com.google.common.base.Function<Poll,PollDTO> POLL_TO_BEAN
COMMENT_TO_BEAN
public static final com.google.common.base.Function<Comment,CommentDTO> COMMENT_TO_BEAN
CHOICE_TO_BEAN
public static final com.google.common.base.Function<Choice,PollChoiceDTO> CHOICE_TO_BEAN
VOTING_LIST_TO_BEAN
public static final com.google.common.base.Function<VotingList,VotingGroupDTO> VOTING_LIST_TO_BEAN
VOTE_TO_BEAN
public static final com.google.common.base.Function<Vote,VotingPersonDTO> VOTE_TO_BEAN
VOTE_TO_CHOICE_TO_BEAN
public static final com.google.common.base.Function<VoteToChoice,VoteToChoiceDTO> VOTE_TO_CHOICE_TO_BEAN
MAP_ENTRY_TO_PAIR_FUNCTION
public static final com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> MAP_ENTRY_TO_PAIR_FUNCTION
PollenFunctions
public PollenFunctions()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.