| java.lang.Object org.objectweb.salome_tmf.api.api2ihm.Utile
Utile | public class Utile (Code) | | Classe contenant des fonctions de calcul ou autres fonctions utiles
author: Fayçal SOUGRATI |
Method Summary | |
public static Date | getCurrentDate() | public static Time | getCurrentTime() | public static int | getIdAction(DataBase database, Properties prop, int id_cas, String actionName) | public static int | getIdCampagne(DataBase database, Properties prop, int id_projet, String campName) | public static int | getIdCas(DataBase database, Properties prop, int id_suite, String casName) | public static int | getIdFamille(DataBase database, Properties prop, int idProject, String familleName) | public static int | getIdGroup(DataBase database, Properties prop, int idProject, String groupName) | public static int | getIdParam(DataBase database, Properties prop, int id_projet, String paramName) | public static int | getIdPerson(DataBase database, Properties prop, String loginPerson) | public static int | getIdProject(DataBase database, Properties prop, String projectName) | public static int | getIdSuite(DataBase database, Properties prop, int idProject, int id_famille, String suiteName) | public static Properties | getPropertiesFile(String file) | public static Properties | getPropertiesFile(java.net.URL url) | public static String | selectUserCompleteNameFromId(DataBase database, Properties prop, int userId) |
getCurrentDate | public static Date getCurrentDate()(Code) | | Recherche de la date actuelle
date actuelle |
getCurrentTime | public static Time getCurrentTime()(Code) | | Recherche de l'heure courante
heure actuelle |
getIdFamille | public static int getIdFamille(DataBase database, Properties prop, int idProject, String familleName)(Code) | | Selection de l'ID d'une Famille
Parameters: database - BdD Parameters: prop - properties Parameters: idProject - ID projet Parameters: FamilleName - nom groupe utilisateur ID Famille |
getIdGroup | public static int getIdGroup(DataBase database, Properties prop, int idProject, String groupName)(Code) | | Selection de l'ID d'un groupe
Parameters: database - BdD Parameters: prop - properties Parameters: idProject - ID projet Parameters: groupName - nom groupe utilisateur ID groupe |
getIdPerson | public static int getIdPerson(DataBase database, Properties prop, String loginPerson)(Code) | | Recherche de l'ID d'un utilisateur a partir de son login
Parameters: database - base de données Parameters: prop - properties Parameters: loginPerson - login personne ID personne |
getIdProject | public static int getIdProject(DataBase database, Properties prop, String projectName)(Code) | | Recherche de l'ID d'un projet a partir de son nom
Parameters: database - BdD Parameters: prop - properties Parameters: projectName - nom du projet ID projet |
getPropertiesFile | public static Properties getPropertiesFile(String file)(Code) | | Ouverture d'un fichier "properties"
Parameters: file - fichier properties properties |
selectUserCompleteNameFromId | public static String selectUserCompleteNameFromId(DataBase database, Properties prop, int userId)(Code) | | Selection d'un utilisateur a partir de son ID
Parameters: database - BdD Parameters: prop - propeties Parameters: userId - ID personne Nom complet de l'utilisateur |
|
|