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

Packages that use ClientPartTO
org.jeinnov.jeitime.api.service.projet   
org.jeinnov.jeitime.ui.projet   
 

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

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

Methods in org.jeinnov.jeitime.api.service.projet that return types with arguments of type ClientPartTO
 java.util.List<ClientPartTO> ClientPartManager.getAll()
           
 java.util.List<ClientPartTO> ContratManager.getClientPartByProjectIdInContrat(int idProjet)
           
 

Methods in org.jeinnov.jeitime.api.service.projet with parameters of type ClientPartTO
 int ClientPartManager.saveOrUpdate(ClientPartTO cPTO)
           
 

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

Methods in org.jeinnov.jeitime.ui.projet that return ClientPartTO
 ClientPartTO ClientPartUIBean.getSelected()
           
 

Methods in org.jeinnov.jeitime.ui.projet that return types with arguments of type ClientPartTO
 java.util.List<ClientPartTO> ProjetUIBean.getAllCliPart()
           
 java.util.List<ClientPartTO> ClientPartUIBean.getAllCliPart()
           
 java.util.List<ClientPartTO> ProjetUIBean.getAllCliPartSelect()
           
 java.util.List<ClientPartTO> ConsultProjetBean.getAllCliPartSelect()
           
 

Method parameters in org.jeinnov.jeitime.ui.projet with type arguments of type ClientPartTO
 void ProjetUIBean.setAllCliPart(java.util.List<ClientPartTO> allCliPart)
           
 void ClientPartUIBean.setAllCliPart(java.util.List<ClientPartTO> allCliPart)
           
 void ProjetUIBean.setAllCliPartSelect(java.util.List<ClientPartTO> allCliPartSelect)
           
 void ConsultProjetBean.setAllCliPartSelect(java.util.List<ClientPartTO> allCliPartSelect)
           
 



Copyright © 2011. All Rights Reserved.