Serialized Form


Package org.chorem.pollen.ui.actions

Class org.chorem.pollen.ui.actions.PollenActionSupport extends org.nuiton.web.struts2.BaseAction implements Serializable

serialVersionUID: 1L


Package org.chorem.pollen.ui.actions.admin

Class org.chorem.pollen.ui.actions.admin.Confirm extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

pollId

String pollId

user

org.chorem.pollen.business.persistence.UserAccount user

poll

org.chorem.pollen.business.persistence.Poll poll

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.admin.DeleteUser extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.admin.ManagePolls extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.admin.ManageUsers extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

action

String action

user

org.chorem.pollen.business.persistence.UserAccount user

Package org.chorem.pollen.ui.actions.io

Class org.chorem.pollen.ui.actions.io.GenerateChart extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type

values

List<E> values

subtitles

List<E> subtitles

width

int width

height

int height

title

String title

chart

org.jfree.chart.JFreeChart chart

Class org.chorem.pollen.ui.actions.io.GetPollImageChoice extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

pollId

String pollId

choiceId

String choiceId

thumb

boolean thumb

contentType

String contentType

Package org.chorem.pollen.ui.actions.json

Class org.chorem.pollen.ui.actions.json.AbstractJSONPaginedAction extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

pager

org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager

filters

String filters

Class org.chorem.pollen.ui.actions.json.GetCreatedPolls extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.json.GetFavoriteList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

Class org.chorem.pollen.ui.actions.json.GetFavoriteListPollAccount extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

pollAccountId

String pollAccountId

Class org.chorem.pollen.ui.actions.json.GetFavoriteListPollAccounts extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

Class org.chorem.pollen.ui.actions.json.GetFavoriteLists extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.json.GetInvitedPolls extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.json.GetParticipatedPolls extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.json.GetPollComments extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Serialized Fields

pollId

String pollId

Class org.chorem.pollen.ui.actions.json.GetPolls extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.json.GetUser extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

Class org.chorem.pollen.ui.actions.json.GetUsers extends AbstractJSONPaginedAction implements Serializable

serialVersionUID: 1L


Package org.chorem.pollen.ui.actions.poll

Class org.chorem.pollen.ui.actions.poll.AbstractDisplayChoice extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

tokenId

String tokenId
Where to find dynamic data (says choices in this case).


choiceNumber

int choiceNumber
Number of choice to display.


choice

org.chorem.pollen.business.persistence.Choice choice
Choice to display in ui (come from dynamic data if exists, or fresh created one).

Class org.chorem.pollen.ui.actions.poll.AbstractPollForm extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

poll

org.chorem.pollen.business.persistence.Poll poll

pollTypes

Map<K,V> pollTypes

voteCountingTypes

Map<K,V> voteCountingTypes

choiceTypes

Map<K,V> choiceTypes

textChoices

List<E> textChoices
Text choices.


imageChoices

List<E> imageChoices
Image choices.


dateChoices

List<E> dateChoices
Date choices.


restrictedVotingList

List<E> restrictedVotingList
restricted Voting lists.


groupVotingList

List<E> groupVotingList
Group voting lists.


notification

boolean notification

reminder

boolean reminder

limitChoice

boolean limitChoice

reminderHourCountdown

int reminderHourCountdown

Class org.chorem.pollen.ui.actions.poll.AbstractPollUriIdAction extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

pollUri

org.chorem.pollen.bean.PollUri pollUri

Class org.chorem.pollen.ui.actions.poll.AbstractVoteAction extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

poll

org.chorem.pollen.business.persistence.Poll poll

feedFileExisting

boolean feedFileExisting

creatorUser

boolean creatorUser

pollAccount

org.chorem.pollen.business.persistence.PollAccount pollAccount

alreadyVoted

boolean alreadyVoted

voteAllowed

boolean voteAllowed

votes

List<E> votes

vote

org.chorem.pollen.business.persistence.Vote vote

commentAuthor

String commentAuthor

