Uses of Class
org.springframework.ldap.samples.person.domain.Group

Packages that use Group
org.springframework.ldap.samples.person.dao   
org.springframework.ldap.samples.person.service   
 

Uses of Group in org.springframework.ldap.samples.person.dao
 

Methods in org.springframework.ldap.samples.person.dao that return Group
 Group DummyGroupDao.findByPrimaryKey(String name)
           
 Group GroupDaoImpl.findByPrimaryKey(String name)
           
 Group GroupDao.findByPrimaryKey(String name)
           
 

Methods in org.springframework.ldap.samples.person.dao with parameters of type Group
 void DummyGroupDao.create(Group group)
           
 void GroupDaoImpl.create(Group group)
           
 void GroupDao.create(Group group)
           
 void DummyGroupDao.delete(Group group)
           
 void GroupDaoImpl.delete(Group group)
           
 void GroupDao.delete(Group group)
           
 void DummyGroupDao.update(Group group)
           
 void GroupDaoImpl.update(Group group)
           
 void GroupDao.update(Group group)
           
 

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

Methods in org.springframework.ldap.samples.person.service that return Group
 Group GroupService.findByPrimaryKey(String name)
           
 Group GroupServiceImpl.findByPrimaryKey(String name)
           
 

Methods in org.springframework.ldap.samples.person.service with parameters of type Group
 void GroupService.delete(Group group)
           
 void GroupServiceImpl.delete(Group group)
           
 void GroupService.update(Group group)
           
 void GroupServiceImpl.update(Group group)
           
 



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