org.jeinnov.jeitime.ui.projet
Class ProjetUIBean

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

public class ProjetUIBean
extends java.lang.Object


Constructor Summary
ProjetUIBean()
           
 
Method Summary
 void addCliPart(int idProjetTmp)
           
 void calculBudget(java.util.List<TacheTO> alltaches)
           
 void cancel()
           
 void create(int idP)
           
 void deselectColl(javax.servlet.http.HttpServletRequest iRequest)
           
 void deselecteCli(javax.servlet.http.HttpServletRequest iRequest, int idProjetTmp)
           
 java.util.List<ClientPartTO> getAllCliPart()
           
 java.util.List<ClientPartTO> getAllCliPartSelect()
           
 java.util.List<DomaineTO> getAllDom()
           
 java.util.List<TacheTO> getAlltache()
           
 java.util.List<ThematiqueTO> getAllThema()
           
static int[] getAllTypesCli()
           
 java.util.List<TypeProjetTO> getAllTypPro()
           
 java.lang.String getBudgeprevu()
           
 java.util.Date getDateCloture()
           
 java.util.Date getDateDebu()
           
 java.util.Date getDateFermeture()
           
 java.util.Date getDateFin()
           
 int getIdCliPart()
           
 int getIdDom()
           
 int getIdProjet()
           
 int getIdSousProjet()
           
 int getIdThema()
           
 int getIdTypPro()
           
 java.lang.String getNomDom()
           
 java.lang.String getNomProjet()
           
 java.lang.String getNomThem()
           
 java.lang.String getNomTypPro()
           
 ProjetTO getProjet()
           
 java.util.List<ProjetTO> getProjets()
           
 java.lang.String getSousProjet()
           
 java.lang.String getTpsprevu()
           
 int getTypeCli()
           
 boolean isInLienTach(int id)
           
 void load()
           
 void search(javax.servlet.http.HttpServletRequest iRequest)
           
 void selectCli(int typeCli, int idProjetTmp)
           
 void setAllCliPart(java.util.List<ClientPartTO> allCliPart)
           
 void setAllCliPartSelect(java.util.List<ClientPartTO> allCliPartSelect)
           
 void setAllDom(java.util.List<DomaineTO> allDom)
           
 void setAlltache(java.util.List<TacheTO> alltache)
           
 void setAllThema(java.util.List<ThematiqueTO> allThema)
           
 void setAllTypPro(java.util.List<TypeProjetTO> allTypPro)
           
 void setBudgeprevu(java.lang.String budgeprevu)
           
 void setDateCloture(java.util.Date dateCloture)
           
 void setDateDebu(java.util.Date dateDebu)
           
 void setDateFermeture(java.util.Date dateFermeture)
           
 void setDateFin(java.util.Date dateFin)
           
 void setIdCliPart(int idCliPart)
           
 void setIdDom(int idDom)
           
 void setIdProjet(int idProjet)
           
 void setIdSousProjet(int idSousProjet)
           
 void setIdThema(int idThema)
           
 void setIdTypPro(int idTypPro)
           
 void setNomDom(java.lang.String nomDom)
           
 void setNomProjet(java.lang.String nomProjet)
           
 void setNomThem(java.lang.String nomThem)
           
 void setNomTypPro(java.lang.String nomTypPro)
           
 void setProjet(ProjetTO projet)
           
 void setProjets(java.util.List<ProjetTO> projets)
           
 void setSousProjet(java.lang.String sousProjet)
           
 void setTpsprevu(java.lang.String tpsprevu)
           
 void setTypeCli(int typeCli)
           
 void supprLienCli(int idCliPartTmp, int idProjetTmp)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjetUIBean

public ProjetUIBean()
Method Detail

load

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

create

public void create(int idP)
            throws org.ow2.opensuit.core.error.IError,
                   org.ow2.opensuit.core.validation.ValidationErrors
Throws:
org.ow2.opensuit.core.error.IError
org.ow2.opensuit.core.validation.ValidationErrors

addCliPart

public void addCliPart(int idProjetTmp)
                throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

search

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

calculBudget

