org.chorem.pollen.entities
Class PollenQueryHelper

java.lang.Object
  extended by org.chorem.pollen.entities.PollenQueryHelper

public class PollenQueryHelper
extends Object


Nested Class Summary
static class PollenQueryHelper.ChoiceProperty
           
static class PollenQueryHelper.CommentProperty
           
static class PollenQueryHelper.EntityProperty<E>
           
static class PollenQueryHelper.PersonListProperty
           
static class PollenQueryHelper.PersonToListProperty
           
static class PollenQueryHelper.PollAccountProperty
           
static class PollenQueryHelper.PollProperty
           
static class PollenQueryHelper.PreventRuleProperty
           
static class PollenQueryHelper.ResultProperty
           
static class PollenQueryHelper.UserAccountProperty
           
static class PollenQueryHelper.VoteProperty
           
static class PollenQueryHelper.VoteToChoiceProperty
           
static class PollenQueryHelper.VotingListProperty
           
 
Field Summary
static String ALIAS_CHOICE
           
static String ALIAS_COMMENT
           
static String ALIAS_PERSON_LIST
           
static String ALIAS_PERSON_TO_LIST
           
static String ALIAS_POLL
           
static String ALIAS_POLL_ACCOUNT
           
static String ALIAS_PREVENT_RULE
           
static String ALIAS_RESULT
           
static String ALIAS_USER_ACCOUNT
           
static String ALIAS_VOTE
           
static String ALIAS_VOTE_TO_CHOICE
           
static String ALIAS_VOTING_LIST
           
 
Constructor Summary
PollenQueryHelper()
           
 
Method Summary
static org.nuiton.topia.framework.TopiaQuery createQuery(PollenQueryHelper.EntityProperty property)
           
static String format(String statement, String... propertyNames)
           
static PollenQueryHelper.ChoiceProperty newChoiceProperty()
           
static PollenQueryHelper.ChoiceProperty newChoiceProperty(String alias)
           
static PollenQueryHelper.CommentProperty newCommentProperty()
           
static PollenQueryHelper.CommentProperty newCommentProperty(String alias)
           
static PollenQueryHelper.PersonListProperty newPersonListProperty()
           
static PollenQueryHelper.PersonListProperty newPersonListProperty(String alias)
           
static PollenQueryHelper.PersonToListProperty newPersonToListProperty()
           
static PollenQueryHelper.PersonToListProperty newPersonToListProperty(String alias)
           
static PollenQueryHelper.PollAccountProperty newPollAccountProperty()
           
static PollenQueryHelper.PollAccountProperty newPollAccountProperty(String alias)
           
static PollenQueryHelper.PollProperty newPollProperty()
           
static PollenQueryHelper.PollProperty newPollProperty(String alias)
           
static PollenQueryHelper.PreventRuleProperty newPreventRuleProperty()
           
static PollenQueryHelper.PreventRuleProperty newPreventRuleProperty(String alias)
           
static PollenQueryHelper.ResultProperty newResultProperty()
           
static PollenQueryHelper.ResultProperty newResultProperty(String alias)
           
static PollenQueryHelper.UserAccountProperty newUserAccountProperty()
           
static PollenQueryHelper.UserAccountProperty newUserAccountProperty(String alias)
           
static PollenQueryHelper.VoteProperty newVoteProperty()
           
static PollenQueryHelper.VoteProperty newVoteProperty(String alias)
           
static PollenQueryHelper.VoteToChoiceProperty newVoteToChoiceProperty()
           
static PollenQueryHelper.VoteToChoiceProperty newVoteToChoiceProperty(String alias)
           
static PollenQueryHelper.VotingListProperty newVotingListProperty()
           
