%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::notification_request ::xo::db::sql::notification_request → delete → delete_all → delete_all_for_user → new ::xo::db::sql::notification_request->::xotcl::Object

Class ::xo::db::sql::notification_request

::xo::db::sql::notification_request[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_request[i] delete [ -dbn dbn ] \
        -request_id request_id 

    Automatically generated method

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

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

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

     xo::db::sql::notification_request[i] delete_all [ -dbn dbn ] \
        -object_id object_id 

    Automatically generated method

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

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

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

     xo::db::sql::notification_request[i] delete_all_for_user [ -dbn dbn ] \
        -user_id user_id 

    Automatically generated method

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

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

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

     xo::db::sql::notification_request[i] new [ -dbn dbn ] \
        -request_id request_id  [ -object_type object_type ] \
        -type_id type_id  -user_id user_id  -object_id object_id  \
        -interval_id interval_id  -delivery_method_id delivery_method_id  \
        -format format  [ -dynamic_p dynamic_p ] \
        -creation_date creation_date  -creation_user creation_user  \
        -creation_ip creation_ip  -context_id context_id  \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -request_id
    (required)
    -object_type
    (defaults to "notification_request") (optional)
    -type_id
    (required)
    -user_id
    (required)
    -object_id
    (required)
    -interval_id
    (required)
    -delivery_method_id
    (required)
    -format
    (required)
    -dynamic_p
    (defaults to "f") (optional)
    -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_request proc new xo::db::sql::notification_request proc new xo::db::sql::notification_request proc new->db_with_handle

    Testcases:
    No testcase defined.