org.chorem.pollen.entities
Class PollenQueryHelper
java.lang.Object
org.chorem.pollen.entities.PollenQueryHelper
public class PollenQueryHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PollenQueryHelper
public PollenQueryHelper()
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.