static PollenQueryHelper.VotingListProperty newVotingListProperty(String alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS_VOTE

public static final String ALIAS_VOTE
See Also:
Constant Field Values

ALIAS_USER_ACCOUNT

public static final String ALIAS_USER_ACCOUNT
See Also:
Constant Field Values

ALIAS_PERSON_TO_LIST

public static final String ALIAS_PERSON_TO_LIST
See Also:
Constant Field Values

ALIAS_PREVENT_RULE

public static final String ALIAS_PREVENT_RULE
See Also:
Constant Field Values

ALIAS_CHOICE

public static final String ALIAS_CHOICE
See Also:
Constant Field Values

ALIAS_VOTE_TO_CHOICE

public static final String ALIAS_VOTE_TO_CHOICE
See Also:
Constant Field Values

ALIAS_RESULT

public static final String ALIAS_RESULT
See Also:
Constant Field Values

ALIAS_VOTING_LIST

public static final String ALIAS_VOTING_LIST
See Also:
Constant Field Values

ALIAS_POLL_ACCOUNT

public static final String ALIAS_POLL_ACCOUNT
See Also:
Constant Field Values

ALIAS_POLL

public static final String ALIAS_POLL
See Also:
Constant Field Values

ALIAS_COMMENT

public static final String ALIAS_COMMENT
See Also:
Constant Field Values

ALIAS_PERSON_LIST

public static final String ALIAS_PERSON_LIST
See Also:
Constant Field Values
Constructor Detail

PollenQueryHelper

public PollenQueryHelper()
Method Detail

createQuery

public static org.nuiton.topia.framework.TopiaQuery createQuery(PollenQueryHelper.EntityProperty property)

format

public static String format(String statement,
                            String... propertyNames)

newVoteProperty

public static PollenQueryHelper.VoteProperty newVoteProperty()

newVoteProperty

public static PollenQueryHelper.VoteProperty newVoteProperty(String alias)

newUserAccountProperty

public static PollenQueryHelper.UserAccountProperty newUserAccountProperty()

newUserAccountProperty

public static PollenQueryHelper.UserAccountProperty newUserAccountProperty(String alias)

newPersonToListProperty

public static PollenQueryHelper.PersonToListProperty newPersonToListProperty()

newPersonToListProperty

public static PollenQueryHelper.PersonToListProperty newPersonToListProperty(String alias)

newPreventRuleProperty

public static PollenQueryHelper.PreventRuleProperty newPreventRuleProperty()

newPreventRuleProperty

public static PollenQueryHelper.PreventRuleProperty newPreventRuleProperty(String alias)

newChoiceProperty

public static PollenQueryHelper.ChoiceProperty newChoiceProperty()

newChoiceProperty

public static PollenQueryHelper.ChoiceProperty newChoiceProperty(String alias)

newVoteToChoiceProperty

public static PollenQueryHelper.VoteToChoiceProperty newVoteToChoiceProperty()

newVoteToChoiceProperty

public static PollenQueryHelper.VoteToChoiceProperty newVoteToChoiceProperty(String alias)

newResultProperty

public static PollenQueryHelper.ResultProperty newResultProperty()

newResultProperty

public static PollenQueryHelper.ResultProperty newResultProperty(String alias)

newVotingListProperty

public static PollenQueryHelper.VotingListProperty newVotingListProperty()

newVotingListProperty

public static PollenQueryHelper.VotingListProperty newVotingListProperty(String alias)

newPollAccountProperty

public static PollenQueryHelper.PollAccountProperty newPollAccountProperty()

newPollAccountProperty

public static PollenQueryHelper.PollAccountProperty newPollAccountProperty(String alias)

newPollProperty

public static PollenQueryHelper.PollProperty newPollProperty()

newPollProperty

public static PollenQueryHelper.PollProperty newPollProperty(String alias)

newCommentProperty

public static PollenQueryHelper.CommentProperty newCommentProperty()

newCommentProperty

public static PollenQueryHelper.CommentProperty newCommentProperty(String alias)

newPersonListProperty

public static PollenQueryHelper.PersonListProperty newPersonListProperty()

newPersonListProperty

public static PollenQueryHelper.PersonListProperty newPersonListProperty(String alias)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.