Static Public Member Functions | |
| static int | delete_by_SP_and_IFC_ID (Session session, int id_sp, int id_ifc) |
| static List | get_all_IFC_by_SP_ID (Session session, int id_sp) |
| static List | get_all_SP_by_IFC_ID (Session session, int id_ifc) |
| static List | get_all_SP_IFC_by_SP_ID (Session session, int id_sp) |
| static SP_IFC | get_by_SP_and_IFC_ID (Session session, int id_sp, int id_ifc) |
| static SP_IFC | get_by_SP_ID_and_Priority (Session session, int id_sp, int priority) |
| static List | get_IFC_by_SP_ID (Session session, int id_sp) |
| static int | get_Unreg_Serv_Count (Session session, int id_sp) |
| static void | insert (Session session, SP_IFC sp_ifc) |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(SP_IFC_DAO.class) |
| static int de.fhg.fokus.hss.db.op.SP_IFC_DAO.delete_by_SP_and_IFC_ID | ( | Session | session, | |
| int | id_sp, | |||
| int | id_ifc | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_all_IFC_by_SP_ID | ( | Session | session, | |
| int | id_sp | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_all_SP_by_IFC_ID | ( | Session | session, | |
| int | id_ifc | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_all_SP_IFC_by_SP_ID | ( | Session | session, | |
| int | id_sp | |||
| ) | [static] |
| static SP_IFC de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_by_SP_and_IFC_ID | ( | Session | session, | |
| int | id_sp, | |||
| int | id_ifc | |||
| ) | [static] |
| static SP_IFC de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_by_SP_ID_and_Priority | ( | Session | session, | |
| int | id_sp, | |||
| int | priority | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_IFC_by_SP_ID | ( | Session | session, | |
| int | id_sp | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.SP_IFC_DAO.get_Unreg_Serv_Count | ( | Session | session, | |
| int | id_sp | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.SP_IFC_DAO.insert | ( | Session | session, | |
| SP_IFC | sp_ifc | |||
| ) | [static] |
Logger de.fhg.fokus.hss.db.op.SP_IFC_DAO.logger = Logger.getLogger(SP_IFC_DAO.class) [static, private] |
1.5.2