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

UserAccount user

poll

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

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

choiceTokenId

String choiceTokenId

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).

Since:
1.3

choiceNumber

int choiceNumber
Number of choice to display.

Since:
1.3

choice

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

Since:
1.3

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

serialVersionUID: 1L

Serialized Fields

poll

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

maxChoices

Integer maxChoices

reminderHourCountdown

Integer reminderHourCountdown

informationsError

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

Since:
1.3

optionsError

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

Since:
1.3

parameters

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

Since:
1.3

choices

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

Since:
1.3

choicesOrder

Map<K,V> choicesOrder
Contains the order of choices (given by the xxx.order field.

Since:
1.4

votingLists

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

Since:
1.3

pollUri

PollUri pollUri

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

serialVersionUID: 1L

Serialized Fields

pollUri

PollUri pollUri

page

int page

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

serialVersionUID: 1L

Serialized Fields

poll

Poll poll
Loaded poll.

Since:
1.3

feedFileExisting

boolean feedFileExisting
Is feed exists for this poll ?

Since:
1.3

creatorUser

boolean creatorUser
Is user the poll's creator ?

Since:
1.3

pollAccount

PollAccount pollAccount
Loaded poll account (from the pollUri).

Since:
1.3

voteAllowed

boolean voteAllowed
Is vote allowed for current user?

Since:
1.3

resultAllowed

boolean resultAllowed
Is current user can go to results.

Since:
1.4

votes

List<E> votes
All votes for the poll.

Since:
1.3

vote

Vote vote
Current vote to treat (for create/updatevote action).

Since:
1.3

commentAuthor

String commentAuthor
Comment author to display in UI.

Since:
1.3

results

List<E> results
Results of the poll.

Since:
1.3

comments

List<E> comments
List of comments to display.

Since:
1.3

parameters

Map<K,V> parameters
Injected parameters from request.

Since:
1.3

accountIdRole

SecurityService.AccountIdRole accountIdRole
The accountId role on this page.

Since:
1.4

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

serialVersionUID: 1L

Serialized Fields

choice

Choice choice

imageChoice

File imageChoice

imageChoiceContentType

String imageChoiceContentType

imageChoiceFileName

String imageChoiceFileName

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

serialVersionUID: 1L

Serialized Fields

commentText

String commentText
Text of the comment to add.

Since:
1.3

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

redirectUrl

String redirectUrl
Redirect url.

Since:
1.3

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

serialVersionUID: 1L

Serialized Fields

choiceId

String choiceId

choice

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.

Since:
1.3

comment

Comment comment
Loaded comment to delete.

Since:
1.3

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

serialVersionUID: 1L

Serialized Fields

voteId

String voteId
Id of the vote to delete.

Since:
1.3

vote

Vote vote
Loaded vote to delete.

Since:
1.3

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

serialVersionUID: 1L

Serialized Fields

poll

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.CreatePoll extends AbstractPollForm 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.

Since:
1.3

reason

String reason
Reason for deleting this comment (if any).

Since:
1.4

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
Id of the vote to delete.

Since:
1.3

reason

String reason
Reason for deleting this vote (if any).

Since:
1.4

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

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

VotingList votingList
The voting list ot display.

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

serialVersionUID: 1L

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

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.ModeratePoll extends AbstractVoteAction implements Serializable

serialVersionUID: 1L

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
Is result by group ?

Since:
1.3

creatorUser

boolean creatorUser
Is user is poll's creator ?

Since:
1.4

feedFileExisting

boolean feedFileExisting
Is feed exists for this poll ?

Since:
1.4

poll

Poll poll
Loaded poll.

Since:
1.3

results

List<E> results
Poll results.

Since:
1.3

topRanking

List<E> topRanking
Top ranking results.

Since:
1.3

urlHelper

org.apache.struts2.views.util.UrlHelper urlHelper
Url helper (to build new url)

Since:
1.3.1

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.SummaryPoll extends AbstractPollUriIdAction implements Serializable

serialVersionUID: 1L

Serialized Fields

poll

Poll poll
Loaded poll.

Since:
1.4

accountIdRole

SecurityService.AccountIdRole accountIdRole
The accountId role on this page.

Since:
1.4

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.ChangeLang extends PollenActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

redirectUrl

String redirectUrl
Where to redirect after having chang lang.

Since:
1.4

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

serialVersionUID: 1L

Serialized Fields

favoriteListId

String favoriteListId

pollAccountId

String pollAccountId

favoriteList

PersonList favoriteList

pollAccount

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

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

PersonList favoriteList

pollAccount

PollAccount pollAccount

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

serialVersionUID: 1L

Serialized Fields

favoriteList

PersonList favoriteList

csvImport

File csvImport

csvImportContentType

String csvImportContentType

csvImportFileName

String csvImportFileName

ldapImport

String ldapImport

action

String action

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

serialVersionUID: 1L

Serialized Fields

user

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

Serialized Fields

urlHelper

org.apache.struts2.views.util.UrlHelper urlHelper



Copyright © 2009-2012 CodeLutin. All Rights Reserved.