%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::notification ::xo::db::sql::notification → delete → new ::xo::db::sql::notification->::xotcl::Object

Class ::xo::db::sql::notification

::xo::db::sql::notification[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • delete (scripted, public)

     xo::db::sql::notification[i] delete [ -dbn dbn ] \
        -notification_id notification_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -notification_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::notification proc delete xo::db::sql::notification proc delete xo::db::sql::notification proc delete->db_with_handle

    Testcases:
    No testcase defined.
  • new (scripted, public)

     xo::db::sql::notification[i] new [ -dbn dbn ] \
        -notification_id notification_id  -type_id type_id  \
        -object_id object_id  -notif_date notif_date  \
        -response_id response_id  -notif_user notif_user  \
        -notif_subject notif_subject  -notif_text notif_text  \
        -notif_html notif_html  -file_ids file_ids  \
        -creation_date creation_date  -creation_user creation_user  \
        -creation_ip creation_ip  -context_id context_id  \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -notification_id
    (required)
    -type_id
    (required)
    -object_id
    (required)
    -notif_date
    (required)
    -response_id
    (required)
    -notif_user
    (required)
    -notif_subject
    (required)
    -notif_text
    (required)
    -notif_html
    (required)
    -file_ids
    (required)
    -creation_date
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)
    -context_id
    (required)
    -childof
    (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::notification proc new xo::db::sql::notification proc new xo::db::sql::notification proc new->db_with_handle

    Testcases:
    No testcase defined.