Serialized Form


Package org.chorem.pollen.business.dto

Class org.chorem.pollen.business.dto.ChoiceDTO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

description

String description

value

int value

validate

boolean validate

voteId

String voteId

pollId

String pollId

hidden

boolean hidden

Class org.chorem.pollen.business.dto.CommentDTO extends Object implements Serializable

Serialized Fields

id

String id

text

String text

postDate

Date postDate

pollId

String pollId

pollAccountId

String pollAccountId

Class org.chorem.pollen.business.dto.PersonListDTO extends Object implements Serializable

Serialized Fields

id

String id

userId

String userId

name

String name

pollAccountDTOs

List<E> pollAccountDTOs

Class org.chorem.pollen.business.dto.PollAccountDTO extends Object implements Serializable

Serialized Fields

id

String id

accountId

String accountId

votingId

String votingId

userId

String userId

email

String email

weight

double weight

hasVoted

boolean hasVoted

votingListId

String votingListId

personListId

String personListId

voteDTOs

List<E> voteDTOs

Class org.chorem.pollen.business.dto.PollDTO extends Object implements Serializable

Serialized Fields

id

String id

pollId

String pollId

title

String title

description

String description

beginDate

Date beginDate

endDate

Date endDate

beginChoiceDate

Date beginChoiceDate

endChoiceDate

Date endChoiceDate

maxChoiceNb

int maxChoiceNb

closed

boolean closed

choiceAddAllowed

boolean choiceAddAllowed

anonymousVoteAllowed

boolean anonymousVoteAllowed

anonymous

boolean anonymous

publicResults

boolean publicResults

continuousResults

boolean continuousResults

pollType

PollType pollType

voteCounting

VoteCountingType voteCounting

choiceType

ChoiceType choiceType

userId

String userId

creatorId

String creatorId

creatorEmail

String creatorEmail

nbVotes

int nbVotes

commentDTOs

List<E> commentDTOs

votingListDTOs

List<E> votingListDTOs

voteDTOs

List<E> voteDTOs

preventRuleDTOs

List<E> preventRuleDTOs

choiceDTOs

List<E> choiceDTOs

resultDTOs

List<E> resultDTOs

Class org.chorem.pollen.business.dto.PreventRuleDTO extends Object implements Serializable

Serialized Fields

id

String id

pollId

String pollId

scope

String scope

sensibility

int sensibility

active

boolean active

oneTime

boolean oneTime

repeated

boolean repeated

method

String method

Class org.chorem.pollen.business.dto.ResultDTO extends Object implements Serializable

Serialized Fields

id

String id

name

String name

value

String value

pollId

String pollId

choiceType

ChoiceType choiceType

voteCounting

VoteCountingType voteCounting

byGroup

boolean byGroup

hidden

boolean hidden

Class org.chorem.pollen.business.dto.UserDTO extends Object implements Serializable

Serialized Fields

id

String id

login

String login

firstName

String firstName

lastName

String lastName

administrator

boolean administrator

language

String language

email

String email

personListDTOs

List<E> personListDTOs

pollAccountDTOs

List<E> pollAccountDTOs

Class org.chorem.pollen.business.dto.VoteDTO extends Object implements Serializable

Serialized Fields

id

String id

weight

double weight

comment

String comment

anonymous

boolean anonymous

pollAccountId

String pollAccountId

name

String name
QUICK FIX to have pollAccount votingId


userId

String userId
QUICK FIX to have pollAccount userId


pollId

String pollId

votingListId

String votingListId

choiceDTOs

List<E> choiceDTOs

Class org.chorem.pollen.business.dto.VotingListDTO extends Object implements Serializable

Serialized Fields

id

String id

name

String name

weight

double weight

pollId

String pollId

voteId

String voteId

pollAccountDTOs

List<E> pollAccountDTOs

Package org.chorem.pollen.business.persistence

Class org.chorem.pollen.business.persistence.ChoiceAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

description

String description

validate

Boolean validate

voteVoteToChoice

List<E> voteVoteToChoice

poll

Poll poll

