Static Public Member Functions | |
| static int | delete_by_AS_IMPU_and_DataRef (Session session, int id_application_server, int id_impu, int data_ref) |
| static int | delete_by_AS_IMPU_DataRef_and_DSAITag (Session session, int id_application_server, int id_impu, int data_ref, String dsai_tag) |
| static int | delete_by_AS_IMPU_DataRef_and_ServerName (Session session, int id_application_server, int id_impu, int data_ref, String server_name) |
| static int | delete_by_AS_IMPU_DataRef_and_ServInd (Session session, int id_application_server, int id_impu, int data_ref, String service_indication) |
| static int | delete_by_ID (Session session, int id) |
| static void | delete_subs_for_AliasesRepData (Session session, int id_implicit_set, String service_indication) |
| static void | delete_subs_for_RepData (Session session, int id_impu, String service_indication) |
| static List | get_all_by_IMPU_and_DataRef (Session session, int id_impu, int data_ref) |
| static List | get_all_by_IMPU_DataRef_and_ServInd (Session session, int id_impu, int data_ref, String service_indication) |
| static List | get_all_by_ServerName_and_DataRef (Session session, String server_name, int data_ref) |
| static List | get_all_by_setID_and_DataRef (Session session, int id_implicit_set, int data_ref) |
| static ShSubscription | get_by_AS_IMPU_and_DataRef (Session session, int id_application_server, int id_impu, int data_ref) |
| static ShSubscription | get_by_AS_IMPU_DataRef_and_ServerName (Session session, int id_application_server, int id_impu, int data_ref, String server_name) |
| static ShSubscription | get_by_AS_IMPU_DataRef_and_ServInd (Session session, int id_application_server, int id_impu, int data_ref, String service_ind) |
| static ShSubscription | get_by_ID (Session session, int id) |
| static void | insert (Session session, ShSubscription sh_subscription) |
| static void | update (Session session, ShSubscription sh_subscription) |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(ShSubscription_DAO.class) |
| static int de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_by_AS_IMPU_and_DataRef | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_by_AS_IMPU_DataRef_and_DSAITag | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref, | |||
| String | dsai_tag | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_by_AS_IMPU_DataRef_and_ServerName | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref, | |||
| String | server_name | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_by_AS_IMPU_DataRef_and_ServInd | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref, | |||
| String | service_indication | |||
| ) | [static] |
| static int de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_subs_for_AliasesRepData | ( | Session | session, | |
| int | id_implicit_set, | |||
| String | service_indication | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.ShSubscription_DAO.delete_subs_for_RepData | ( | Session | session, | |
| int | id_impu, | |||
| String | service_indication | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_all_by_IMPU_and_DataRef | ( | Session | session, | |
| int | id_impu, | |||
| int | data_ref | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_all_by_IMPU_DataRef_and_ServInd | ( | Session | session, | |
| int | id_impu, | |||
| int | data_ref, | |||
| String | service_indication | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_all_by_ServerName_and_DataRef | ( | Session | session, | |
| String | server_name, | |||
| int | data_ref | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_all_by_setID_and_DataRef | ( | Session | session, | |
| int | id_implicit_set, | |||
| int | data_ref | |||
| ) | [static] |
| static ShSubscription de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_by_AS_IMPU_and_DataRef | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref | |||
| ) | [static] |
| static ShSubscription de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_by_AS_IMPU_DataRef_and_ServerName | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref, | |||
| String | server_name | |||
| ) | [static] |
| static ShSubscription de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_by_AS_IMPU_DataRef_and_ServInd | ( | Session | session, | |
| int | id_application_server, | |||
| int | id_impu, | |||
| int | data_ref, | |||
| String | service_ind | |||
| ) | [static] |
| static ShSubscription de.fhg.fokus.hss.db.op.ShSubscription_DAO.get_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.ShSubscription_DAO.insert | ( | Session | session, | |
| ShSubscription | sh_subscription | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.ShSubscription_DAO.update | ( | Session | session, | |
| ShSubscription | sh_subscription | |||
| ) | [static] |
Logger de.fhg.fokus.hss.db.op.ShSubscription_DAO.logger = Logger.getLogger(ShSubscription_DAO.class) [static, private] |
1.5.2