| java.lang.Object org.objectweb.salome_tmf.databaseSQL.SQLProject org.objectweb.salome_tmf.databaseSQL.SQLProjectGForge
getUsersOfProject | public UserWrapper[] getUsersOfProject(String projectName) throws Exception(Code) | | Get a Vector of UserWrapper representing all the Users in the project projectName
And Upate Table Persone with GFORGE user of the project
Parameters: projectName - throws: Exception - |
Methods inherited from org.objectweb.salome_tmf.databaseSQL.SQLProject | public int addAttachFile(int idProject, SalomeFileWrapper f, String description) throws Exception(Code)(Java Doc) public int addAttachUrl(int idProject, String url, String description) throws Exception(Code)(Java Doc) public int copyProject(String name, String description, int idAdmin, int idFromProject, boolean suite, boolean campagne, boolean users, boolean groupe) throws Exception(Code)(Java Doc) public void delete(int idProject, String name) throws Exception(Code)(Java Doc) public void deleteAllAttach(int idProject) throws Exception(Code)(Java Doc) public void deleteAttach(int idProject, int idAttach) throws Exception(Code)(Java Doc) public UserWrapper[] getAdminsOfProject(String projectName) throws Exception(Code)(Java Doc) public FileAttachementWrapper[] getAllAttachFiles(int idProject) throws Exception(Code)(Java Doc) public UrlAttachementWrapper[] getAllAttachUrls(int idProject) throws Exception(Code)(Java Doc) public AttachementWrapper[] getAllAttachemnt(int idProject) throws Exception(Code)(Java Doc) public ProjectWrapper[] getAllProjects() throws Exception(Code)(Java Doc) public UserWrapper[] getAllUser() throws Exception(Code)(Java Doc) public FamilyWrapper[] getFamily(int idProject) throws Exception(Code)(Java Doc) public FamilyWrapper getFamilyByOrder(int idProject, int order) throws Exception(Code)(Java Doc) public int getNumberOfFamily(int idProject) throws Exception(Code)(Java Doc) public CampaignWrapper[] getPrjectCampaigns(int idProject) throws Exception(Code)(Java Doc) public ProjectWrapper getProject(String name) throws Exception(Code)(Java Doc) public EnvironmentWrapper[] getProjectEnvs(int idProject) throws Exception(Code)(Java Doc) public GroupWrapper[] getProjectGroups(int idProject) throws Exception(Code)(Java Doc) public ParameterWrapper[] getProjectParams(int idProject) throws Exception(Code)(Java Doc) public UserWrapper[] getUserOfGroupInProject(String projectName, String groupName) throws Exception(Code)(Java Doc) public UserWrapper[] getUsersOfProject(String projectName) throws Exception(Code)(Java Doc) public int insert(String name, String description, int idAdmin) throws Exception(Code)(Java Doc) public void update(int idProject, String newName, String newDesc) throws Exception(Code)(Java Doc)
|
|
|