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 GroupDao.findByPrimaryKey(String name)
           
 Group DummyGroupDao.findByPrimaryKey(String name)
           
 Group GroupDaoImpl.findByPrimaryKey(String name)
           
 

Methods in org.springframework.ldap.samples.person.dao with parameters of type Group
 void GroupDao.create(Group group)
           
 void DummyGroupDao.create(Group group)
           
 void GroupDaoImpl.create(Group group)
           
 void GroupDao.delete(Group group)
           
 void DummyGroupDao.delete(Group group)
           
 void GroupDaoImpl.delete(Group group)
           
 void GroupDao.update(Group group)
           
 void DummyGroupDao.update(Group group)
           
 void GroupDaoImpl.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 GroupServiceImpl.findByPrimaryKey(String name)
           
 Group GroupService.findByPrimaryKey(String name)
           
 

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



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