voteSizeMessage

String voteSizeMessage

results

List<E> results

comments

List<E> comments

parameters

Map<K,V> parameters

Class org.chorem.pollen.ui.actions.poll.AddChoice extends AbstractVoteAction implements Serializable

serialVersionUID: 1L

Serialized Fields

choice

org.chorem.pollen.business.persistence.Choice choice

imageChoices

List<E> imageChoices

imageChoiceContentTypes

List<E> imageChoiceContentTypes

imageChoiceFileNames

List<E> imageChoiceFileNames

Class org.chorem.pollen.ui.actions.poll.AddComment extends AbstractVoteAction implements Serializable

serialVersionUID: 1L

Serialized Fields

commentText

String commentText

Class org.chorem.pollen.ui.actions.poll.ClosePoll extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.poll.ConfirmDeleteChoice extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

choiceId

String choiceId

choice

org.chorem.pollen.business.persistence.Choice choice

Class org.chorem.pollen.ui.actions.poll.ConfirmDeleteComment extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

commentId

String commentId
Id of the comment.


comment

org.chorem.pollen.business.persistence.Comment comment
Comment to delete.

Class org.chorem.pollen.ui.actions.poll.ConfirmDeleteVote extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

voteId

String voteId

vote

org.chorem.pollen.business.persistence.Vote vote

Class org.chorem.pollen.ui.actions.poll.ConfirmPollAction extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

poll

org.chorem.pollen.business.persistence.Poll poll

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.poll.CreatedList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.DeleteChoice extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

choiceId

String choiceId

Class org.chorem.pollen.ui.actions.poll.DeleteComment extends AbstractVoteAction implements Serializable

serialVersionUID: 1L

Serialized Fields

commentId

String commentId
Id of the comment to delete.

Class org.chorem.pollen.ui.actions.poll.DeletePoll extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.poll.DeleteVote extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

voteId

String voteId

Class org.chorem.pollen.ui.actions.poll.DisplayDateChoice extends AbstractDisplayChoice implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.DisplayImageChoice extends AbstractDisplayChoice implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.DisplayPersonToList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

votingListType

String votingListType
Type of the voting list.


votingListNumber

int votingListNumber
Number of the vontingList container.


personToListNumber

int personToListNumber
Number of person to display.


personToList

org.chorem.pollen.business.persistence.PersonToList personToList

Class org.chorem.pollen.ui.actions.poll.DisplayTextChoice extends AbstractDisplayChoice implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.DisplayVotingList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

votingListType

String votingListType
Type of the voting list.


votingListNumber

int votingListNumber
Number of person to display.


votingList

org.chorem.pollen.business.persistence.VotingList votingList
The voting list ot display.

Class org.chorem.pollen.ui.actions.poll.EditVote extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

accountId

String accountId

pollId

String pollId

Class org.chorem.pollen.ui.actions.poll.ExportPoll extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

filename

String filename

contentLength

long contentLength

Class org.chorem.pollen.ui.actions.poll.GetPollFeed extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

pollId

String pollId

contentLength

long contentLength

Class org.chorem.pollen.ui.actions.poll.ImportPersonListToVotingList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

votingListType

String votingListType
Type of the voting list.


votingListNumber

int votingListNumber
Number of person to display.


votingList

org.chorem.pollen.business.persistence.VotingList votingList
The voting list ot display.


startNumber

int startNumber

personListId

String personListId

Class org.chorem.pollen.ui.actions.poll.InvitedList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.LoadPoll extends AbstractPollForm implements Serializable

serialVersionUID: 1L

Serialized Fields

pollUri

org.chorem.pollen.bean.PollUri pollUri

clone

boolean clone

Class org.chorem.pollen.ui.actions.poll.ParticipatedList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.poll.ResultForPoll extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

byGroup

Boolean byGroup

userAllowed

boolean userAllowed

poll

org.chorem.pollen.business.persistence.Poll poll

results

List<E> results

topRanking

List<E> topRanking

