public interface IExternalErcDirect
extends common.direct.IDirect
| 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,
RepositoryBean repository,
java.lang.String realm)
Delete external erc.
|
com.engiweb.pm.entity.BeanList<UsrErcBean> |
findExternalErc(UsrErcBean userErcBean,
RepositoryBean repository,
com.engiweb.pm.entity.Paging paging,
java.lang.String realm,
com.engiweb.pm.dao.db.DAO connDao) |
com.engiweb.pm.entity.BeanList<UsrErcBean> |
findExternalErc(UsrErcBean userErcBean,
RepositoryBean repository,
java.util.Set<java.lang.Long> groupIds,
boolean inHier,
com.engiweb.pm.entity.Paging paging,
java.lang.String realm,
com.engiweb.pm.dao.db.DAO connDao) |
java.util.List<UserExtInfoBean> |
findSelectedUserData(RepositoryBean repository,
java.lang.String realm)
Find selected user data.
|
UserExtInfoBean |
insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Insert a list of external erc.
|
UserExtInfoBean |
insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm,
long sourceType,
long sourceID,
java.lang.String sourceName) |
java.util.HashMap<java.lang.String,java.lang.Object> |
loadExternalErc(UserExtInfoBean idUserExtInfoBean,
RepositoryBean repository,
java.lang.String realm)
Load external erc.
|
void |
updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Update external erc.
|
void |
updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm,
long sourceType,
long sourceID,
java.lang.String sourceName,
java.lang.String lasModUser) |
static final java.lang.String COPYRIGHT
void updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userExtInfoBeanList - List of UserExtInfoBean the list of user external inforepository - RepositoryBean the repositoryrealm - String the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionvoid updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName, java.lang.String lasModUser) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid deleteExternalErc(java.lang.String key,
java.lang.Object value,
RepositoryBean repository,
java.lang.String realm)
throws com.engiweb.toolkit.common.BackendException
key - String the keyvalue - Object the valuerepository - RepositoryBean the repositoryrealm - String the realmcom.engiweb.toolkit.common.BackendException - the backend exceptionUserExtInfoBean insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userExtInfoBeanList - List of UserExtInfoBean the list of user external inforepository - RepositoryBean the repositoryrealm - String the realmUserExtInfoBeancom.engiweb.toolkit.common.BackendException - the backend exceptionUserExtInfoBean insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionjava.util.HashMap<java.lang.String,java.lang.Object> loadExternalErc(UserExtInfoBean idUserExtInfoBean, RepositoryBean repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
idUserExtInfoBean - UserExtInfoBean the id of user external inforepository - RepositoryBean the repositoryrealm - String the realmHashMap where the key is the name of the column or external infocom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<UsrErcBean> findExternalErc(UsrErcBean userErcBean, RepositoryBean repository, com.engiweb.pm.entity.Paging paging, java.lang.String realm, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionjava.util.List<UserExtInfoBean> findSelectedUserData(RepositoryBean repository, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
repository - RepositoryBean the repositoryrealm - String the realmList of UserExtInfoBeancom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<UsrErcBean> findExternalErc(UsrErcBean userErcBean, RepositoryBean repository, java.util.Set<java.lang.Long> groupIds, boolean inHier, com.engiweb.pm.entity.Paging paging, java.lang.String realm, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException