org.chorem.pollen.ui.pages.user
Class UserPollsParticipated

java.lang.Object
  extended by org.chorem.pollen.ui.base.Polls
      extended by org.chorem.pollen.ui.pages.user.UserPollsParticipated

@IncludeStylesheet(value="context:css/pollsParticipated.css")
public class UserPollsParticipated
extends Polls

Classe de la page d'affichage des sondages auxquels l'utilisateur a participé. Si l'utilisateur n'est pas identifié, on lui demande d'abord de s'identifier via un formulaire.

Version:
$Id: UserPollsParticipated.java 2741 2009-08-24 14:08:45Z nrannou $
Author:
rannou

Constructor Summary
UserPollsParticipated()
           
 
Method Summary
 java.lang.String getVoteId(PollDTO poll)
          Récupération de l'identifiant de vote du sondage.
 void onActivate()
          Méthode d'initialisation des sondages
 
Methods inherited from class org.chorem.pollen.ui.base.Polls
getAdminId, onActionFromClose, onActionFromDeletePoll, onActionFromExport, setupRender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPollsParticipated

public UserPollsParticipated()
Method Detail

getVoteId

public java.lang.String getVoteId(PollDTO poll)
Récupération de l'identifiant de vote du sondage.

Returns:
l'identifiant.

onActivate

public void onActivate()
Méthode d'initialisation des sondages

Overrides:
onActivate in class Polls


Copyright © 2009-2010 CodeLutin. All Rights Reserved.