org.jeinnov.jeitime.ui.heure
Class SaisieHeureUIBean

java.lang.Object
  extended by org.jeinnov.jeitime.ui.heure.SaisieHeureUIBean

public class SaisieHeureUIBean
extends java.lang.Object


Constructor Summary
SaisieHeureUIBean()
           
 
Method Summary
 void afficheTacheSaisie(javax.servlet.http.HttpServletRequest iRequest, int idColl, java.lang.String dateJour)
           
 void cancel()
           
 void create(int idCollab)
           
 java.util.List<SaisieHeureTO> getAllHeures()
           
 java.util.List<ProjetTO> getAllProjet()
           
 java.util.List<ProjetTO> getAllProjetPrAdmin()
           
 java.util.List<TacheTO> getAllTache()
           
 CollaborateurTO getCollab()
           
 java.lang.String getCommentaire()
           
 java.util.Date getDate()
           
 java.lang.String getDateJeud()
           
 java.lang.String getDateLun()
           
 java.lang.String getDateMard()
           
 java.lang.String getDateMerc()
           
 java.lang.String getDateSem()
           
 java.lang.String getDateVend()
           
 java.lang.Float getHeures(float v)
           
 int getIdCollab()
           
 int getIdProjet()
           
 int getIdTache()
           
 java.lang.String getMois()
           
 java.lang.String getNbHeure()
           
 float getNbHeureJeudi()
           
 float getNbHeureLundi()
           
 float getNbHeureMardi()
           
 float getNbHeureMerc()
           
 float getNbHeureVend()
           
 java.lang.String getNomProjet()
           
 java.lang.String getNomTache()
           
 int getNumJour()
           
 ProjetTO getProjet()
           
 SaisieHeureTO getSaisie()
           
 java.util.List<GereHeure> getTablHeure()
           
 java.lang.String[] getTablListSaisie()
           
 TacheTO getTache()
          Getters and Setters *
 float getTotal()
           
 java.lang.String getTtHeure()
           
 GereHeure getTtsHeure()
           
 boolean isEditable()
           
 boolean isVisible()
           
 boolean isVoisListSaisie()
           
 void load(int idCollab)
           
 void loadCons(javax.servlet.http.HttpServletRequest iRequest)
           
 void loadConsult()
           
 boolean peutModifier(TacheTO tache, float heures)
           
 boolean peutModifierC(TacheTO tache, float heures)
           
 boolean projetFerme(int idTache)
           
 void refresh()
           
 void selectProjet(int idColl)
           
 void setAllHeures(java.util.List<SaisieHeureTO> allHeures)
           
 void setAllProjet(java.util.List<ProjetTO> allProjet)
           
 void setAllProjetPrAdmin(java.util.List<ProjetTO> allProjetPrAdmin)
           
 void setAllTache(java.util.List<TacheTO> allTache)
           
 void setCollab(CollaborateurTO collab)
           
 void setCommentaire(java.lang.String commentaire)
           
 void setDate(java.util.Date date)
           
 void setDateJeud(java.lang.String dateJeud)
           
 void setDateLun(java.lang.String dateLun)
           
 void setDateMard(java.lang.String dateMard)
           
 void setDateMerc(java.lang.String dateMerc)
           
 void setDateSem(java.lang.String dateSem)
           
 void setDateVend(java.lang.String dateVend)
           
 void setEditable(boolean editable)
           
 void setIdCollab(int idCollab)
           
 void setIdProjet(int idProjet)
           
 void setIdTache(int idTache)
           
 void setMois(java.lang.String mois)
           
 void setNbHeure(java.lang.String nbHeure)
           
 void setNbHeureJeudi(float nbHeureJeudi)
           
 void setNbHeureLundi(float nbHeureLundi)
           
 void setNbHeureMardi(float nbHeureMardi)
           
 void setNbHeureMerc(float nbHeureMerc)
           
 void setNbHeureVend(float nbHeureVend)
           
 void setNomProjet(java.lang.String nomProjet)
           
 void setNomTache(java.lang.String nomTache)
           
 void setNumJour(int numJour)
           
 void setProjet(ProjetTO projet)
           
 void setSaisie(SaisieHeureTO saisie)
           
 void setTablHeure(java.util.List<GereHeure> tablHeure)
           
 void setTablListSaisie(java.lang.String[] tablListSaisie)
           
 void setTache(TacheTO tache)
           
 void setTotal(float total)
           
 void setTtHeure(java.lang.String ttHeure)
           
 void setTtsHeure(GereHeure ttsHeure)
           
 void setVisible(boolean visible)
           
 void setVoisListSaisie(boolean voisListSaisie)
           
 void update(int idColl, java.util.Date dateJ)
           
 void validate()
           
 java.lang.String verifNbHeureSaisie(int idCollab)
           
 void voirSaisie(int idColl)
           
 void voirSaisie(int idColl, java.util.Date dateD)
           
 void voirSemPrec(int idColl, java.util.Date dateLun)
           
 void voirSemSuiv(int idColl, java.util.Date dateLun)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaisieHeureUIBean

