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 List | get_all_by_AS_ID (Session session, int id_as) |
| static List | get_all_by_TP_ID (Session session, int id_tp) |
| static IFC | get_by_ID (Session session, int id) |
| static IFC | get_by_Name (Session session, String name) |
| static Object[] | get_by_Wildcarded_AS_Name (Session session, String as_name, int firstResult, int maxResults) |
| static Object[] | get_by_Wildcarded_Name (Session session, String name, int firstResult, int maxResults) |
| static Object[] | get_by_Wildcarded_TP_Name (Session session, String tp_name, int firstResult, int maxResults) |
| static void | insert (Session session, IFC ifc) |
| static void | update (Session session, IFC ifc) |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(IFC_DAO.class) |
| static int de.fhg.fokus.hss.db.op.IFC_DAO.delete_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.IFC_DAO.get_all | ( | Session | session, | |
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.IFC_DAO.get_all | ( | Session | session | ) | [static] |
| static List de.fhg.fokus.hss.db.op.IFC_DAO.get_all_by_AS_ID | ( | Session | session, | |
| int | id_as | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.IFC_DAO.get_all_by_TP_ID | ( | Session | session, | |
| int | id_tp | |||
| ) | [static] |
| static IFC de.fhg.fokus.hss.db.op.IFC_DAO.get_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static IFC de.fhg.fokus.hss.db.op.IFC_DAO.get_by_Name | ( | Session | session, | |
| String | name | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.IFC_DAO.get_by_Wildcarded_AS_Name | ( | Session | session, | |
| String | as_name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.IFC_DAO.get_by_Wildcarded_Name | ( | Session | session, | |
| String | name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.IFC_DAO.get_by_Wildcarded_TP_Name | ( | Session | session, | |
| String | tp_name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.IFC_DAO.insert | ( | Session | session, | |
| IFC | ifc | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.IFC_DAO.update | ( | Session | session, | |
| IFC | ifc | |||
| ) | [static] |
Logger de.fhg.fokus.hss.db.op.IFC_DAO.logger = Logger.getLogger(IFC_DAO.class) [static, private] |
1.5.2