org.jeinnov.jeitime.ui.affecter
Class AffecterUIBean

java.lang.Object
  extended by org.jeinnov.jeitime.ui.affecter.AffecterUIBean

public class AffecterUIBean
extends java.lang.Object


Constructor Summary
AffecterUIBean()
           
 
Method Summary
 void create(java.util.List<RecapAffectTO> listRecapAffect)
           
 void deSelectAllColl()
           
 void deSelectAllTache()
           
 void deselectColl(javax.servlet.http.HttpServletRequest iRequest)
          Cette méthode permet de "désaffecter" un collaborateur d'une tâche avant d'enregistrer* les affectations *
 java.util.List<RecapAffectTO> getAllAffect()
           
 java.util.List<CollaborateurTO> getAllCollabEquip()
           
 java.util.List<EquipeTO> getAllequipe()
           
 java.util.List<ProjetTO> getAllprojet()
           
 java.util.List<TacheTO> getAlltache()
           
 int getIdColl()
           
 int getIdEq()
           
 int getIdProjet()
           
 int getIdTache()
           
 java.util.List<RecapAffectTO> getListRecapAffect()
           
 java.util.List<java.lang.String> getListSupprAffect()
           
 int[] getSelectedColl()
           
 int[] getSelectedTache()
           
 int getSuivant()
           
 boolean isVoirCollab()
           
 boolean isVoirRecap()
           
 boolean isVoirTache()
           
 void loadAllAffectation(javax.servlet.http.HttpServletRequest iRequest)
           
 void loadAllEquipe()
           
 void loadAllProjets()
           
 void loadAllTache(javax.servlet.http.HttpServletRequest iRequest)
           
 void reset()
           
 void selectAllColl(int idEq)
          Méthodes permettant de sélectionner tous les collaborateurs ou de les déselectionner *
 void selectAllTache()
          Méthodes permettant de sélectionner toutes les taches ou de les déselectionner
 void selectCollaborateur(int idEq)
           
 void setAllAffect(java.util.List<RecapAffectTO> allAffect)
           
 void setAllCollabEquip(java.util.List<CollaborateurTO> allCollabEquip)
           
 void setAllprojet(java.util.List<ProjetTO> allprojet)
           
 void setAlltache(java.util.List<TacheTO> alltache)
           
 void setIdColl(int idColl)
           
 void setIdEq(int idEq)
           
 void setIdProjet(int idProjet)
           
 void setIdTache(int idTache)
           
 void setListRecapAffect(java.util.List<RecapAffectTO> listRecapAffect)
           
 void setListSupprAffect(java.util.List<java.lang.String> listSupprAffect)
           
 void setSelectedColl(int[] selectedColl)
           
 void setSelectedTache(int[] selectedTache)
           
 void setSuivant(int suivant)
           
 void setVoirCollab(boolean voirCollab)
           
 void setVoirRecap(boolean voirRecap)
           
 void setVoirTache(boolean voirTache)
           
 void supprAffect()
           
 void voirTableauRecap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffecterUIBean

public AffecterUIBean()
Method Detail

loadAllProjets

public void loadAllProjets()
                    throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

loadAllTache

public void loadAllTache(javax.servlet.http.HttpServletRequest iRequest)
                  throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

loadAllEquipe

public void loadAllEquipe()

loadAllAffectation

public void loadAllAffectation(javax.servlet.http.HttpServletRequest iRequest)
                        throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

create

public void create(java.util.List<RecapAffectTO> listRecapAffect)
            throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

supprAffect

public void supprAffect()
                 throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

selectCollaborateur

public void selectCollaborateur(int idEq)

selectAllTache

public void selectAllTache()
Méthodes permettant de sélectionner toutes les taches ou de les déselectionner


deSelectAllTache

public void deSelectAllTache()

selectAllColl

public void selectAllColl(int idEq)
Méthodes permettant de sélectionner tous les collaborateurs ou de les déselectionner *


deSelectAllColl

public void deSelectAllColl()

deselectColl

public void deselectColl(javax.servlet.http.HttpServletRequest iRequest)
Cette méthode permet de "désaffecter" un collaborateur d'une tâche avant d'enregistrer* les affectations *


voirTableauRecap

public void voirTableauRecap()
                      throws ProjetException,
                             CollaborateurException
Throws:
ProjetException
CollaborateurException

reset

public void reset()

getAllprojet

public java.util.List<ProjetTO> getAllprojet()

setAllprojet

public void setAllprojet(java.util.List<ProjetTO> allprojet)

getAlltache

public java.util.List<TacheTO> getAlltache()

setAlltache

public void setAlltache(java.util.List<TacheTO> alltache)

getIdProjet

public int getIdProjet()

setIdProjet

public void setIdProjet(int idProjet)

getSuivant

public int getSuivant()

setSuivant

public void setSuivant(int suivant)

getSelectedTache

public int[] getSelectedTache()

setSelectedTache

public void setSelectedTache(int[] selectedTache)

getSelectedColl

public int[] getSelectedColl()

setSelectedColl

public void setSelectedColl(int[] selectedColl)

getAllCollabEquip

public java.util.List<CollaborateurTO> getAllCollabEquip()

setAllCollabEquip

public void setAllCollabEquip(java.util.List<CollaborateurTO> allCollabEquip)

getAllAffect

public java.util.List<RecapAffectTO> getAllAffect()

setAllAffect

public void setAllAffect(java.util.List<RecapAffectTO> allAffect)

getIdEq

public int getIdEq()

setIdEq

public void setIdEq(int idEq)

getAllequipe

public java.util.List<EquipeTO> getAllequipe()

getListRecapAffect

public java.util.List<RecapAffectTO> getListRecapAffect()

setListRecapAffect

public void setListRecapAffect(java.util.List<RecapAffectTO> listRecapAffect)

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getIdColl

public int getIdColl()

setIdColl

public void setIdColl(int idColl)

getListSupprAffect

public java.util.List<java.lang.String> getListSupprAffect()

setListSupprAffect

public void setListSupprAffect(java.util.List<java.lang.String> listSupprAffect)

isVoirTache

public boolean isVoirTache()

setVoirTache

public void setVoirTache(boolean voirTache)

isVoirCollab

public boolean isVoirCollab()

setVoirCollab

public void setVoirCollab(boolean voirCollab)

isVoirRecap

public boolean isVoirRecap()

setVoirRecap

public void setVoirRecap(boolean voirRecap)


Copyright © 2011. All Rights Reserved.