org.jeinnov.jeitime.ui.projet
Class TacheUIBean

java.lang.Object
  extended by org.jeinnov.jeitime.ui.projet.TacheUIBean

public class TacheUIBean
extends java.lang.Object


Constructor Summary
TacheUIBean()
           
 
Method Summary
 void cancel()
           
 void createOrUpdate(int idProjet)
           
 void deSelectAll()
           
 void deselectTache(javax.servlet.http.HttpServletRequest iRequest)
           
 java.util.List<NomTacheTO> getAllnom()
           
static int[] getAllPriorite()
           
 java.util.List<TacheTO> getAlltache()
           
 java.util.List<TypeTacheTO> getAlltype()
           
 java.lang.String getBudgetprevu()
           
 int getIdNom()
           
 int getIdTache()
           
 int getIdType()
           
 NomTacheTO getNom()
           
 int getPriorite()
           
 int[] getSelectedTache()
           
 TacheTO getTache()
           
 java.lang.String getTpsprevu()
           
 TypeTacheTO getType()
           
 boolean isEligible()
           
 boolean isInLienTach(int id)
           
 boolean isModif()
           
 boolean isVisible()
           
 void load(javax.servlet.http.HttpServletRequest iRequest)
           
 void select(javax.servlet.http.HttpServletRequest iRequest)
           
 void selectAll()
          Méthodes permettant de sélectionner toutes les taches ou de les déselectionner
 void selectNomtache(int idTyp)
           
 void setAllnom(java.util.List<NomTacheTO> allnom)
           
 void setAlltache(java.util.List<TacheTO> alltache)
           
 void setAlltype(java.util.List<TypeTacheTO> alltype)
           
 void setBudgetprevu(java.lang.String budgetprevu)
           
 void setEligible(boolean eligible)
           
 void setIdNom(int idNom)
           
 void setIdTache(int idTache)
           
 void setIdType(int idType)
           
 void setModif(boolean modif)
           
 void setNom(NomTacheTO nom)
           
 void setPriorite(int priorite)
           
 void setSelectedTache(int[] selectedTache)
           
 void setTache(TacheTO tache)
           
 void setTpsprevu(java.lang.String tpsprevu)
           
 void setType(TypeTacheTO type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TacheUIBean

public TacheUIBean()
Method Detail

load

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

select

public void select(javax.servlet.http.HttpServletRequest iRequest)
            throws ProjetException
Throws:
ProjetException

createOrUpdate

public void createOrUpdate(int idProjet)
                    throws org.ow2.opensuit.core.error.IError,
                           ProjetException
Throws:
org.ow2.opensuit.core.error.IError
ProjetException

cancel

public void cancel()

selectNomtache

public void selectNomtache(int idTyp)
                    throws ProjetException
Throws:
ProjetException

deselectTache

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

isInLienTach

public boolean isInLienTach(int id)
                     throws ProjetException
Throws:
ProjetException

selectAll

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


deSelectAll

public void deSelectAll()

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getBudgetprevu

public java.lang.String getBudgetprevu()

setBudgetprevu

public void setBudgetprevu(java.lang.String budgetprevu)

getTpsprevu

public java.lang.String getTpsprevu()

setTpsprevu

public void setTpsprevu(java.lang.String tpsprevu)

getPriorite

public int getPriorite()

setPriorite

public void setPriorite(int priorite)

isEligible

public boolean isEligible()

setEligible

public void setEligible(boolean eligible)

getType

public TypeTacheTO getType()

setType

public void setType(TypeTacheTO type)

getAlltype

public java.util.List<TypeTacheTO> getAlltype()

setAlltype

public void setAlltype(java.util.List<TypeTacheTO> alltype)

getIdType

public int getIdType()

setIdType

public void setIdType(int idType)

getNom

public NomTacheTO getNom()

setNom

public void setNom(NomTacheTO nom)

getAllnom

public java.util.List<NomTacheTO> getAllnom()

setAllnom

public void setAllnom(java.util.List<NomTacheTO> allnom)

getIdNom

public int getIdNom()

setIdNom

public void setIdNom(int idNom)

getAllPriorite

public static int[] getAllPriorite()

getTache

public TacheTO getTache()

setTache

public void setTache(TacheTO tache)

getSelectedTache

public int[] getSelectedTache()

setSelectedTache

public void setSelectedTache(int[] selectedTache)

getAlltache

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

setAlltache

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

isModif

public boolean isModif()

setModif

public void setModif(boolean modif)

isVisible

public boolean isVisible()


Copyright © 2011. All Rights Reserved.