org.springframework.ldap.transaction.compensating.manager.hibernate
Interface OrgPersonDao
- All Known Implementing Classes:
- DummyDaoLdapAndHibernateImpl
public interface OrgPersonDao
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)
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.