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

Class ::xo::db::sql::forums_forum

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

    Automatically generated method

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

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

     xo::db::sql::forums_forum[i] name [ -dbn dbn ] -forum_id forum_id 

    Automatically generated method

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

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

     xo::db::sql::forums_forum[i] new [ -dbn dbn ] -forum_id forum_id  \
        [ -object_type object_type ] -name name  -charter charter  \
        -presentation_type presentation_type  \
        -posting_policy posting_policy  -package_id package_id  \
        -creation_date creation_date  -creation_user creation_user  \
        -creation_ip creation_ip  -context_id context_id  \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn (optional)
    -forum_id (required)
    -object_type (optional, defaults to "forums_forum")
    -name (required)
    -charter (required)
    -presentation_type (required)
    -posting_policy (required)
    -package_id (required)
    -creation_date (required)
    -creation_user (required)
    -creation_ip (required)
    -context_id (required)
    -childof (optional)

    Testcases:
    No testcase defined.