Uses of Class
org.jeinnov.jeitime.api.to.projet.ProjetTO

Packages that use ProjetTO
org.jeinnov.jeitime.api.service.projet   
org.jeinnov.jeitime.api.to.affecter   
org.jeinnov.jeitime.api.to.bilan   
org.jeinnov.jeitime.api.to.heure   
org.jeinnov.jeitime.api.to.projet   
org.jeinnov.jeitime.ui.affecter   
org.jeinnov.jeitime.ui.bilan   
org.jeinnov.jeitime.ui.heure   
org.jeinnov.jeitime.ui.projet   
 

Uses of ProjetTO in org.jeinnov.jeitime.api.service.projet
 

Methods in org.jeinnov.jeitime.api.service.projet that return ProjetTO
 ProjetTO ProjetManager.get(int id)
           
 ProjetTO ProjetManager.getProjectNotClose(int id)
           
 ProjetTO ProjetManager.getProjectNotLock(int id)
           
 ProjetTO ResultTransformersProject.toProjectTO(ProjetP p)
           
 

Methods in org.jeinnov.jeitime.api.service.projet that return types with arguments of type ProjetTO
 java.util.List<ProjetTO> ProjetManager.getAll()
           
 java.util.List<ProjetTO> ProjetManager.getAllClose()
           
 java.util.List<ProjetTO> ProjetManager.getAllForCollabNotClose(int idColl)
           
 java.util.List<ProjetTO> ProjetManager.getAllForCollabNotLock(int idColl)
           
 java.util.List<ProjetTO> ProjetManager.getAllLock()
           
 java.util.List<ProjetTO> ProjetManager.getAllNotClose()
           
 java.util.List<ProjetTO> ProjetManager.getAllNotLock()
           
 

Methods in org.jeinnov.jeitime.api.service.projet with parameters of type ProjetTO
 int ProjetManager.saveOrUpdate(ProjetTO projet)
           
 void ResultTransformersProject.toProjectP(ProjetTO projet, ProjetP p)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.api.to.affecter
 

Methods in org.jeinnov.jeitime.api.to.affecter that return ProjetTO
 ProjetTO AffecterTO.getProjet()
           
 ProjetTO RecapAffectTO.getProjet()
           
 

Methods in org.jeinnov.jeitime.api.to.affecter with parameters of type ProjetTO
 void AffecterTO.setProjet(ProjetTO projet)
           
 void RecapAffectTO.setProjet(ProjetTO projet)
           
 

Constructors in org.jeinnov.jeitime.api.to.affecter with parameters of type ProjetTO
RecapAffectTO(ProjetTO projet, TacheTO tache, CollaborateurTO collaborateur)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.api.to.bilan
 

Methods in org.jeinnov.jeitime.api.to.bilan that return ProjetTO
 ProjetTO RecapTO.getNomP()
           
 ProjetTO RecapProjetMensuelTO.getNomProjet()
           
 ProjetTO RecapProjetTO.getNomProjet()
           
 

Methods in org.jeinnov.jeitime.api.to.bilan with parameters of type ProjetTO
 void RecapTO.setNomP(ProjetTO nomP)
           
 void RecapProjetMensuelTO.setNomProjet(ProjetTO nomProjet)
           
 void RecapProjetTO.setNomProjet(ProjetTO nomProjet)
           
 

Constructors in org.jeinnov.jeitime.api.to.bilan with parameters of type ProjetTO
RecapProjetTO(ProjetTO nomProjet, TacheTO tache, CollaborateurTO collab, double nbheure)
           
RecapTO(java.lang.String intitule, ProjetTO nomP, CollaborateurTO collab, double nbheure)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.api.to.heure
 

Methods in org.jeinnov.jeitime.api.to.heure that return ProjetTO
 ProjetTO SaisieHeureTO.getProjet()
           
 

Methods in org.jeinnov.jeitime.api.to.heure with parameters of type ProjetTO
 void SaisieHeureTO.setProjet(ProjetTO projet)
           
 

Constructors in org.jeinnov.jeitime.api.to.heure with parameters of type ProjetTO
SaisieHeureTO(TacheTO tache, ProjetTO projet, CollaborateurTO collab, java.util.Date saisiDate, float nbHeure, java.lang.String commentaire)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.api.to.projet
 

Methods in org.jeinnov.jeitime.api.to.projet that return ProjetTO
 ProjetTO TacheTO.getProjet()
           
 ProjetTO ProjetTO.getProjet()
           
 

Methods in org.jeinnov.jeitime.api.to.projet with parameters of type ProjetTO
 int ProjetTO.compareTo(ProjetTO o)
           
 void TacheTO.setProjet(ProjetTO projet)
           
 void ProjetTO.setProjet(ProjetTO projet)
           
 

