A C D E F G H I L N O P R S T U V

A

accountId - Variable in class org.chorem.pollen.bean.PollUri
 
accounts - Variable in class org.chorem.pollen.bean.UserPoll
 
addAccount(PollAccount) - Method in class org.chorem.pollen.bean.UserPoll
 
addFeedEntry(Poll, String, String, PollUrl) - Method in class org.chorem.pollen.services.impl.PollFeedService
Ajout d'une entrée dans un flux.
addPollAccountToFavoriteList(PersonList, PollAccount) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.chorem.pollen.bean.UserPoll
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.chorem.pollen.bean.UserPoll
 
addVoteToPoll(Poll, Vote) - Method in class org.chorem.pollen.services.impl.PollService
 
apply(Choice) - Method in class org.chorem.pollen.services.PollenServiceFunctions.DateChoiceCreator
 
apply(Choice) - Method in class org.chorem.pollen.services.PollenServiceFunctions.ImageChoiceCreator
 
apply(PersonToList) - Method in class org.chorem.pollen.services.PollenServiceFunctions.PersonToListCreator
 
apply(Choice) - Method in class org.chorem.pollen.services.PollenServiceFunctions.TextChoiceCreator
 
apply(TopiaEntity) - Method in class org.chorem.pollen.services.PollenServiceFunctions.TopiaIdExtractor
 
apply(VotingList) - Method in class org.chorem.pollen.services.PollenServiceFunctions.VotingListCreator
 

C

checkPoll(PollUri) - Method in class org.chorem.pollen.services.impl.PollService
 
checkPollAccount(PollUri) - Method in class org.chorem.pollen.services.impl.PollService
 
checkPollCreator(PollUri) - Method in class org.chorem.pollen.services.impl.PollService
 
checkPollResult(PollUri) - Method in class org.chorem.pollen.services.impl.PollService
 
ChoiceHelper - Class in org.chorem.pollen.bean
Used to manage all objects from Choice inheritance tree depends on ChoiceType.
close() - Method in class org.chorem.pollen.services.PollenNotifierWorker
 
closePoll(String, UserAccount, String) - Method in class org.chorem.pollen.services.impl.PollService
 
commitTransaction(String) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
configuration - Variable in class org.chorem.pollen.services.DefaultPollenServiceContext
 
connect(String, String) - Method in class org.chorem.pollen.services.impl.UserService
 
