|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TacheTO in org.jeinnov.jeitime.api.service.projet |
|---|
| Methods in org.jeinnov.jeitime.api.service.projet that return TacheTO | |
|---|---|
TacheTO |
TacheManager.get(int id)
|
TacheTO |
ResultTransformersProject.toTacheTO(TacheP tacheP)
|
| Methods in org.jeinnov.jeitime.api.service.projet that return types with arguments of type TacheTO | |
|---|---|
java.util.List<TacheTO> |
TacheManager.getAllInProjectAndForACollaborateur(int idProjet,
int idCollaborateur)
|
java.util.List<TacheTO> |
TacheManager.getAllTacheInProject(int idProjet)
|
| Methods in org.jeinnov.jeitime.api.service.projet with parameters of type TacheTO | |
|---|---|
int |
TacheManager.saveOrUpdate(TacheTO tacheTO)
|
void |
ResultTransformersProject.toTacheP(TacheTO tacheTO,
TacheP tacheP)
|
| Method parameters in org.jeinnov.jeitime.api.service.projet with type arguments of type TacheTO | |
|---|---|
java.util.List<TypeTacheTO> |
TypeTacheManager.getAllTypeTacheInProject(java.util.List<TacheTO> alltaches)
|
| Uses of TacheTO in org.jeinnov.jeitime.api.to.affecter |
|---|
| Methods in org.jeinnov.jeitime.api.to.affecter that return TacheTO | |
|---|---|
TacheTO |
AffecterTO.getTache()
|
TacheTO |
RecapAffectTO.getTache()
|
| Methods in org.jeinnov.jeitime.api.to.affecter with parameters of type TacheTO | |
|---|---|
void |
AffecterTO.setTache(TacheTO tache)
|
void |
RecapAffectTO.setTache(TacheTO tache)
|
| Constructors in org.jeinnov.jeitime.api.to.affecter with parameters of type TacheTO | |
|---|---|
RecapAffectTO(ProjetTO projet,
TacheTO tache,
CollaborateurTO collaborateur)
|
|
| Uses of TacheTO in org.jeinnov.jeitime.api.to.bilan |
|---|
| Methods in org.jeinnov.jeitime.api.to.bilan that return TacheTO | |
|---|---|
TacheTO |
RecapProjetTO.getTache()
|
| Methods in org.jeinnov.jeitime.api.to.bilan with parameters of type TacheTO | |
|---|---|
void |
RecapProjetTO.setTache(TacheTO tache)
|
| Constructors in org.jeinnov.jeitime.api.to.bilan with parameters of type TacheTO | |
|---|---|
RecapProjetTO(ProjetTO nomProjet,
TacheTO tache,
CollaborateurTO collab,
double nbheure)
|
|
| Uses of TacheTO in org.jeinnov.jeitime.api.to.heure |
|---|
| Methods in org.jeinnov.jeitime.api.to.heure that return TacheTO | |
|---|---|
TacheTO |
SaisieHeureTO.getTache()
|
TacheTO |
GereHeure.getTache()
|
| Methods in org.jeinnov.jeitime.api.to.heure with parameters of type TacheTO | |
|---|---|
void |
SaisieHeureTO.setTache(TacheTO tache)
|
void |
GereHeure.setTache(TacheTO tache)
|
| Constructors in org.jeinnov.jeitime.api.to.heure with parameters of type TacheTO | |
|---|---|
SaisieHeureTO(TacheTO tache,
ProjetTO projet,
CollaborateurTO collab,
java.util.Date saisiDate,
float nbHeure,
java.lang.String commentaire)
|
|
| Uses of TacheTO in org.jeinnov.jeitime.api.to.projet |
|---|
| Methods in org.jeinnov.jeitime.api.to.projet with parameters of type TacheTO | |
|---|---|
int |
TacheTO.compareTo(TacheTO o)
|
| Uses of TacheTO in org.jeinnov.jeitime.ui.affecter |
|---|
| Methods in org.jeinnov.jeitime.ui.affecter that return types with arguments of type TacheTO | |
|---|---|
java.util.List<TacheTO> |
AffecterUIBean.getAlltache()
|
| Method parameters in org.jeinnov.jeitime.ui.affecter with type arguments of type TacheTO | |
|---|---|
void |
AffecterUIBean.setAlltache(java.util.List<TacheTO> alltache)
|
| Uses of TacheTO in org.jeinnov.jeitime.ui.heure |
|---|
| Methods in org.jeinnov.jeitime.ui.heure that return TacheTO | |
|---|---|
TacheTO |
SaisieHeureUIBean.getTache()
Getters and Setters * |
| Methods in org.jeinnov.jeitime.ui.heure that return types with arguments of type TacheTO | |
|---|---|
java.util.List<TacheTO> |
SaisieHeureUIBean.getAllTache()
|
| Methods in org.jeinnov.jeitime.ui.heure with parameters of type TacheTO | |
|---|---|
boolean |
SaisieHeureUIBean.peutModifier(TacheTO tache,
float heures)
|
boolean |
SaisieHeureUIBean.peutModifierC(TacheTO tache,
float heures)
|
void |
SaisieHeureUIBean.setTache(TacheTO tache)
|
| Method parameters in org.jeinnov.jeitime.ui.heure with type arguments of type TacheTO | |
|---|---|
void |
SaisieHeureUIBean.setAllTache(java.util.List<TacheTO> allTache)
|
| Uses of TacheTO in org.jeinnov.jeitime.ui.projet |
|---|
| Methods in org.jeinnov.jeitime.ui.projet that return TacheTO | |
|---|---|
TacheTO |
TacheUIBean.getTache()
|
| Methods in org.jeinnov.jeitime.ui.projet that return types with arguments of type TacheTO | |
|---|---|
java.util.List<TacheTO> |
ProjetUIBean.getAlltache()
|
java.util.List<TacheTO> |
TacheUIBean.getAlltache()
|
java.util.List<TacheTO> |
ConsultProjetBean.getAlltache()
|
java.util.List<TacheTO> |
ListsProjetUIBean.getAlltache()
|
| Methods in org.jeinnov.jeitime.ui.projet with parameters of type TacheTO | |
|---|---|
void |
TacheUIBean.setTache(TacheTO tache)
|
| Method parameters in org.jeinnov.jeitime.ui.projet with type arguments of type TacheTO | |
|---|---|
void |
ProjetUIBean.calculBudget(java.util.List<TacheTO> alltaches)
|
void |
ConsultProjetBean.calculBudget(java.util.List<TacheTO> alltaches)
|
void |
ProjetUIBean.setAlltache(java.util.List<TacheTO> alltache)
|
void |
TacheUIBean.setAlltache(java.util.List<TacheTO> alltache)
|
void |
ConsultProjetBean.setAlltache(java.util.List<TacheTO> alltache)
|
void |
ListsProjetUIBean.setAlltache(java.util.List<TacheTO> alltache)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||