public SaisieHeureUIBean()
Method Detail

load

public void load(int idCollab)
          throws org.ow2.opensuit.core.error.IError,
                 ProjetException,
                 HeureException
Throws:
org.ow2.opensuit.core.error.IError
ProjetException
HeureException

loadConsult

public void loadConsult()

loadCons

public void loadCons(javax.servlet.http.HttpServletRequest iRequest)
              throws CollaborateurException,
                     ProjetException,
                     org.ow2.opensuit.core.error.IError,
                     HeureException
Throws:
CollaborateurException
ProjetException
org.ow2.opensuit.core.error.IError
HeureException

create

public void create(int idCollab)
            throws CollaborateurException,
                   ProjetException,
                   HeureException,
                   org.ow2.opensuit.core.error.IError
Throws:
CollaborateurException
ProjetException
HeureException
org.ow2.opensuit.core.error.IError

update

public void update(int idColl,
                   java.util.Date dateJ)
            throws org.ow2.opensuit.core.error.IError,
                   HeureException
Throws:
org.ow2.opensuit.core.error.IError
HeureException

cancel

public void cancel()

refresh

public void refresh()

selectProjet

public void selectProjet(int idColl)
                  throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

getHeures

public java.lang.Float getHeures(float v)

voirSaisie

public void voirSaisie(int idColl,
                       java.util.Date dateD)
                throws org.ow2.opensuit.core.error.IError,
                       HeureException
Throws:
org.ow2.opensuit.core.error.IError
HeureException

voirSaisie

public void voirSaisie(int idColl)
                throws org.ow2.opensuit.core.error.NonLocalizedError,
                       HeureException
Throws:
org.ow2.opensuit.core.error.NonLocalizedError
HeureException

afficheTacheSaisie

public void afficheTacheSaisie(javax.servlet.http.HttpServletRequest iRequest,
                               int idColl,
                               java.lang.String dateJour)
                        throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

voirSemSuiv

public void voirSemSuiv(int idColl,
                        java.util.Date dateLun)
                 throws org.ow2.opensuit.core.error.IError,
                        HeureException
Throws:
org.ow2.opensuit.core.error.IError
HeureException

voirSemPrec

public void voirSemPrec(int idColl,
                        java.util.Date dateLun)
                 throws org.ow2.opensuit.core.error.IError,
                        HeureException
Throws:
org.ow2.opensuit.core.error.IError
HeureException

peutModifier

public boolean peutModifier(TacheTO tache,
                            float heures)
                     throws ProjetException
Throws:
ProjetException

peutModifierC

public boolean peutModifierC(TacheTO tache,
                             float heures)
                      throws ProjetException
Throws:
ProjetException

projetFerme

public boolean projetFerme(int idTache)
                    throws ProjetException
Throws:
ProjetException

verifNbHeureSaisie

public java.lang.String verifNbHeureSaisie(int idCollab)
                                    throws org.ow2.opensuit.core.error.IError,
                                           HeureException,
                                           ProjetException
Throws:
org.ow2.opensuit.core.error.IError
HeureException
ProjetException

validate

public void validate()
              throws org.ow2.opensuit.core.validation.ValidationErrors
Throws:
org.ow2.opensuit.core.validation.ValidationErrors

getTache

public TacheTO getTache()
Getters and Setters *


setTache

