org.chorem.pollen
Class PollenFunctions

java.lang.Object
  extended by 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<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
           
 
Constructor Summary
PollenFunctions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PollenFunctions

public PollenFunctions()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.