Class ::xo::db::sql::news

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

Class Relations

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

Methods (to be applied on the object)

  • archive (scripted, public)

     xo::db::sql::news[i] archive [ -dbn dbn ] -item_id item_id  \
        [ -archive_date archive_date ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (required)
    -archive_date
    (defaults to "current_timestamp") (optional)

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

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

     xo::db::sql::news[i] clone [ -dbn dbn ] -old_package_id old_package_id  \
        -new_package_id new_package_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -old_package_id
    (required)
    -new_package_id
    (required)

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

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

     xo::db::sql::news[i] delete [ -dbn dbn ] -item_id item_id 

    Automatically generated method

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

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

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

     xo::db::sql::news[i] make_permanent [ -dbn dbn ] -item_id item_id 

    Automatically generated method

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

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

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

     xo::db::sql::news[i] name [ -dbn dbn ] -news_id news_id 

    Automatically generated method

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

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

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

     xo::db::sql::news[i] new [ -dbn dbn ] [ -item_id item_id ] \
        [ -locale locale ] [ -publish_date publish_date ] [ -text text ] \
        [ -nls_language nls_language ] [ -title title ] \
        [ -mime_type mime_type ] [ -package_id package_id ] \
        [ -archive_date archive_date ] [ -approval_user approval_user ] \
        [ -approval_date approval_date ] [ -approval_ip approval_ip ] \
        [ -relation_tag relation_tag ] [ -creation_ip creation_ip ] \
        [ -creation_user creation_user ] [ -is_live_p is_live_p ] \
        -lead lead  [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (optional)
    -locale
    (optional)
    -publish_date
    (optional)
    -text
    (optional)
    -nls_language
    (optional)
    -title
    (optional)
    -mime_type
    (defaults to "text/plain") (optional)
    -package_id
    (optional)
    -archive_date
    (optional)
    -approval_user
    (optional)
    -approval_date
    (optional)
    -approval_ip
    (optional)
    -relation_tag
    (optional)
    -creation_ip
    (optional)
    -creation_user
    (optional)
    -is_live_p
    (defaults to "f") (optional)
    -lead
    (required)
    -childof
    (optional)

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

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

     xo::db::sql::news[i] revision_delete [ -dbn dbn ] \
        -revision_id revision_id 

    Automatically generated method

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

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

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

     xo::db::sql::news[i] revision_new [ -dbn dbn ] -item_id item_id  \
        [ -publish_date publish_date ] [ -text text ] -title title  \
        -description description  [ -mime_type mime_type ] \
        [ -package_id package_id ] [ -archive_date archive_date ] \
        [ -approval_user approval_user ] [ -approval_date approval_date ] \
        [ -approval_ip approval_ip ] [ -creation_date creation_date ] \
        [ -creation_ip creation_ip ] [ -creation_user creation_user ] \
        [ -make_active_revision_p make_active_revision_p ] -lead lead 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (required)
    -publish_date
    (optional)
    -text
    (optional)
    -title
    (required)
    -description
    (required)
    -mime_type
    (defaults to "text/plain") (optional)
    -package_id
    (optional)
    -archive_date
    (optional)
    -approval_user
    (optional)
    -approval_date
    (optional)
    -approval_ip
    (optional)
    -creation_date
    (defaults to "current_timestamp") (optional)
    -creation_ip
    (optional)
    -creation_user
    (optional)
    -make_active_revision_p
    (defaults to "f") (optional)
    -lead
    (required)

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

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

     xo::db::sql::news[i] revision_set_active [ -dbn dbn ] \
        -revision_id revision_id 

    Automatically generated method

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

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

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

     xo::db::sql::news[i] set_approve [ -dbn dbn ] -revision_id revision_id  \
        [ -approve_p approve_p ] [ -publish_date publish_date ] \
        [ -archive_date archive_date ] [ -approval_user approval_user ] \
        [ -approval_date approval_date ] [ -approval_ip approval_ip ] \
        [ -live_revision_p live_revision_p ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -revision_id
    (required)
    -approve_p
    (defaults to "t") (optional)
    -publish_date
    (optional)
    -archive_date
    (optional)
    -approval_user
    (optional)
    -approval_date
    (defaults to "current_timestamp") (optional)
    -approval_ip
    (optional)
    -live_revision_p
    (defaults to "t") (optional)

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

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

     xo::db::sql::news[i] status [ -dbn dbn ] -publish_date publish_date  \
        -archive_date archive_date 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -publish_date
    (required)
    -archive_date
    (required)

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

    Testcases:
    No testcase defined.