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

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

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

Defined in

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)

    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)

    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 (optional, defaults to ""cal_item"")
    -context_id (optional)
    -creation_date (optional, defaults to "now()")
    -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)

    Testcases:
    No testcase defined.