Uses of Interface
org.springframework.ldap.samples.person.service.GroupService

Packages that use GroupService
org.springframework.ldap.samples.person.service   
org.springframework.ldap.samples.person.web   
 

Uses of GroupService in org.springframework.ldap.samples.person.service
 

Classes in org.springframework.ldap.samples.person.service that implement GroupService
 class GroupServiceImpl
          Service implementation for managing the Group entity.
 

Uses of GroupService in org.springframework.ldap.samples.person.web
 

Methods in org.springframework.ldap.samples.person.web with parameters of type GroupService
 void EditGroupFormAction.setGroupService(GroupService groupService)
           
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.