Static Public Member Functions | |
| static int | delete_by_ID (Session session, int ID) |
| static Object[] | get_all (Session session, int firstResult, int maxResults) |
| static List | get_all (Session session) |
| static ApplicationServer | get_by_Diameter_Address (Session session, String diameter_address) |
| static ApplicationServer | get_by_ID (Session session, int id) |
| static ApplicationServer | get_by_Name (Session session, String name) |
| static ApplicationServer | get_by_Server_Name (Session session, String server_name) |
| static Object[] | get_by_Wildcarded_Name (Session session, String name, int firstResult, int maxResults) |
| static Object[] | get_by_Wildcarded_Server_Name (Session session, String server_name, int firstResult, int maxResults) |
| static int | get_cnt (Session session) |
| static void | insert (Session session, ApplicationServer as) |
| static void | update (Session session, ApplicationServer as) |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(ApplicationServer_DAO.class) |
| static int de.fhg.fokus.hss.db.op.ApplicationServer_DAO.delete_by_ID | ( | Session | session, | |
| int | ID | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_all | ( | Session | session, | |
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_all | ( | Session | session | ) | [static] |
| static ApplicationServer de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_Diameter_Address | ( | Session | session, | |
| String | diameter_address | |||
| ) | [static] |
| static ApplicationServer de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static ApplicationServer de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_Name | ( | Session | session, | |
| String | name | |||
| ) | [static] |
| static ApplicationServer de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_Server_Name | ( | Session | session, | |
| String | server_name | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_Wildcarded_Name | ( | Session | session, | |
| String | name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_by_Wildcarded_Server_Name | ( | Session | session, | |
| String | server_name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.ApplicationServer_DAO.get_cnt | ( | Session | session | ) | [static] |
| static void de.fhg.fokus.hss.db.op.ApplicationServer_DAO.insert | ( | Session | session, | |
| ApplicationServer | as | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.ApplicationServer_DAO.update | ( | Session | session, | |
| ApplicationServer | as | |||
| ) | [static] |
Logger de.fhg.fokus.hss.db.op.ApplicationServer_DAO.logger = Logger.getLogger(ApplicationServer_DAO.class) [static, private] |
1.5.2