public void setTache(TacheTO tache)

getCollab

public CollaborateurTO getCollab()

setCollab

public void setCollab(CollaborateurTO collab)

getProjet

public ProjetTO getProjet()

setProjet

public void setProjet(ProjetTO projet)

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

getNbHeure

public java.lang.String getNbHeure()

setNbHeure

public void setNbHeure(java.lang.String nbHeure)

getCommentaire

public java.lang.String getCommentaire()

setCommentaire

public void setCommentaire(java.lang.String commentaire)

getIdProjet

public int getIdProjet()

setIdProjet

public void setIdProjet(int idProjet)

getAllProjet

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

setAllProjet

public void setAllProjet(java.util.List<ProjetTO> allProjet)

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getAllTache

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

setAllTache

public void setAllTache(java.util.List<TacheTO> allTache)

getSaisie

public SaisieHeureTO getSaisie()

setSaisie

public void setSaisie(SaisieHeureTO saisie)

getTtHeure

public java.lang.String getTtHeure()

setTtHeure

public void setTtHeure(java.lang.String ttHeure)

getNbHeureLundi

public float getNbHeureLundi()

setNbHeureLundi

public void setNbHeureLundi(float nbHeureLundi)

getNbHeureMardi

public float getNbHeureMardi()

setNbHeureMardi

public void setNbHeureMardi(float nbHeureMardi)

getNbHeureMerc

public float getNbHeureMerc()

setNbHeureMerc

public void setNbHeureMerc(float nbHeureMerc)

getNbHeureJeudi

public float getNbHeureJeudi()

setNbHeureJeudi

public void setNbHeureJeudi(float nbHeureJeudi)

getNbHeureVend

public float getNbHeureVend()

setNbHeureVend

public void setNbHeureVend(float nbHeureVend)

getTtsHeure

public GereHeure getTtsHeure()

setTtsHeure

public void setTtsHeure(GereHeure ttsHeure)

getTablHeure

public java.util.List<GereHeure> getTablHeure()

setTablHeure

public void setTablHeure(java.util.List<GereHeure> tablHeure)

getTotal

public float getTotal()

setTotal

public void setTotal(float total)

getAllHeures

public java.util.List<SaisieHeureTO> getAllHeures()

setAllHeures

public void setAllHeures(java.util.List<SaisieHeureTO> allHeures)

getDateLun

public java.lang.String getDateLun()

setDateLun

public void setDateLun(java.lang.String dateLun)

getDateMard

public java.lang.String getDateMard()

setDateMard

public void setDateMard(java.lang.String dateMard)

getDateMerc

public java.lang.String getDateMerc()

setDateMerc

public void setDateMerc(java.lang.String dateMerc)

getDateJeud

public java.lang.String getDateJeud()

setDateJeud

public void setDateJeud(java.lang.String dateJeud)

getDateVend

public java.lang.String getDateVend()

setDateVend

public void setDateVend(java.lang.String dateVend)

getDateSem

public java.lang.String getDateSem()

setDateSem

public void setDateSem(java.lang.String dateSem)

getNumJour

public int getNumJour()

setNumJour

public void setNumJour(int numJour)

getMois

public java.lang.String getMois()

setMois

public void setMois(java.lang.String mois)

getTablListSaisie

public java.lang.String[] getTablListSaisie()

setTablListSaisie

public void setTablListSaisie(java.lang.String[] tablListSaisie)

isVoisListSaisie

public boolean isVoisListSaisie()

setVoisListSaisie

public void setVoisListSaisie(boolean voisListSaisie)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

getNomTache

public java.lang.String getNomTache()

setNomTache

public void setNomTache(java.lang.String nomTache)

getNomProjet

public java.lang.String getNomProjet()

setNomProjet

public void setNomProjet(java.lang.String nomProjet)

isEditable

public boolean isEditable()

setEditable

public void setEditable(boolean editable)

getIdCollab

public int getIdCollab()

setIdCollab

public void setIdCollab(int idCollab)

getAllProjetPrAdmin

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

setAllProjetPrAdmin

public void setAllProjetPrAdmin(java.util.List<ProjetTO> allProjetPrAdmin)


Copyright © 2011. All Rights Reserved.