Class org.chorem.pollen.ui.actions.poll.ResultLink extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

pollService

org.chorem.pollen.services.impl.PollService pollService

poll

org.chorem.pollen.business.persistence.Poll poll

pollResultUrl

String pollResultUrl

Class org.chorem.pollen.ui.actions.poll.SavePoll extends AbstractPollForm implements Serializable

serialVersionUID: 1L

Serialized Fields

imageChoice

List<E> imageChoice
Uploaded images (for choice type poll).


imageChoiceContentType

List<E> imageChoiceContentType
Uploaded images content type (for choice type poll).


imageChoiceFileName

List<E> imageChoiceFileName
Uploaded images name (from use desktop) (for choice type poll).


informationsError

boolean informationsError
Flag when there is some errors on the information panel.


optionsError

boolean optionsError
Flag when there is some errors on the options panel.


parameters

Map<K,V> parameters
All the parameters send by request used to build back choices of the poll.


choices

Map<K,V> choices
Indexed choices retreive from parameters for the choiceType selected in form. (Other choices are lost).


votingLists

Map<K,V> votingLists
Indexed voting lists retreive from parameters for the pollType selected in form. (Other voting lists are lost).

Class org.chorem.pollen.ui.actions.poll.SelectPersonListToVotingList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

votingListType

String votingListType

votingListNumber

int votingListNumber

containerId

String containerId

personList

Map<K,V> personList

Class org.chorem.pollen.ui.actions.poll.VoteForPoll extends AbstractVoteAction implements Serializable

serialVersionUID: 1L


Package org.chorem.pollen.ui.actions.user

Class org.chorem.pollen.ui.actions.user.Confirm extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

pollAccountId

String pollAccountId

favoriteList

org.chorem.pollen.business.persistence.PersonList favoriteList

pollAccount

org.chorem.pollen.business.persistence.PollAccount pollAccount

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.user.DeleteFavoriteList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.user.DeletePollAccount extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

pollAccountId

String pollAccountId

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.user.Edit extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

user

org.chorem.pollen.business.persistence.UserAccount user

newPassword

String newPassword

newPassword2

String newPassword2

Class org.chorem.pollen.ui.actions.user.Login extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

login

String login

password

String password

redirectUrl

String redirectUrl

Class org.chorem.pollen.ui.actions.user.Logout extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Class org.chorem.pollen.ui.actions.user.LostPassword extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

email

String email

Class org.chorem.pollen.ui.actions.user.ManageFavoriteList extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

parameters

Map<K,V> parameters

action

String action

favoriteList

org.chorem.pollen.business.persistence.PersonList favoriteList

pollAccount

org.chorem.pollen.business.persistence.PollAccount pollAccount

Class org.chorem.pollen.ui.actions.user.ManageFavoriteLists extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

favoriteList

org.chorem.pollen.business.persistence.PersonList favoriteList

csvImport

File csvImport

csvImportContentType

String csvImportContentType

csvImportFileName

String csvImportFileName

ldapImport

String ldapImport

action

String action

favoriteService

org.chorem.pollen.services.impl.FavoriteService favoriteService

Class org.chorem.pollen.ui.actions.user.Register extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

user

org.chorem.pollen.business.persistence.UserAccount user

password2

String password2

Class org.chorem.pollen.ui.actions.user.Show extends PollenActionSupport implements Serializable

serialVersionUID: 1L


Package org.chorem.pollen.ui.interceptors

Class org.chorem.pollen.ui.interceptors.PollenFileUploadInterceptor extends org.apache.struts2.interceptor.FileUploadInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

FILENAME_PATTERN

Pattern FILENAME_PATTERN

Package org.chorem.pollen.ui.results

Class org.chorem.pollen.ui.results.PollenServletActionRedirectResult extends org.apache.struts2.dispatcher.ServletActionRedirectResult implements Serializable

serialVersionUID: -9042425229314584066L



Copyright © 2009-2012 CodeLutin. All Rights Reserved.