org.springframework.ldap.transaction.compensating.manager
Interface DummyDao
- All Known Implementing Classes:
- LdapAndJdbcDummyDaoImpl, LdapDummyDaoImpl
public interface DummyDao
Method Summary |
void |
create(String country,
String company,
String fullname,
String lastname,
String description)
|
void |
createWithException(String country,
String company,
String fullname,
String lastname,
String description)
|
void |
modifyAttributes(String dn,
String lastName,
String description)
|
void |
modifyAttributesWithException(String dn,
String lastName,
String description)
|
void |
unbind(String dn,
String fullname)
|
void |
unbindWithException(String dn,
String fullname)
|
void |
update(String dn,
String fullname,
String lastname,
String description)
|
void |
updateAndRename(String dn,
String newDn,
String description)
|
void |
updateAndRenameWithException(String dn,
String newDn,
String description)
|
void |
updateWithException(String dn,
String fullname,
String lastname,
String description)
|
createWithException
void createWithException(String country,
String company,
String fullname,
String lastname,
String description)
create
void create(String country,
String company,
String fullname,
String lastname,
String description)
update
void update(String dn,
String fullname,
String lastname,
String description)
updateWithException
void updateWithException(String dn,
String fullname,
String lastname,
String description)
updateAndRename
void updateAndRename(String dn,
String newDn,
String description)
updateAndRenameWithException
void updateAndRenameWithException(String dn,
String newDn,
String description)
modifyAttributes
void modifyAttributes(String dn,
String lastName,
String description)
modifyAttributesWithException
void modifyAttributesWithException(String dn,
String lastName,
String description)
unbind
void unbind(String dn,
String fullname)
unbindWithException
void unbindWithException(String dn,
String fullname)
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.