Constructors in org.jeinnov.jeitime.api.to.projet with parameters of type ProjetTO
ProjetTO(int idProjet, java.lang.String nomProjet, java.util.Date dateDeb, java.util.Date dateFin, java.util.Date dateCloture, java.util.Date dateFermeture, float budgeprevu, float tpsprevu, TypeProjetTO typeProjet, DomaineTO domaine, ThematiqueTO thematique, ProjetTO projet)
           
TacheTO(int idTache, NomTacheTO nomtache, float budgetprevu, float tpsprevu, int priorite, boolean eligible, ProjetTO projet)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.ui.affecter
 

Methods in org.jeinnov.jeitime.ui.affecter that return types with arguments of type ProjetTO
 java.util.List<ProjetTO> AffecterUIBean.getAllprojet()
           
 

Method parameters in org.jeinnov.jeitime.ui.affecter with type arguments of type ProjetTO
 void AffecterUIBean.setAllprojet(java.util.List<ProjetTO> allprojet)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.ui.bilan
 

Methods in org.jeinnov.jeitime.ui.bilan that return types with arguments of type ProjetTO
 java.util.List<ProjetTO> RecapSuiviProjetUIBean.getAllprojet()
           
 java.util.List<ProjetTO> RecapProjetMensuelUIBean.getAllprojet()
           
 java.util.List<ProjetTO> RecapProjetUIBean.getAllprojet()
           
 

Methods in org.jeinnov.jeitime.ui.bilan with parameters of type ProjetTO
 java.lang.String RecapSuiviProjetUIBean.nomDomaine(ProjetTO p)
           
 java.lang.String RecapSuiviProjetUIBean.nomThema(ProjetTO p)
           
 

Method parameters in org.jeinnov.jeitime.ui.bilan with type arguments of type ProjetTO
 void RecapSuiviProjetUIBean.setAllprojet(java.util.List<ProjetTO> allprojet)
           
 void RecapProjetMensuelUIBean.setAllprojet(java.util.List<ProjetTO> allprojet)
           
 void RecapProjetUIBean.setAllprojet(java.util.List<ProjetTO> allprojet)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.ui.heure
 

Methods in org.jeinnov.jeitime.ui.heure that return ProjetTO
 ProjetTO SaisieHeureUIBean.getProjet()
           
 

Methods in org.jeinnov.jeitime.ui.heure that return types with arguments of type ProjetTO
 java.util.List<ProjetTO> SaisieHeureUIBean.getAllProjet()
           
 java.util.List<ProjetTO> SaisieHeureUIBean.getAllProjetPrAdmin()
           
 

Methods in org.jeinnov.jeitime.ui.heure with parameters of type ProjetTO
 void SaisieHeureUIBean.setProjet(ProjetTO projet)
           
 

Method parameters in org.jeinnov.jeitime.ui.heure with type arguments of type ProjetTO
 void SaisieHeureUIBean.setAllProjet(java.util.List<ProjetTO> allProjet)
           
 void SaisieHeureUIBean.setAllProjetPrAdmin(java.util.List<ProjetTO> allProjetPrAdmin)
           
 

Uses of ProjetTO in org.jeinnov.jeitime.ui.projet
 

Methods in org.jeinnov.jeitime.ui.projet that return ProjetTO
 ProjetTO ProjetUIBean.getProjet()
           
 ProjetTO ConsultProjetBean.getProjet()
           
 

Methods in org.jeinnov.jeitime.ui.projet that return types with arguments of type ProjetTO
 java.util.List<ProjetTO> ListsProjetUIBean.getAllprojet()
           
 java.util.List<ProjetTO> ListsProjetUIBean.getListProjetCloture()
           
 java.util.List<ProjetTO> ListsProjetUIBean.getListProjetFerme()
           
 java.util.List<ProjetTO> ListsProjetUIBean.getListProjetNonCloture()
           
 java.util.List<ProjetTO> ListsProjetUIBean.getListProjetNonFerme()
           
 java.util.List<ProjetTO> ProjetUIBean.getProjets()
           
 

Methods in org.jeinnov.jeitime.ui.projet with parameters of type ProjetTO
 void ProjetUIBean.setProjet(ProjetTO projet)
           
 void ConsultProjetBean.setProjet(ProjetTO projet)
           
 

Method parameters in org.jeinnov.jeitime.ui.projet with type arguments of type ProjetTO
 void ListsProjetUIBean.setAllprojet(java.util.List<ProjetTO> allprojet)
           
 void ListsProjetUIBean.setListProjetCloture(java.util.List<ProjetTO> listProjetCloture)
           
 void ListsProjetUIBean.setListProjetFerme(java.util.List<ProjetTO> listProjetFerme)
           
 void ListsProjetUIBean.setListProjetNonCloture(java.util.List<ProjetTO> listProjetNonCloture)
           
 void ListsProjetUIBean.setListProjetNonFerme(java.util.List<ProjetTO> listProjetNonFerme)
           
 void ProjetUIBean.setProjets(java.util.List<ProjetTO> projets)
           
 



Copyright © 2011. All Rights Reserved.