- GatewaySession - Class in web.technics
-
Classe passerelle entre métier et session HTTP
- GatewaySession() - Constructor for class web.technics.GatewaySession
-
- get(String) - Method in class net.technics.LockList
-
- get(String) - Static method in class web.technics.JQueryUtils
-
- get(String, String) - Static method in class web.technics.JQueryUtils
-
- get(String, String, String) - Static method in class web.technics.JQueryUtils
-
- get(String, String, String, String) - Static method in class web.technics.JQueryUtils
-
Effectue un GET en ajax
- get(String) - Static method in class web.technics.JSFormsUtils
-
- get(String, String) - Static method in class web.technics.JSFormsUtils
-
- get(String, String, String) - Static method in class web.technics.JSFormsUtils
-
- get(String, String, String, String) - Static method in class web.technics.JSFormsUtils
-
Effectue un GET en ajax
- GET(HttpServletRequest, String) - Static method in class web.technics.WRequest
-
Retourne le paramètre de nom parameterName de la requête
- GET(HttpServletRequest, String, T) - Static method in class web.technics.WRequest
-
Retourne le paramètre de nom parameterName de la requête et retourne defaultValue si le paramètre n'est pas trouvé
- getAction(HttpServletRequest) - Method in class web.controller.MainController
-
Retourne l'action sollicitée par la requête
- getActiveUser() - Method in class net.bo.SessionApp
-
- getAndBindTo(String, String, String) - Static method in class web.technics.JQueryUtils
-
- getAndBindTo(String, String, String, String) - Static method in class web.technics.JQueryUtils
-
- getAndBindTo(String, String, String, String, String) - Static method in class web.technics.JQueryUtils
-
- getAndBindTo(String, String, String, String, String, String) - Static method in class web.technics.JQueryUtils
-
Effectue un get vers $url sur l'évènement $event de $element en passant les paramètres $params
puis affiche le résultat dans $responseElement
- getAndBindTo(String, String, String) - Static method in class web.technics.JSFormsUtils
-
- getAndBindTo(String, String, String, String) - Static method in class web.technics.JSFormsUtils
-
- getAndBindTo(String, String, String, String, String) - Static method in class web.technics.JSFormsUtils
-
- getAndBindTo(String, String, String, String, String, String) - Static method in class web.technics.JSFormsUtils
-
Effectue un get vers $url sur l'évènement $event de $element en passant les paramètres $params
puis affiche le résultat dans $responseElement
- getApplication() - Method in class net.action.Commande
-
- getApplication() - Method in class net.bo.SessionApp
-
- getApplication(HttpServletRequest) - Static method in class web.technics.GatewaySession
-
Retourne l'instance d'application active
- GETAttr(HttpServletRequest, String) - Static method in class web.technics.WRequest
-
Retourne l'attribut de nom attributeName de la requête
- GETAttr(HttpServletRequest, String, T) - Static method in class web.technics.WRequest
-
Retourne l'attribut de nom attributeName de la requête et retourne defaultValue si l'attribut n'est pas trouvé
- getBase() - Method in class net.db.Db
-
- getConnection() - Method in class net.db.Db
-
Retourne l'objet connection
- getDb() - Static method in class net.technics.DbGateway
-
Retourne une connexion disponible à la base de données
- getFirstName() - Method in class net.bo.Utilisateur
-
- getGroupeById(int) - Method in class net.bo.Application
-
Retourne le groupe dont l'ID est passée en paramètre
- getGroupes() - Static method in class net.technics.DbGateway
-
charge les groupes depuis la connection à la base de données de l'application
- getHost() - Method in class net.db.Db
-
- getId() - Method in class net.bo.Bo
-
- getId() - Method in class net.technics.Lock
-
- getIdGroupe() - Method in class net.bo.Utilisateur
-
- getInfo() - Method in class net.action.Commande
-
- getInstance() - Static method in class net.bo.Application
-
- getInstance() - Static method in class net.technics.LockEngine
-
Retourne l'instance de moteur
- getLabel() - Method in enum net.bo.RecordStatus
-
- getLastName() - Method in class net.bo.Utilisateur
-
- getLeGroupe() - Method in class net.bo.Utilisateur
-
- getLesGroupes() - Method in class net.bo.Application
-
- getLesUtilisateurs() - Method in class net.bo.Application
-
- getLock(Object, String) - Static method in class net.technics.LockEngine
-
Retourne le verrou de clé keyObject présent dans la liste de clé keyList
- getLockList(Object) - Static method in class net.technics.LockEngine
-
Retourne une liste de verrous, l'instancie si elle n'existe pas
- getLocks() - Method in class net.technics.LockList
-
- getName() - Method in class net.bo.Bo
-
- getOneUser(HttpServletRequest, String) - Static method in class web.technics.GatewaySession
-
Retourne l'utilisateur d'identifiant id et stocké en session
- getOneUser(HttpServletRequest) - Static method in class web.technics.GatewaySession
-
Retourne l'utilisateur dont l'identifiant id est passé en paramétre de la requête et stocké en session
- getOut(HttpServletResponse) - Method in class web.controller.MainController
-
Retourne le flux de sortie (de quoi écrire sur la page)
- getPass() - Method in class net.db.Db
-
- getPassword() - Method in class net.bo.Utilisateur
-
- getPort() - Method in class net.db.Db
-
- getRecordStatus() - Method in class net.bo.Bo
-
- getSession(HttpServletRequest) - Method in class web.controller.MainController
-
Retourne la session active
- getSessionApp(HttpSession) - Static method in class web.technics.Utils
-
Retourne la session utilisateur active à partir de la session Http
- getSessionApp(HttpServletRequest) - Static method in class web.technics.Utils
-
Retourne la session utilisateur active à partir de la requête Http
- getStatement() - Method in class net.db.Db
-
Retourne un statement sur la connexion en cours
- getTime() - Method in class net.technics.Lock
-
- getTtl() - Method in class net.technics.LockList
-
- getUser() - Method in class net.db.Db
-
- getUserId() - Method in class net.technics.Lock
-
- getUsers() - Static method in class net.technics.DbGateway
-
charge les utilisateurs depuis la connection à la base de données de l'application
- getUtilisateurs(HttpServletRequest) - Static method in class web.technics.GatewaySession
-
Retourne la liste des utilisateurs en session
- getView() - Method in class net.bo.Application
-
- Groupe - Class in net.bo
-
Représente un groupe d'utilisateurs
- Groupe(String) - Constructor for class net.bo.Groupe
-
- groupExists(String) - Method in class net.bo.Application
-
Teste l'existance du groupe dont le nom est passé en paramètre