Class ::xo::db::sql::cal_item

::xo::db::sql::cal_item[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::cal_item[i] delete [ -dbn dbn ] -cal_item_id cal_item_id 

    Automatically generated method

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

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

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

     xo::db::sql::cal_item[i] delete_all [ -dbn dbn ] \
        -recurrence_id recurrence_id 

    Automatically generated method

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

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

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

     xo::db::sql::cal_item[i] new [ -dbn dbn ] [ -cal_item_id cal_item_id ] \
        [ -on_which_calendar on_which_calendar ] -name name  \
        -description description  [ -html_p html_p ] \
        [ -status_summary status_summary ] [ -timespan_id timespan_id ] \
        [ -activity_id activity_id ] [ -recurrence_id recurrence_id ] \
        [ -object_type object_type ] [ -context_id context_id ] \
        [ -creation_date creation_date ] [ -creation_user creation_user ] \
        [ -creation_ip creation_ip ] [ -package_id package_id ] \
        [ -location location ] [ -related_link_url related_link_url ] \
        [ -related_link_text related_link_text ] \
        [ -redirect_to_rel_link_p redirect_to_rel_link_p ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -cal_item_id
    (optional)
    -on_which_calendar
    (optional)
    -name
    (required)
    -description
    (required)
    -html_p
    (optional)
    -status_summary
    (optional)
    -timespan_id
    (optional)
    -activity_id
    (optional)
    -recurrence_id
    (optional)
    -object_type
    (defaults to ""cal_item"") (optional)
    -context_id
    (optional)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -package_id
    (optional)
    -location
    (optional)
    -related_link_url
    (optional)
    -related_link_text
    (optional)
    -redirect_to_rel_link_p
    (optional)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.