Spring LDAP Framework

org.springframework.ldap.transaction.compensating.manager.hibernate
Interface OrgPersonDao

All Known Implementing Classes:
DummyDaoLdapAndHibernateImpl

public interface OrgPersonDao


Method Summary
 void create(OrgPerson person)
           
 void createWithException(OrgPerson person)
           
 void modifyAttributes(String dn, String lastName, String description)
           
 void modifyAttributesWithException(String dn, String lastName, String description)
           
 void unbind(OrgPerson person)
           
 void unbindWithException(OrgPerson person)
           
 void update(OrgPerson person)
           
 void updateAndRename(String dn, String newDn, String updatedDescription)
           
 void updateAndRenameWithException(String dn, String newDn, String updatedDescription)
           
 void updateWithException(OrgPerson person)
           
 

Method Detail

createWithException

void createWithException(OrgPerson person)

create

void create(OrgPerson person)

update

void update(OrgPerson person)

updateWithException

void updateWithException(OrgPerson person)

updateAndRename

void updateAndRename(String dn,
                     String newDn,
                     String updatedDescription)

updateAndRenameWithException

void updateAndRenameWithException(String dn,
                                  String newDn,
                                  String updatedDescription)

modifyAttributes

void modifyAttributes(String dn,
                      String lastName,
                      String description)

modifyAttributesWithException

void modifyAttributesWithException(String dn,
                                   String lastName,
                                   String description)

unbind

void unbind(OrgPerson person)

unbindWithException

void unbindWithException(OrgPerson person)

Spring LDAP Framework

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