|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.jobDomainPeas.JobDomainPeasDAO
public class JobDomainPeasDAO
Class declaration Get connections data from database
| Constructor Summary | |
|---|---|
JobDomainPeasDAO()
|
|
| Method Summary | |
|---|---|
static Collection<Group> |
selectGroupSynchroInsertUpdateTableDomain_Group(Domain domain)
Sélection des groupes à synchroniser en insert ou update de la table Domain |
static Collection<UserDetail> |
selectUserSynchroDeleteTableDomain_User(Domain domain)
Sélection des utilisateurs à synchroniser en delete de la table Domain |
static Collection<UserFull> |
selectUserSynchroInsertUpdateTableDomain_User(Domain domain)
Sélection des utilisateurs à synchroniser en insert ou update de la table Domain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobDomainPeasDAO()
| Method Detail |
|---|
public static Collection<Group> selectGroupSynchroInsertUpdateTableDomain_Group(Domain domain)
throws SQLException
domain -
SQLException
public static Collection<UserFull> selectUserSynchroInsertUpdateTableDomain_User(Domain domain)
throws SQLException
domain -
SQLException
public static Collection<UserDetail> selectUserSynchroDeleteTableDomain_User(Domain domain)
throws SQLException
domainName -
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||