| Package | Description |
|---|---|
| org.chorem.pollen.ui.actions |
Base Package for all actions.
|
| org.chorem.pollen.ui.actions.admin |
Package for all admin tasks in Pollen.
|
| org.chorem.pollen.ui.actions.io |
Base Package for the all io actions.
|
| org.chorem.pollen.ui.actions.json |
Base Package for the all json actions.
|
| org.chorem.pollen.ui.actions.poll |
Base Package for the all poll actions.
|
| org.chorem.pollen.ui.actions.poll.admin |
Base Package for the all poll admin actions.
|
| org.chorem.pollen.ui.actions.poll.form |
Base Package for the all poll form actions (create, clone and edit poll).
|
| org.chorem.pollen.ui.actions.poll.vote |
Base Package for the all poll vote actions (means all actions specific to
the vote page).
|
| org.chorem.pollen.ui.actions.user |
Base Package for the all user actions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PollenActionSupportForEdition
Base action support with predefined edition skin.
|
class |
PollenActionSupportForVote
Base action support with predefined vote skin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteUser
Delete a selected user.
|
class |
ManagePolls |
class |
ManageUsers |
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateChart
Action to generate a chart given the values (and optional subtitles).
|
class |
GetPollImageChoice
Obtain the image choice of a given choice of an image-like poll.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJSONPaginedAction
Abstract JSON action with pagination support.
|
class |
AbstractJSONSimpleAction
Abstract JSON action for a simple result (one row).
|
class |
GetCreatedPolls
Obtain created polls to put in grid for the connected user.
|
class |
GetFavoriteList
Get given favorite list.
|
class |
GetFavoriteListPollAccount
Get pagined list of poll accounts of a given favorite list.
|
class |
GetFavoriteListPollAccounts
Get pagined list of poll accounts of a given favorite list.
|
class |
GetFavoriteLists
Get pagined list of favorite lists of the connected user.
|
class |
GetInvitedPolls
Obtain invited polls to put in grid for the connected user.
|
class |
GetParticipatedPolls
Obtain participated polls to put in grid for the connected user.
|
class |
GetPolls
Obtain paginated users.
|
class |
GetUser
Get user datas.
|
class |
GetUsers
Obtain paginated users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetPollFeed
Obtain the feed of a given poll.
|
class |
ResultForPoll
Display results of a poll.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosePoll
Closes an existing poll.
|
class |
ConfirmPollAction
To confirm a poll action (such as delete or close).
|
class |
DeletePoll
Deletes an existing poll.
|
class |
ExportPoll
Exports an existing poll.
|
class |
SummaryPoll
Action to display summary of a poll for his creator (or an admin).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDisplayChoice
To generate the display for a text choice.
|
class |
AbstractPollForm
Created: 04/04/12
|
class |
ClonePoll
Clones a poll.
|
class |
CreatePoll
Creates a poll.
|
class |
DisplayDateChoice
To generate the display for a date choice.
|
class |
DisplayImageChoice
To generate the display for a image choice.
|
class |
DisplayPersonToList
To display a personToList (use at a poll creation).
|
class |
DisplayTextChoice
To generate the display for a text choice.
|
class |
DisplayVotingList
To display a voting list of a poll (use at a poll creation).
|
class |
EditPoll
Edit a poll (load it via
AbstractPollForm.input()), and save it
via AbstractPollForm.execute()). |
class |
ImportPersonListToVotingList
Load in session a personToList to import into a votingList.
|
class |
SelectPersonListToVotingList
Select a person list to add into an existing voting list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVoteAction
Abstract action for actions on the vote poll page.
|
class |
AddChoice
To add a poll comment.
|
class |
AddComment
To add a poll comment.
|
class |
ConfirmDeleteChoice
To confirm delete of a poll choice.
|
class |
ConfirmDeleteComment
To confirm a comment delete.
|
class |
ConfirmDeleteVote
To confirm delete of a poll vote
|
class |
DeleteChoice
To delete a poll choice
|
class |
DeleteComment
To delete a poll comment.
|
class |
DeleteVote
To delete a poll vote.
|
class |
ModeratePoll
To moderate votes and comment of a given poll.
|
class |
VoteForPoll
Votes to a poll.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachPoll
To attach a anonymous poll to a connected user account.
|
class |
ChangeLang
To change lang and redirect to current page.
|
class |
Confirm
Action for confirmation
|
class |
CreateFavoriteList
To create a new favorite list.
|
class |
CreateFavoriteListVoter
Creates a new
PollAccount inside a selected PersonList. |
class |
DeleteFavoriteList
Delete a selected favorite list for the connected user.
|
class |
DeleteFavoriteListVoter
Delete a selected favorite list for the connected user.
|
class |
Edit
Update a user.
|
class |
EditFavoriteList
Edit a given
PersonList. |
class |
EditFavoriteListVoter
Edits a
PollAccount inside a selected PersonList. |
class |
Login
Login user to pollen.
|
class |
Logout
Logout from pollen.
|
class |
LostPassword
Created: 13/04/12
|
class |
Register
Register a new user.
|
Copyright © 2009–2014 CodeLutin. All rights reserved.