org.springframework.ldap.transaction.compensating.manager
Class LdapAndJdbcDummyDaoImpl
java.lang.Object
org.springframework.ldap.transaction.compensating.manager.LdapAndJdbcDummyDaoImpl
- All Implemented Interfaces:
- DummyDao
public class LdapAndJdbcDummyDaoImpl
- extends Object
- implements 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 |
setJdbcTemplate(JdbcTemplate jdbcTemplate)
|
void |
setLdapTemplate(LdapTemplate ldapTemplate)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapAndJdbcDummyDaoImpl
public LdapAndJdbcDummyDaoImpl()
setJdbcTemplate
public void setJdbcTemplate(JdbcTemplate jdbcTemplate)
setLdapTemplate
public void setLdapTemplate(LdapTemplate ldapTemplate)
createWithException
public void createWithException(String country,
String company,
String fullname,
String lastname,
String description)
- Specified by:
createWithException
in interface DummyDao
create
public void create(String country,
String company,
String fullname,
String lastname,
String description)
- Specified by:
create
in interface DummyDao
update
public void update(String dn,
String fullname,
String lastname,
String description)
- Specified by:
update
in interface DummyDao
updateWithException
public void updateWithException(String dn,
String fullname,
String lastname,
String description)
- Specified by:
updateWithException
in interface DummyDao
updateAndRename
public void updateAndRename(String dn,
String newDn,
String description)
- Specified by:
updateAndRename
in interface DummyDao
updateAndRenameWithException
public void updateAndRenameWithException(String dn,
String newDn,
String description)
- Specified by:
updateAndRenameWithException
in interface DummyDao
modifyAttributes
public void modifyAttributes(String dn,
String lastName,
String description)
- Specified by:
modifyAttributes
in interface DummyDao
modifyAttributesWithException
public void modifyAttributesWithException(String dn,
String lastName,
String description)
- Specified by:
modifyAttributesWithException
in interface DummyDao
unbind
public void unbind(String dn,
String fullname)
- Specified by:
unbind
in interface DummyDao
unbindWithException
public void unbindWithException(String dn,
String fullname)
- Specified by:
unbindWithException
in interface DummyDao
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.