Uses of Interface
org.springframework.samples.petportal.service.PetService

Packages that use PetService
org.springframework.samples.petportal.portlet   
org.springframework.samples.petportal.service   
 

Uses of PetService in org.springframework.samples.petportal.portlet
 

Methods in org.springframework.samples.petportal.portlet with parameters of type PetService
 void PetDescriptionUploadController.setPetService(PetService petService)
           
 

Constructors in org.springframework.samples.petportal.portlet with parameters of type PetService
PetsController(PetService petService)
           
 

Uses of PetService in org.springframework.samples.petportal.service
 

Classes in org.springframework.samples.petportal.service that implement PetService
 class PetServiceImpl
          The PetService implementation.
 



John A. Lewis, Mark Fisher, Juergen Hoeller