public interface IExternalErc
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExternalErc(java.lang.String key,
java.lang.Object value,
java.lang.String repository,
java.lang.String realm)
Method to delete records in external db.
|
java.util.List<UserExtInfoBean> |
getSelectedUserData(java.lang.String repository,
java.lang.String realm)
Gets the selected user data.
|
java.lang.Object |
insertExternalErc(java.util.Hashtable<java.lang.String,java.lang.Object> mappa,
java.lang.String repository,
java.lang.String realm)
Method to call the insert in external table throught the repository name
|
UserExtInfoBean |
insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
java.lang.String repository,
java.lang.String realm)
Insert external erc.
|
java.util.HashMap<java.lang.String,java.lang.Object> |
loadExternalErc(UserExtInfoBean idUserExtInfoBean,
java.lang.String repository,
java.lang.String realm)
Load external erc.
|
java.util.List<UserExtInfoBean> |
select(UserBean p,
boolean onlyVisible,
java.lang.String repository,
java.lang.String token,
java.lang.String realm)
Gets the selected user data.
|
void |
test(UserBean userBean,
OrgUnitBean ouBean) |
void |
updateExternalErc(java.util.Hashtable<java.lang.String,java.lang.Object> mappa,
java.lang.String repository,
java.lang.String realm)
Method to update in external table throught the repository name.
|
void |
updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Update external erc.
|
void |
updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
java.lang.String repository,
java.lang.String realm)
Deprecated.
|
static final java.lang.String COPYRIGHT
void test(UserBean userBean, OrgUnitBean ouBean) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionjava.lang.Object insertExternalErc(java.util.Hashtable<java.lang.String,java.lang.Object> mappa,
java.lang.String repository,
java.lang.String realm)
throws com.engiweb.toolkit.common.BackendException
mappa - Hashtable the map com.engiweb.toolkit.common.BackendExceptionjava.rmi.RemoteExceptionUserExtInfoBean insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, java.lang.String repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userExtInfoBeanList - the user ext info bean listrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionvoid deleteExternalErc(java.lang.String key,
java.lang.Object value,
java.lang.String repository,
java.lang.String realm)
throws com.engiweb.toolkit.common.BackendException
key - String the column-user_namevalue - Object the value to create delete queryrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionvoid updateExternalErc(java.util.Hashtable<java.lang.String,java.lang.Object> mappa,
java.lang.String repository,
java.lang.String realm)
throws com.engiweb.toolkit.common.BackendException
mappa - Hashtable the map repository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exception@Deprecated void updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, java.lang.String repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
updateExternalErc(List, RepositoryBean, String)userExtInfoBeanList - the user ext info bean listrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionjava.util.List<UserExtInfoBean> getSelectedUserData(java.lang.String repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
repository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionjava.util.HashMap<java.lang.String,java.lang.Object> loadExternalErc(UserExtInfoBean idUserExtInfoBean, java.lang.String repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
idUserExtInfoBean - the id user ext info beanrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionvoid updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userExtInfoBeanList - the user ext info bean listrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionjava.util.List<UserExtInfoBean> select(UserBean p, boolean onlyVisible, java.lang.String repository, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
p - the filter userBeanonlyVisible - choose if load only the visible attributes or allrepository - the repositoryrealm - the realmcom.engiweb.toolkit.common.BackendException - the backend exception