Uses of Interface
com.ferri.service.interfaces.ContracteService

Packages that use ContracteService
com.ferri.portlet.contracte.action   
com.ferri.portlet.intervencio.action   
com.ferri.service.impl   
com.ferri.servlet   
 

Uses of ContracteService in com.ferri.portlet.contracte.action
 

Fields in com.ferri.portlet.contracte.action declared as ContracteService
private  ContracteService ViewContracteAction.contracteService
           
 

Methods in com.ferri.portlet.contracte.action that return ContracteService
 ContracteService ViewContracteAction.getContracteService()
           
 

Methods in com.ferri.portlet.contracte.action with parameters of type ContracteService
 void ViewContracteAction.setContracteService(ContracteService contracteService)
           
 

Uses of ContracteService in com.ferri.portlet.intervencio.action
 

Fields in com.ferri.portlet.intervencio.action declared as ContracteService
private  ContracteService ViewIntervencioAction.contracteService
           
 

Methods in com.ferri.portlet.intervencio.action that return ContracteService
 ContracteService ViewIntervencioAction.getContracteService()
           
 

Methods in com.ferri.portlet.intervencio.action with parameters of type ContracteService
 void ViewIntervencioAction.setContracteService(ContracteService contracteService)
           
 

Uses of ContracteService in com.ferri.service.impl
 

Classes in com.ferri.service.impl that implement ContracteService
 class ContracteServiceImpl
           
 

Uses of ContracteService in com.ferri.servlet
 

Fields in com.ferri.servlet declared as ContracteService
private  ContracteService ServletPdf.contracteService
           
 

Methods in com.ferri.servlet that return ContracteService
 ContracteService ServletPdf.getContracteService()
           
 

Methods in com.ferri.servlet with parameters of type ContracteService
 void ServletPdf.setContracteService(ContracteService contracteService)