public class PollenFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
PollenFunctions() |
public static final com.google.common.base.Function<org.nuiton.topia.persistence.TopiaEntity,String> ENTITY_BY_ID
public static final com.google.common.base.Function<UserAccount,String> USER_BY_LOGIN
public static final com.google.common.base.Function<Comment,CommentDTO> COMMENT_TO_BEAN
public static final com.google.common.base.Function<Choice,PollChoiceDTO> CHOICE_TO_BEAN
public static final com.google.common.base.Function<Vote,VotingPersonDTO> VOTE_TO_BEAN
public static final com.google.common.base.Function<VoteToChoice,VoteToChoiceDTO> VOTE_TO_CHOICE_TO_BEAN
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
public static com.google.common.base.Function<VotingList,VotingGroupDTO> newVotingListToBean(Poll poll)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.