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

Packages that use NomTacheTO
org.jeinnov.jeitime.api.service.projet   
org.jeinnov.jeitime.api.to.projet   
org.jeinnov.jeitime.ui.projet   
 

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

Methods in org.jeinnov.jeitime.api.service.projet that return NomTacheTO
 NomTacheTO NomTacheManager.get(int id)
           
 

Methods in org.jeinnov.jeitime.api.service.projet that return types with arguments of type NomTacheTO
 java.util.List<NomTacheTO> NomTacheManager.getAll()
           
 java.util.List<NomTacheTO> NomTacheManager.getAllByIdTypeTache(int idTypeTache)
           
 

Methods in org.jeinnov.jeitime.api.service.projet with parameters of type NomTacheTO
 int NomTacheManager.saveOrUpdate(NomTacheTO nomTTO)
           
 

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

Methods in org.jeinnov.jeitime.api.to.projet that return NomTacheTO
 NomTacheTO TacheTO.getNomtache()
           
 

Methods in org.jeinnov.jeitime.api.to.projet with parameters of type NomTacheTO
 void TacheTO.setNomtache(NomTacheTO nomtache)
           
 

Constructors in org.jeinnov.jeitime.api.to.projet with parameters of type NomTacheTO
TacheTO(int idTache, NomTacheTO nomtache)
           
TacheTO(int idTache, NomTacheTO nomtache, float budgetprevu, float tpsprevu, int priorite)
           
TacheTO(int idTache, NomTacheTO nomtache, float budgetprevu, float tpsprevu, int priorite, boolean eligible, ProjetTO projet)
           
 

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

Methods in org.jeinnov.jeitime.ui.projet that return NomTacheTO
 NomTacheTO TacheUIBean.getNom()
           
 NomTacheTO NomTacheUIBean.getSelected()
           
 

Methods in org.jeinnov.jeitime.ui.projet that return types with arguments of type NomTacheTO
 java.util.List<NomTacheTO> TacheUIBean.getAllnom()
           
 java.util.List<NomTacheTO> NomTacheUIBean.getAllNomTache()
           
 java.util.List<NomTacheTO> TypeTacheUIBean.getAlltache()
           
 

Methods in org.jeinnov.jeitime.ui.projet with parameters of type NomTacheTO
 void TacheUIBean.setNom(NomTacheTO nom)
           
 void NomTacheUIBean.setSelected(NomTacheTO selected)
           
 

Method parameters in org.jeinnov.jeitime.ui.projet with type arguments of type NomTacheTO
 void TacheUIBean.setAllnom(java.util.List<NomTacheTO> allnom)
           
 void NomTacheUIBean.setAllNomTache(java.util.List<NomTacheTO> allNomTache)
           
 void TypeTacheUIBean.setAlltache(java.util.List<NomTacheTO> alltache)
           
 



Copyright © 2011. All Rights Reserved.