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

Packages that use GestoriaService
com.ferri.portlet.administrador.action   
com.ferri.portlet.client.action   
com.ferri.portlet.gestoria.action   
com.ferri.service.impl   
com.ferri.servlet   
 

Uses of GestoriaService in com.ferri.portlet.administrador.action
 

Fields in com.ferri.portlet.administrador.action declared as GestoriaService
private  GestoriaService ViewAdministradorAction.gestoriaService
           
 

Methods in com.ferri.portlet.administrador.action that return GestoriaService
 GestoriaService ViewAdministradorAction.getGestoriaService()
           
 

Methods in com.ferri.portlet.administrador.action with parameters of type GestoriaService
 void ViewAdministradorAction.setGestoriaService(GestoriaService gestoriaService)
           
 

Uses of GestoriaService in com.ferri.portlet.client.action
 

Fields in com.ferri.portlet.client.action declared as GestoriaService
private  GestoriaService ViewClientAction.gestoriaService
           
 

Methods in com.ferri.portlet.client.action that return GestoriaService
 GestoriaService ViewClientAction.getGestoriaService()
           
 

Methods in com.ferri.portlet.client.action with parameters of type GestoriaService
 void ViewClientAction.setGestoriaService(GestoriaService gestoriaService)
           
 

Uses of GestoriaService in com.ferri.portlet.gestoria.action
 

Fields in com.ferri.portlet.gestoria.action declared as GestoriaService
private  GestoriaService ViewGestoriaAction.gestoriaService
           
 

Methods in com.ferri.portlet.gestoria.action that return GestoriaService
 GestoriaService ViewGestoriaAction.getGestoriaService()
           
 

Methods in com.ferri.portlet.gestoria.action with parameters of type GestoriaService
 void ViewGestoriaAction.setGestoriaService(GestoriaService gestoriaService)
           
 

Uses of GestoriaService in com.ferri.service.impl
 

Classes in com.ferri.service.impl that implement GestoriaService
 class GestoriaServiceImpl
           
 

Uses of GestoriaService in com.ferri.servlet
 

Fields in com.ferri.servlet declared as GestoriaService
private  GestoriaService ServletAjax.gestoriaService
           
 

Methods in com.ferri.servlet that return GestoriaService
 GestoriaService ServletAjax.getGestoriaService()
           
 

Methods in com.ferri.servlet with parameters of type GestoriaService
 void ServletAjax.setGestoriaService(GestoriaService gestoriaService)