Class org.chorem.pollen.business.persistence.ChoiceImpl extends ChoiceAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.ChoiceTypeAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

Class org.chorem.pollen.business.persistence.ChoiceTypeImpl extends ChoiceTypeAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.CommentAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

text

String text

postDate

Date postDate

poll

Poll poll

pollAccount

PollAccount pollAccount

Class org.chorem.pollen.business.persistence.CommentImpl extends CommentAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PersonListAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

owner

UserAccount owner

pollAccount

List<E> pollAccount

Class org.chorem.pollen.business.persistence.PersonListImpl extends PersonListAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PersonToListAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

weight

Double weight

hasVoted

Boolean hasVoted

votingList

VotingList votingList

pollAccount

PollAccount pollAccount

Class org.chorem.pollen.business.persistence.PersonToListImpl extends PersonToListAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PollAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

pollId

String pollId

title

String title

description

String description

beginChoiceDate

Date beginChoiceDate

beginDate

Date beginDate

endDate

Date endDate

maxChoiceNb

Integer maxChoiceNb

closed

Boolean closed

choiceAddAllowed

Boolean choiceAddAllowed

anonymousVoteAllowed

Boolean anonymousVoteAllowed

anonymous

Boolean anonymous

publicResults

Boolean publicResults

continuousResults

Boolean continuousResults

endChoiceDate

Date endChoiceDate

vote

List<E> vote

choice

List<E> choice

result

List<E> result

creator

PollAccount creator

comment

List<E> comment

preventRule

List<E> preventRule

votingList

List<E> votingList

pollType

PollType pollType

choiceType

ChoiceType choiceType

voteCounting

VoteCounting voteCounting

Class org.chorem.pollen.business.persistence.PollAccountAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

accountId

String accountId

votingId

String votingId

email

String email

votingListPersonToList

List<E> votingListPersonToList

pollsCreated

List<E> pollsCreated

comment

List<E> comment

vote

List<E> vote

personList

PersonList personList

userAccount

UserAccount userAccount

Class org.chorem.pollen.business.persistence.PollAccountImpl extends PollAccountAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PollImpl extends PollAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PollTypeAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

Class org.chorem.pollen.business.persistence.PollTypeImpl extends PollTypeAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.PreventRuleAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

scope

String scope

sensibility

Integer sensibility

repeated

Boolean repeated

active

Boolean active

oneTime

Boolean oneTime

method

String method

poll

Poll poll

Class org.chorem.pollen.business.persistence.PreventRuleImpl extends PreventRuleAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.ResultAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

ResultValue

String ResultValue

byGroup

Boolean byGroup

poll

Poll poll

voteCounting

VoteCounting voteCounting

Class org.chorem.pollen.business.persistence.ResultImpl extends ResultAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.UserAccountAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

login

String login

password

String password

firstName

String firstName

lastName

String lastName

administrator

Boolean administrator

language

String language

email

String email

favoriteList

List<E> favoriteList

pollAccount

List<E> pollAccount

Class org.chorem.pollen.business.persistence.UserAccountImpl extends UserAccountAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.VoteAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

weight

Double weight

comment

String comment

anonymous

Boolean anonymous

choiceVoteToChoice

List<E> choiceVoteToChoice

poll

Poll poll

pollAccount

PollAccount pollAccount

votingList

VotingList votingList

Class org.chorem.pollen.business.persistence.VoteCountingAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

Class org.chorem.pollen.business.persistence.VoteCountingImpl extends VoteCountingAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.VoteImpl extends VoteAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.VoteToChoiceAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

voteValue

Integer voteValue

vote

Vote vote

choice

Choice choice

Class org.chorem.pollen.business.persistence.VoteToChoiceImpl extends VoteToChoiceAbstract implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.business.persistence.VotingListAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Serializable

Serialized Fields

name

String name

weight

Double weight

pollAccountPersonToList

List<E> pollAccountPersonToList

poll

Poll poll

vote

Vote vote

Class org.chorem.pollen.business.persistence.VotingListImpl extends VotingListAbstract implements Serializable

serialVersionUID: 1L



Copyright © 2009-2010 CodeLutin. All Rights Reserved.