content - Variable in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 
copyPollAccount(PollAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
copyUserAccount(UserAccount, UserAccount) - Method in class org.chorem.pollen.services.impl.UserService
Copy source user account to destination one.
create(D) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
createAddVotePreventRule() - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
createChoice(String, Choice) - Method in class org.chorem.pollen.services.impl.PollService
 
createComment(Poll, Comment) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
createDefaultUsers() - Method in class org.chorem.pollen.services.impl.UserService
 
createFavoriteList(UserAccount, String) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
createNumberVoteCountingResult(PollResultList, Multimap<String, String>, Multimap<String, String>) - Method in class org.chorem.pollen.services.impl.PollResultsService
 
createPoll(Poll) - Method in class org.chorem.pollen.services.impl.PollService
 
createPollenEmail(String, String, String) - Static method in class org.chorem.pollen.services.impl.EmailService
 
createPollenUrlId() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
Create an id to easily managed polls using urls.
createPollenUrlId() - Method in interface org.chorem.pollen.services.PollenServiceContext
createPollenUrlId : Create a unique UId for entities which need it (PollAccount, Poll).
createPollResults(Poll) - Method in class org.chorem.pollen.services.impl.PollResultsService
Retourne la liste des résultats d'un sondage sous forme de DTOs.
createRemindPreventRule(int) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
createThumbnail(File, File, int) - Static method in class org.chorem.pollen.services.impl.PollService
Création d'une miniature.
createUser(UserAccount, boolean) - Method in class org.chorem.pollen.services.impl.UserService
 
createVote(Vote) - Method in class org.chorem.pollen.services.impl.VoteService
 
createVoteToChoice(Vote, VoteToChoice) - Method in class org.chorem.pollen.services.impl.VoteService
 
creator - Variable in class org.chorem.pollen.bean.UserPoll
 

D

date - Variable in class org.chorem.pollen.bean.PollDateChoice
 
DefaultPollenServiceContext - Class in org.chorem.pollen.services
Instances of this class will be given to service factory.
DefaultPollenServiceContext(Locale, TopiaContext, PollenConfiguration, PollenServiceFactory) - Constructor for class org.chorem.pollen.services.DefaultPollenServiceContext
 
delete(D, T) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
deleteChoice(String, String) - Method in class org.chorem.pollen.services.impl.PollService
 
deleteComment(String) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
deleteFavoriteList(UserAccount, PersonList) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
deleteFeed(Poll) - Method in class org.chorem.pollen.services.impl.PollFeedService
Delete the poll feed file.
deletePoll(String, UserAccount, String) - Method in class org.chorem.pollen.services.impl.PollService
 
deleteUser(String) - Method in class org.chorem.pollen.services.impl.UserService
 
deleteVote(String) - Method in class org.chorem.pollen.services.impl.VoteService
Delete vote referenced by voteId.
deleteVoteToChoice(Vote, VoteToChoice) - Method in class org.chorem.pollen.services.impl.VoteService
 

E

editPollAccountToFavoriteList(PersonList, PollAccount) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
EmailService - Class in org.chorem.pollen.services.impl
 
EmailService() - Constructor for class org.chorem.pollen.services.impl.EmailService
 
EmailService.PollenEmail - Class in org.chorem.pollen.services.impl
 
encodePassword(String) - Method in class org.chorem.pollen.services.impl.UserService
 
execute(String) - Method in interface org.chorem.pollen.services.FavoriteListImport
Execute the import from given url.
execute(String) - Method in class org.chorem.pollen.services.impl.FavoriteListImportCSV
 
execute(String) - Method in class org.chorem.pollen.services.impl.FavoriteListImportLDAP
 
execute(String, PreventRule, Integer) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
exportPolltoXml(String) - Method in class org.chorem.pollen.services.impl.PollResultsService
 

F

FavoriteListAlreadyExistException - Exception in org.chorem.pollen.services.exceptions
TODO
FavoriteListAlreadyExistException() - Constructor for exception org.chorem.pollen.services.exceptions.FavoriteListAlreadyExistException
 
FavoriteListImport - Interface in org.chorem.pollen.services
Used to import a favorite List or a List of PollAccount from a given source url (file, external service, ...) Created: 16/04/12
FavoriteListImportCSV - Class in org.chorem.pollen.services.impl
Implementation of FavoriteListImport as a service for CSV import.
FavoriteListImportCSV() - Constructor for class org.chorem.pollen.services.impl.FavoriteListImportCSV
 
FavoriteListImportCSV.FavoriteListImportModel - Class in org.chorem.pollen.services.impl
 
FavoriteListImportCSV.FavoriteListImportModel() - Constructor for class org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
 
FavoriteListImportException - Exception in org.chorem.pollen.services.exceptions
Exception during FavoriteListImport.execute(String) error.
FavoriteListImportException(String, String, Throwable) - Constructor for exception org.chorem.pollen.services.exceptions.FavoriteListImportException
 
FavoriteListImportException(String, Throwable) - Constructor for exception org.chorem.pollen.services.exceptions.FavoriteListImportException
 
FavoriteListImportLDAP - Class in org.chorem.pollen.services.impl
LDAP Import of PollAccount.
FavoriteListImportLDAP() - Constructor for class org.chorem.pollen.services.impl.FavoriteListImportLDAP
 
FavoriteListNotFoundException - Exception in org.chorem.pollen.services.exceptions
TODO
FavoriteListNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.FavoriteListNotFoundException
 
FavoriteListNotOwnedByUserException - Exception in org.chorem.pollen.services.exceptions
TODO
FavoriteListNotOwnedByUserException() - Constructor for exception org.chorem.pollen.services.exceptions.FavoriteListNotOwnedByUserException
 
FavoriteService - Class in org.chorem.pollen.services.impl
 
FavoriteService() - Constructor for class org.chorem.pollen.services.impl.FavoriteService
 
fillChoiceList(List<Choice>, int, Function<Choice, Choice>) - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
fillVotingList(VotingList, Function<PersonToList, PersonToList>, int) - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
firePropertyChange(String, Object, Object) - Method in class org.chorem.pollen.bean.UserPoll
 
firePropertyChange(String, Object) - Method in class org.chorem.pollen.bean.UserPoll
 
flushTransaction() - Method in class org.chorem.pollen.services.PollenServiceSupport
 
fromChoice(Choice) - Method in class org.chorem.pollen.bean.PollDateChoice
 
fromChoice(Choice) - Method in class org.chorem.pollen.bean.PollImageChoice
 

G

generatePassword() - Method in class org.chorem.pollen.services.impl.UserService
 
getAccountId() - Method in class org.chorem.pollen.bean.PollUri
 
getAccounts() - Method in class org.chorem.pollen.bean.UserPoll
 
getAllComments(String) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
getApplicationURL() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getApplicationURL() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getBaseUrl() - Method in class org.chorem.pollen.bean.PollUrl
 
getCauseMessage() - Method in exception org.chorem.pollen.services.exceptions.FavoriteListImportException
 
getChoiceType() - Method in class org.chorem.pollen.bean.PollResult
 
getColumnsForImport() - Method in class org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
 
getComments(TopiaFilterPagerUtil.FilterPagerBean, String) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
getConfiguration() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getConfiguration() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getConfiguration() - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getContent() - Method in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 
getCreatedPolls(TopiaFilterPagerUtil.FilterPagerBean, UserAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
getCurrentTime() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getCurrentTime() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getDAO(Class<T>) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getDate() - Method in class org.chorem.pollen.bean.PollDateChoice
 
getEntities(PollenDAOHelper.PollenEntityEnum) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getEntities(Class<E>) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getEntityById(Class<E>, String) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getFavoriteList(UserAccount, String) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
getFavoriteLists(UserAccount, TopiaFilterPagerUtil.FilterPagerBean) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
getFavoriteLists(UserAccount) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
getFavoriteListUsers(PersonList, TopiaFilterPagerUtil.FilterPagerBean) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
getFeedLocation(Poll) - Method in class org.chorem.pollen.services.impl.PollFeedService
Obtain the feed file of the given poll.
getId() - Method in class org.chorem.pollen.bean.PollResult
 
getImportName() - Method in exception org.chorem.pollen.services.exceptions.FavoriteListImportException
 
getInvitedPolls(TopiaFilterPagerUtil.FilterPagerBean, UserAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
getLocale() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getLocale() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getLocale() - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getLocalizedMessage(Locale) - Method in exception org.chorem.pollen.services.exceptions.FavoriteListImportException
Get the message depends on locale.
getLocation() - Method in class org.chorem.pollen.bean.PollImageChoice
 
getName() - Method in class org.chorem.pollen.bean.PollResult
 
getNbUsers() - Method in class org.chorem.pollen.services.impl.UserService
 
getNewChoice(ChoiceType) - Method in class org.chorem.pollen.services.impl.PollService
 
getNewComment(PollAccount, String, String) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
getNewPersonToList(PollAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
getNewPoll(UserAccount) - Method in class org.chorem.pollen.services.impl.PollService
Build a new Poll instance with given user as creator
getNewPollAccount(UserAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
getNewPollCopy(Poll, UserAccount, boolean) - Method in class org.chorem.pollen.services.impl.PollService
 
getNewUser() - Method in class org.chorem.pollen.services.impl.UserService
 
getNewVote(Poll, PollAccount) - Method in class org.chorem.pollen.services.impl.VoteService
 
getParticipatedPolls(TopiaFilterPagerUtil.FilterPagerBean, UserAccount) - Method in class org.chorem.pollen.services.impl.PollService
 
getPoll() - Method in class org.chorem.pollen.bean.UserPoll
 
getPollAccountByAccountId(String) - Method in class org.chorem.pollen.services.impl.PollService
 
getPollAccountEditable(String, UserAccount, Poll) - Method in class org.chorem.pollen.services.impl.PollService
Retrieve a pollAccount with accountId.
getPollByPollId(String) - Method in class org.chorem.pollen.services.impl.PollService
 
getPollChoiceImageFile(String, String, boolean) - Method in class org.chorem.pollen.services.impl.PollService
 
getPollEditable(String, UserAccount, boolean) - Method in class org.chorem.pollen.services.impl.PollService
Retrieve a Poll for edition.
getPollEditUrl(Poll) - Method in class org.chorem.pollen.services.impl.PollService
 
getPollId() - Method in class org.chorem.pollen.bean.PollResult
 
getPollId() - Method in class org.chorem.pollen.bean.PollUri
 
getPollResults() - Method in class org.chorem.pollen.bean.PollResultList
 
getPollResultUrl(Poll) - Method in class org.chorem.pollen.services.impl.PollService
 
getPolls(TopiaFilterPagerUtil.FilterPagerBean) - Method in class org.chorem.pollen.services.impl.PollService
 
getPollUid() - Method in class org.chorem.pollen.bean.UserPoll
 
getPollUri() - Method in class org.chorem.pollen.bean.PollUrl
 
getPollVoteUrl(Poll, boolean) - Method in class org.chorem.pollen.services.impl.PollService
 
getResults(String) - Method in class org.chorem.pollen.services.impl.PollResultsService
 
getResultsAsString(Poll, Collection<Result>) - Method in class org.chorem.pollen.services.impl.PollResultsService
Retourne une chaîne contenant les résultats du sondage.
getResultValue(Choice, Collection<PollResult>) - Method in class org.chorem.pollen.services.impl.PollResultsService
 
getRunningPolls(boolean) - Method in class org.chorem.pollen.services.impl.PollService
 
getSeparator() - Method in class org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
 
getServiceFactory() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getServiceFactory() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getSubject() - Method in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 
getTo() - Method in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 
getTopRanking(List<PollResult>) - Method in class org.chorem.pollen.services.impl.PollResultsService
 
getTransaction() - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
getTransaction() - Method in interface org.chorem.pollen.services.PollenServiceContext
 
getTransaction() - Method in class org.chorem.pollen.services.PollenServiceSupport
 
getUpdateVoteUrl(PollUri) - Method in class org.chorem.pollen.services.impl.VoteService
Retrieve the URL to update a vote based on PollUri.
getUri() - Method in class org.chorem.pollen.bean.PollUri
 
getUrl() - Method in class org.chorem.pollen.bean.PollUrl
 
getUsers(TopiaFilterPagerUtil.FilterPagerBean) - Method in class org.chorem.pollen.services.impl.UserService
 
getValue() - Method in class org.chorem.pollen.bean.PollResult
 
getValuePropertyName(ChoiceType) - Static method in class org.chorem.pollen.bean.ChoiceHelper
 
getVoteCountingResult() - Method in class org.chorem.pollen.bean.PollResultList
 
getVoteCountingType() - Method in class org.chorem.pollen.bean.PollResult
 
getVoteEditable(Poll, PollAccount) - Method in class org.chorem.pollen.services.impl.VoteService
 
getVotesByPoll(Poll, TopiaFilterPagerUtil.FilterPagerBean) - Method in class org.chorem.pollen.services.impl.VoteService
 

H

hasAlreadyVoted(String, Poll) - Method in class org.chorem.pollen.services.impl.VoteService
 
hasResults(Poll, VoteCountingType) - Method in class org.chorem.pollen.services.impl.PollResultsService
Retourne vrai si le sondage a des résultats.

I

InvalidEmailException - Exception in org.chorem.pollen.services.exceptions
Created: 13/04/12
InvalidEmailException() - Constructor for exception org.chorem.pollen.services.exceptions.InvalidEmailException
 
isByGroup() - Method in class org.chorem.pollen.bean.PollResult
 
isCanDeleteComment(Comment, PollAccount, UserAccount) - Method in class org.chorem.pollen.services.impl.PollCommentService
 
isCreator() - Method in class org.chorem.pollen.bean.UserPoll
 
isFeedExists(Poll) - Method in class org.chorem.pollen.services.impl.PollFeedService
 
isHidden() - Method in class org.chorem.pollen.bean.PollResult
 
isUpdateAllowed(Poll, String, String, UserAccount) - Method in class org.chorem.pollen.services.impl.VoteService
 
isVoteAllowed(Poll, PollAccount) - Method in class org.chorem.pollen.services.impl.VoteService
Vote is allowed if poll is running and pollAccount is defined in the poll restricted list if it's not a PollType.FREE poll.

L

locale - Variable in class org.chorem.pollen.services.DefaultPollenServiceContext
 
location - Variable in class org.chorem.pollen.bean.PollImageChoice
 
lostPassword(String) - Method in class org.chorem.pollen.services.impl.UserService
This service is used to retrieve the userAccount associated to the given email.

N

newChoiceCreator(ChoiceType) - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newContext(PollenServiceContext, TopiaContext) - Static method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
newContext(Locale, TopiaContext, PollenConfiguration, PollenServiceFactory) - Static method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
newDateChoiceCreator() - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newEmptyInstance() - Method in class org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
 
newFavoriteList() - Method in class org.chorem.pollen.services.impl.FavoriteService
 
newImageChoiceCreator() - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newInstance(D) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
newPersonToListCreator() - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newPollAccountForFavoriteList() - Method in class org.chorem.pollen.services.impl.FavoriteService
 
newPollUri(String) - Static method in class org.chorem.pollen.bean.PollUri
 
newPollUri(String, String) - Static method in class org.chorem.pollen.bean.PollUri
 
newPollUrl(String, PollUri) - Static method in class org.chorem.pollen.bean.PollUrl
Create a new PollUrl with baseUrl which is the application url for this url, and the pollUri to identify the poll.
newPollUrl(PollUrl, String) - Static method in class org.chorem.pollen.bean.PollUrl
Create a new PollUrl which is a copy of the given pollUrl with an other accountId for PollUri.
newService(Class<E>) - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
newService(Class<E>) - Method in interface org.chorem.pollen.services.PollenServiceContext
 
newService(Class<E>, PollenServiceContext) - Method in class org.chorem.pollen.services.PollenServiceFactory
 
newService(Class<E>) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
newTextChoiceCreator() - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newTopiaIdExtractor() - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 
newVotingListCreator(Function<PersonToList, PersonToList>) - Static method in class org.chorem.pollen.services.PollenServiceFunctions
 

O

onAddChoice(Choice, PollUrl) - Method in class org.chorem.pollen.services.impl.PollFeedService
 
onAddComment(Comment, PollUrl) - Method in class org.chorem.pollen.services.impl.PollFeedService
 
onAddVote(Vote, boolean, String, PollUrl) - Method in class org.chorem.pollen.services.impl.PollFeedService
 
onLostPassword(UserAccount, String) - Method in class org.chorem.pollen.services.impl.EmailService
 
onPollCreated(Poll, PollUrl, PollUrl, PollUrl) - Method in class org.chorem.pollen.services.impl.EmailService
 
onPollCreated(Poll, PollUrl) - Method in class org.chorem.pollen.services.impl.PollFeedService
 
onPollReminder(Poll, PollUrl) - Method in class org.chorem.pollen.services.impl.EmailService
 
onPollToRemind(Poll, PollUrl) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
onPollToRemind(Poll, PreventRule, PollUrl, int) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
onRestrictedPersonAdded(Poll, PollAccount, PollUrl) - Method in class org.chorem.pollen.services.impl.EmailService
 
onUserCreated(UserAccount) - Method in class org.chorem.pollen.services.impl.EmailService
 
onVoteAdded(Poll, PollUrl, PollUrl) - Method in class org.chorem.pollen.services.impl.EmailService
 
onVoteAdded(Poll, PollUrl, PollUrl) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
onVoteAdded(Poll, PreventRule, PollUrl, PollUrl) - Method in class org.chorem.pollen.services.impl.PreventRuleService
 
org.chorem.pollen.bean - package org.chorem.pollen.bean
 
org.chorem.pollen.services - package org.chorem.pollen.services
 
org.chorem.pollen.services.exceptions - package org.chorem.pollen.services.exceptions
 
org.chorem.pollen.services.impl - package org.chorem.pollen.services.impl
 

P

ParticipantAlreadyFoundInListException - Exception in org.chorem.pollen.services.exceptions
TODO
ParticipantAlreadyFoundInListException() - Constructor for exception org.chorem.pollen.services.exceptions.ParticipantAlreadyFoundInListException
 
ParticipantExistWithoutMailException - Exception in org.chorem.pollen.services.exceptions
TODO
ParticipantExistWithoutMailException() - Constructor for exception org.chorem.pollen.services.exceptions.ParticipantExistWithoutMailException
 
ParticipantNotFoundException - Exception in org.chorem.pollen.services.exceptions
TODO
ParticipantNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.ParticipantNotFoundException
 
ParticipantNotFoundInListException - Exception in org.chorem.pollen.services.exceptions
TODO
ParticipantNotFoundInListException() - Constructor for exception org.chorem.pollen.services.exceptions.ParticipantNotFoundInListException
 
pcs - Variable in class org.chorem.pollen.bean.UserPoll
 
persontoListCreator - Variable in class org.chorem.pollen.services.PollenServiceFunctions.VotingListCreator
 
poll - Variable in class org.chorem.pollen.bean.UserPoll
 
POLL_ACCOUNT_NOT_EMPTY - Static variable in class org.chorem.pollen.services.PollenServicePredicates
Check if the PollAccount is empty, i.e.
PollAccountNotFound - Exception in org.chorem.pollen.services.exceptions
TODO
PollAccountNotFound() - Constructor for exception org.chorem.pollen.services.exceptions.PollAccountNotFound
 
PollAlreadyClosedException - Exception in org.chorem.pollen.services.exceptions
TODO
PollAlreadyClosedException() - Constructor for exception org.chorem.pollen.services.exceptions.PollAlreadyClosedException
 
PollAlreadyExistException - Exception in org.chorem.pollen.services.exceptions
TODO
PollAlreadyExistException() - Constructor for exception org.chorem.pollen.services.exceptions.PollAlreadyExistException
 
PollChoiceNotFoundException - Exception in org.chorem.pollen.services.exceptions
When a poll choice not found.
PollChoiceNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.PollChoiceNotFoundException
 
PollCommentNotFound - Exception in org.chorem.pollen.services.exceptions
TODO
PollCommentNotFound() - Constructor for exception org.chorem.pollen.services.exceptions.PollCommentNotFound
 
PollCommentService - Class in org.chorem.pollen.services.impl
Manage comments on a poll.
PollCommentService() - Constructor for class org.chorem.pollen.services.impl.PollCommentService
 
PollDateChoice - Class in org.chorem.pollen.bean
Extends the basic choice to keep the date (will be transformed to name) (during poll creation).
PollDateChoice() - Constructor for class org.chorem.pollen.bean.PollDateChoice
 
PollenNotifierWorker - Class in org.chorem.pollen.services
This service run as a daemon seek to send some notification from running poll store in PreventRule.
PollenNotifierWorker(PollenServiceContext, TopiaContext) - Constructor for class org.chorem.pollen.services.PollenNotifierWorker
 
PollenService - Interface in org.chorem.pollen.services
Contract to place on each EchBase service to push the serviceContext inside the service.
PollenServiceContext - Interface in org.chorem.pollen.services
This contract represents objects you must provide when asking for a service.
PollenServiceFactory - Class in org.chorem.pollen.services
Factory of services.
PollenServiceFactory() - Constructor for class org.chorem.pollen.services.PollenServiceFactory
 
PollenServiceFunctions - Class in org.chorem.pollen.services
Usefull functions for the service (and higher) layers.
PollenServiceFunctions() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions
 
PollenServiceFunctions.DateChoiceCreator - Class in org.chorem.pollen.services
 
PollenServiceFunctions.DateChoiceCreator() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.DateChoiceCreator
 
PollenServiceFunctions.ImageChoiceCreator - Class in org.chorem.pollen.services
 
PollenServiceFunctions.ImageChoiceCreator() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.ImageChoiceCreator
 
PollenServiceFunctions.PersonToListCreator - Class in org.chorem.pollen.services
 
PollenServiceFunctions.PersonToListCreator() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.PersonToListCreator
 
PollenServiceFunctions.TextChoiceCreator - Class in org.chorem.pollen.services
 
PollenServiceFunctions.TextChoiceCreator() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.TextChoiceCreator
 
PollenServiceFunctions.TopiaIdExtractor - Class in org.chorem.pollen.services
 
PollenServiceFunctions.TopiaIdExtractor() - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.TopiaIdExtractor
 
PollenServiceFunctions.VotingListCreator - Class in org.chorem.pollen.services
 
PollenServiceFunctions.VotingListCreator(Function<PersonToList, PersonToList>) - Constructor for class org.chorem.pollen.services.PollenServiceFunctions.VotingListCreator
 
PollenServicePredicates - Class in org.chorem.pollen.services
Created: 16/04/12
PollenServiceSupport - Class in org.chorem.pollen.services
 
PollenServiceSupport() - Constructor for class org.chorem.pollen.services.PollenServiceSupport
 
PollFeedService - Class in org.chorem.pollen.services.impl
Service to manage feed of a poll.
PollFeedService() - Constructor for class org.chorem.pollen.services.impl.PollFeedService
 
pollId - Variable in class org.chorem.pollen.bean.PollUri
 
PollImageChoice - Class in org.chorem.pollen.bean
Extends the basic choice to keep location of uploaded image (during poll creation).
PollImageChoice() - Constructor for class org.chorem.pollen.bean.PollImageChoice
 
PollNotFoundException - Exception in org.chorem.pollen.services.exceptions
TODO
PollNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.PollNotFoundException
 
PollResult - Class in org.chorem.pollen.bean
Classe DTO représentant un résultat de sondage.
PollResult() - Constructor for class org.chorem.pollen.bean.PollResult
 
PollResult(String) - Constructor for class org.chorem.pollen.bean.PollResult
 
PollResult(String, String, ChoiceType, VoteCountingType) - Constructor for class org.chorem.pollen.bean.PollResult
 
PollResultList - Class in org.chorem.pollen.bean
TODO
PollResultList() - Constructor for class org.chorem.pollen.bean.PollResultList
 
PollResultsService - Class in org.chorem.pollen.services.impl
Deals with poll results.
PollResultsService() - Constructor for class org.chorem.pollen.services.impl.PollResultsService
 
PollService - Class in org.chorem.pollen.services.impl
 
PollService() - Constructor for class org.chorem.pollen.services.impl.PollService
 
PollUri - Class in org.chorem.pollen.bean
TODO
PollUrl - Class in org.chorem.pollen.bean
Created: 12/04/12
PollVoteNotFoundException - Exception in org.chorem.pollen.services.exceptions
When a pooll vote not found.
PollVoteNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.PollVoteNotFoundException
 
PreventRuleService - Class in org.chorem.pollen.services.impl
Manage prevent rules of a poll.
PreventRuleService() - Constructor for class org.chorem.pollen.services.impl.PreventRuleService
 
PROPERTY_ACCOUNTS - Static variable in class org.chorem.pollen.bean.UserPoll
 
PROPERTY_CREATOR - Static variable in class org.chorem.pollen.bean.UserPoll
 
PROPERTY_DATE - Static variable in class org.chorem.pollen.bean.PollDateChoice
 
PROPERTY_LOCATION - Static variable in class org.chorem.pollen.bean.PollImageChoice
 
PROPERTY_POLL - Static variable in class org.chorem.pollen.bean.UserPoll
 
pushCsvHeaderNames(List<String>) - Method in class org.chorem.pollen.services.impl.FavoriteListImportCSV.FavoriteListImportModel
 

R

removePollAccountToFavoriteList(PersonList, PollAccount) - Method in class org.chorem.pollen.services.impl.FavoriteService
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.chorem.pollen.bean.UserPoll
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.chorem.pollen.bean.UserPoll
 
removeTrailing0(String) - Method in class org.chorem.pollen.services.impl.PollResultsService
Supprime le 0 final d'un nombre à virgule.
run() - Method in class org.chorem.pollen.services.PollenNotifierWorker
 

S

saveChoice(Poll, Choice) - Method in class org.chorem.pollen.services.impl.PollService
 
saveImages(Poll, PollImageChoice) - Method in class org.chorem.pollen.services.impl.PollService
Sauvegarde des images d'un choix de type image.
savePreventRule(Poll, PreventRule) - Method in class org.chorem.pollen.services.impl.PollService
 
saveVotingList(Poll, VotingList, EmailService) - Method in class org.chorem.pollen.services.impl.PollService
 
SCOPE_REMINDER - Static variable in class org.chorem.pollen.services.impl.PreventRuleService
 
SCOPE_VOTE - Static variable in class org.chorem.pollen.services.impl.PreventRuleService
 
selectVotes(Map<String, Object>) - Method in class org.chorem.pollen.services.impl.VoteService
 
sendEmail(Iterable<EmailService.PollenEmail>) - Method in class org.chorem.pollen.services.impl.EmailService
 
sendEmail(EmailService.PollenEmail) - Method in class org.chorem.pollen.services.impl.EmailService
 
serviceContext - Variable in class org.chorem.pollen.services.PollenNotifierWorker
Service context used to create other services.
serviceContext - Variable in class org.chorem.pollen.services.PollenServiceSupport
 
serviceFactory - Variable in class org.chorem.pollen.services.DefaultPollenServiceContext
 
setAccountId(String) - Method in class org.chorem.pollen.bean.PollUri
 
setAccounts(List<PollAccount>) - Method in class org.chorem.pollen.bean.UserPoll
 
setByGroup(boolean) - Method in class org.chorem.pollen.bean.PollResult
 
setChoiceType(ChoiceType) - Method in class org.chorem.pollen.bean.PollResult
 
setDate(Date) - Method in class org.chorem.pollen.bean.PollDateChoice
 
setHidden(boolean) - Method in class org.chorem.pollen.bean.PollResult
 
setId(String) - Method in class org.chorem.pollen.bean.PollResult
 
setLocation(String) - Method in class org.chorem.pollen.bean.PollImageChoice
 
setName(String) - Method in class org.chorem.pollen.bean.PollResult
 
setPoll(Poll) - Method in class org.chorem.pollen.bean.UserPoll
 
setPollId(String) - Method in class org.chorem.pollen.bean.PollResult
 
setPollId(String) - Method in class org.chorem.pollen.bean.PollUri
 
setPollResults(List<PollResult>) - Method in class org.chorem.pollen.bean.PollResultList
 
setServiceContext(PollenServiceContext) - Method in interface org.chorem.pollen.services.PollenService
 
setServiceContext(PollenServiceContext) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
setTransaction(TopiaContext) - Method in class org.chorem.pollen.services.DefaultPollenServiceContext
 
setTransaction(TopiaContext) - Method in interface org.chorem.pollen.services.PollenServiceContext
 
setValue(String) - Method in class org.chorem.pollen.bean.PollResult
 
setVoteCountingResult(VoteCountingResultDTO) - Method in class org.chorem.pollen.bean.PollResultList
 
setVoteCountingType(VoteCountingType) - Method in class org.chorem.pollen.bean.PollResult
 
subject - Variable in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 

T

THUMB_PREFIX - Static variable in class org.chorem.pollen.services.impl.PollService
 
to - Variable in class org.chorem.pollen.services.impl.EmailService.PollenEmail
 
toChoice(Choice) - Method in class org.chorem.pollen.bean.PollDateChoice
 
toChoice(Choice) - Method in class org.chorem.pollen.bean.PollImageChoice
 
toString() - Method in class org.chorem.pollen.bean.PollResult
 
toString() - Method in class org.chorem.pollen.bean.PollUrl
 
toValue(Choice, ChoiceType) - Static method in class org.chorem.pollen.bean.ChoiceHelper
 
toValue(ChoiceType) - Static method in class org.chorem.pollen.bean.ChoiceHelper
 
toValues(Iterable<Choice>, ChoiceType) - Static method in class org.chorem.pollen.bean.ChoiceHelper
 
transaction - Variable in class org.chorem.pollen.services.DefaultPollenServiceContext
 

U

UnauthorizedPollAccessException - Exception in org.chorem.pollen.services.exceptions
TODO
UnauthorizedPollAccessException() - Constructor for exception org.chorem.pollen.services.exceptions.UnauthorizedPollAccessException
 
update(D, T) - Method in class org.chorem.pollen.services.PollenServiceSupport
 
updatePoll(Poll) - Method in class org.chorem.pollen.services.impl.PollService
 
updateUser(UserAccount, String, boolean) - Method in class org.chorem.pollen.services.impl.UserService
 
updateVote(Vote) - Method in class org.chorem.pollen.services.impl.VoteService
 
UserEmailAlreadyUsedException - Exception in org.chorem.pollen.services.exceptions
TODO
UserEmailAlreadyUsedException() - Constructor for exception org.chorem.pollen.services.exceptions.UserEmailAlreadyUsedException
 
UserInvalidPasswordException - Exception in org.chorem.pollen.services.exceptions
TODO
UserInvalidPasswordException() - Constructor for exception org.chorem.pollen.services.exceptions.UserInvalidPasswordException
 
UserLoginAlreadyUsedException - Exception in org.chorem.pollen.services.exceptions
TODO
UserLoginAlreadyUsedException() - Constructor for exception org.chorem.pollen.services.exceptions.UserLoginAlreadyUsedException
 
UserNotFoundException - Exception in org.chorem.pollen.services.exceptions
TODO
UserNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.UserNotFoundException
 
UserPoll - Class in org.chorem.pollen.bean
 
UserPoll() - Constructor for class org.chorem.pollen.bean.UserPoll
 
UserService - Class in org.chorem.pollen.services.impl
 
UserService() - Constructor for class org.chorem.pollen.services.impl.UserService
 

V

VoteDoubloonException - Exception in org.chorem.pollen.services.exceptions
TODO
VoteDoubloonException() - Constructor for exception org.chorem.pollen.services.exceptions.VoteDoubloonException
 
VoteNotAllowedException - Exception in org.chorem.pollen.services.exceptions
TODO
VoteNotAllowedException() - Constructor for exception org.chorem.pollen.services.exceptions.VoteNotAllowedException
 
VoteNotFoundException - Exception in org.chorem.pollen.services.exceptions
When a vote is not found.
VoteNotFoundException() - Constructor for exception org.chorem.pollen.services.exceptions.VoteNotFoundException
 
VoteService - Class in org.chorem.pollen.services.impl
 
VoteService() - Constructor for class org.chorem.pollen.services.impl.VoteService
 

A C D E F G H I L N O P R S T U V

Copyright © 2009-2012 CodeLutin. All Rights Reserved.