public void calculBudget(java.util.List<TacheTO> alltaches)

cancel

public void cancel()

selectCli

public void selectCli(int typeCli,
                      int idProjetTmp)
               throws org.ow2.opensuit.core.validation.ValidationErrors,
                      org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.validation.ValidationErrors
org.ow2.opensuit.core.error.IError

deselecteCli

public void deselecteCli(javax.servlet.http.HttpServletRequest iRequest,
                         int idProjetTmp)
                  throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

supprLienCli

public void supprLienCli(int idCliPartTmp,
                         int idProjetTmp)
                  throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

deselectColl

public void deselectColl(javax.servlet.http.HttpServletRequest iRequest)

validate

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

isInLienTach

public boolean isInLienTach(int id)

getNomProjet

public java.lang.String getNomProjet()

setNomProjet

public void setNomProjet(java.lang.String nomProjet)

getDateDebu

public java.util.Date getDateDebu()

setDateDebu

public void setDateDebu(java.util.Date dateDebu)

getDateFin

public java.util.Date getDateFin()

setDateFin

public void setDateFin(java.util.Date dateFin)

getDateCloture

public java.util.Date getDateCloture()

setDateCloture

public void setDateCloture(java.util.Date dateCloture)

getDateFermeture

public java.util.Date getDateFermeture()

setDateFermeture

public void setDateFermeture(java.util.Date dateFermeture)

getIdProjet

public int getIdProjet()

setIdProjet

public void setIdProjet(int idProjet)

getBudgeprevu

public java.lang.String getBudgeprevu()

setBudgeprevu

public void setBudgeprevu(java.lang.String budgeprevu)

getTpsprevu

public java.lang.String getTpsprevu()

setTpsprevu

public void setTpsprevu(java.lang.String tpsprevu)

getAllTypPro

public java.util.List<TypeProjetTO> getAllTypPro()

setAllTypPro

public void setAllTypPro(java.util.List<TypeProjetTO> allTypPro)

getIdTypPro

public int getIdTypPro()

setIdTypPro

public void setIdTypPro(int idTypPro)

getAllDom

public java.util.List<DomaineTO> getAllDom()

setAllDom

public void setAllDom(java.util.List<DomaineTO> allDom)

getIdDom

public int getIdDom()

setIdDom

public void setIdDom(int idDom)

getAllThema

public java.util.List<ThematiqueTO> getAllThema()

setAllThema

public void setAllThema(java.util.List<ThematiqueTO> allThema)

getIdThema

public int getIdThema()

setIdThema

public void setIdThema(int idThema)

getAllCliPart

public java.util.List<ClientPartTO> getAllCliPart()

setAllCliPart

public void setAllCliPart(java.util.List<ClientPartTO> allCliPart)

getAllCliPartSelect

public java.util.List<ClientPartTO> getAllCliPartSelect()

setAllCliPartSelect

public void setAllCliPartSelect(java.util.List<ClientPartTO> allCliPartSelect)

getIdCliPart

public int getIdCliPart()

setIdCliPart

public void setIdCliPart(int idCliPart)

getAlltache

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

setAlltache

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

getProjet

public ProjetTO getProjet()

setProjet

public void setProjet(ProjetTO projet)

getTypeCli

public int getTypeCli()

setTypeCli

public void setTypeCli(int typeCli)

getAllTypesCli

public static int[] getAllTypesCli()

getProjets

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

setProjets

public void setProjets(java.util.List<ProjetTO> projets)

getNomTypPro

public java.lang.String getNomTypPro()

setNomTypPro

public void setNomTypPro(java.lang.String nomTypPro)

getNomDom

public java.lang.String getNomDom()

setNomDom

public void setNomDom(java.lang.String nomDom)

getNomThem

public java.lang.String getNomThem()

setNomThem

public void setNomThem(java.lang.String nomThem)

getSousProjet

public java.lang.String getSousProjet()

setSousProjet

public void setSousProjet(java.lang.String sousProjet)

getIdSousProjet

public int getIdSousProjet()

setIdSousProjet

public void setIdSousProjet(int idSousProjet)


Copyright © 2011. All Rights Reserved.