org.jeinnov.jeitime.ui.bilan
Class RecapProjetMensuelUIBean

java.lang.Object
  extended by org.jeinnov.jeitime.ui.bilan.RecapProjetMensuelUIBean

public class RecapProjetMensuelUIBean
extends java.lang.Object


Constructor Summary
RecapProjetMensuelUIBean()
           
 
Method Summary
 void deSelectAll()
           
static int[] getAllMois()
           
 java.util.List<ProjetTO> getAllprojet()
           
 int getAnnee()
           
 java.util.List<CollaborateurTO> getCollaborateurs()
           
 java.lang.String getHtmlName(java.lang.Object item)
          Méthodes permettant le remplissage du tableau récapitulatif par projet
 java.util.List<java.lang.Object> getItems()
           
 java.util.List<JourMois> getJour()
           
 java.util.List<RecapProjetMensuelTO> getListRecap()
           
 int getMois()
           
 int[] getSelectedProjet()
          Getters and Setters
 java.lang.String getTotal(java.lang.Object item)
          Cette méthode permet de caculer le total des heures saisies par les collaborateurs sur un projet elle permet aussi d'afficher la valeur des sous totaux d'un projet qu'ils soient R&D, non R&D
 java.lang.String getValue(java.lang.Object item, int j)
          Méthode qui remplit le tableau de tâches R&D et Non R&D sans distinction*
 boolean isVoirDate()
           
 boolean isVoirProj()
           
 boolean isVoirTabl()
           
 void load()
           
 void reset()
           
 void selectAll()
          Méthodes permettant de sélectionner tous les projets ou de les déselectionner
 void setAllprojet(java.util.List<ProjetTO> allprojet)
           
 void setAnnee(int annee)
           
 void setCollaborateurs(java.util.List<CollaborateurTO> collaborateurs)
           
 void setItems(java.util.List<java.lang.Object> items)
           
 void setJour(java.util.List<JourMois> jour)
           
 void setListRecap(java.util.List<RecapProjetMensuelTO> listRecap)
           
 void setMois(int mois)
           
 void setSelectedProjet(int[] selectedProjet)
           
 void setVoirDate(boolean voirDate)
           
 void setVoirProj(boolean voirProj)
           
 void setVoirTabl(boolean voirTabl)
           
 void voirMoisPrec()
           
 void voirMoisSuiv()
           
 void voirProjet()
          This method allows to fill a project table with R&D tasks,NonR&D tasks or both at the same time.
 void voirTableau()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapProjetMensuelUIBean

public RecapProjetMensuelUIBean()
Method Detail

load

public void load()

voirProjet

public void voirProjet()
This method allows to fill a project table with R&D tasks,NonR&D tasks or both at the same time.


reset

public void reset()

voirTableau

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

getHtmlName

public java.lang.String getHtmlName(java.lang.Object item)
Méthodes permettant le remplissage du tableau récapitulatif par projet


getValue

public java.lang.String getValue(java.lang.Object item,
                                 int j)
Méthode qui remplit le tableau de tâches R&D et Non R&D sans distinction*


getTotal

public java.lang.String getTotal(java.lang.Object item)
Cette méthode permet de caculer le total des heures saisies par les collaborateurs sur un projet elle permet aussi d'afficher la valeur des sous totaux d'un projet qu'ils soient R&D, non R&D


selectAll

public void selectAll()
Méthodes permettant de sélectionner tous les projets ou de les déselectionner


deSelectAll

public void deSelectAll()

voirMoisSuiv

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

voirMoisPrec

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

getSelectedProjet

public int[] getSelectedProjet()
Getters and Setters


setSelectedProjet

public void setSelectedProjet(int[] selectedProjet)

getAllprojet

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

setAllprojet

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

getItems

public java.util.List<java.lang.Object> getItems()

setItems

public void setItems(java.util.List<java.lang.Object> items)

getCollaborateurs

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

setCollaborateurs

public void setCollaborateurs(java.util.List<CollaborateurTO> collaborateurs)

isVoirTabl

public boolean isVoirTabl()

setVoirTabl

public void setVoirTabl(boolean voirTabl)

isVoirProj

public boolean isVoirProj()

setVoirProj

public void setVoirProj(boolean voirProj)

getListRecap

public java.util.List<RecapProjetMensuelTO> getListRecap()

setListRecap

public void setListRecap(java.util.List<RecapProjetMensuelTO> listRecap)

isVoirDate

public boolean isVoirDate()

setVoirDate

public void setVoirDate(boolean voirDate)

getMois

public int getMois()

setMois

public void setMois(int mois)

getAllMois

public static int[] getAllMois()

getAnnee

public int getAnnee()

setAnnee

public void setAnnee(int annee)

getJour

public java.util.List<JourMois> getJour()

setJour

public void setJour(java.util.List<JourMois> jour)


Copyright © 2011. All Rights Reserved.