- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::news
::xo::db::sql::news create ...
Class Relations
Methods (to be applied on the object)
archive (scripted, public)
xo::db::sql::news archive [ -dbn dbn ] -item_id item_id \ [ -archive_date archive_date ]Automatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- -archive_date (optional, defaults to
"current_timestamp"
)- Testcases:
- No testcase defined.
clone (scripted, public)
xo::db::sql::news clone [ -dbn dbn ] -old_package_id old_package_id \ -new_package_id new_package_idAutomatically generated method
- Switches:
- -dbn (optional)
- -old_package_id (required)
- -new_package_id (required)
- Testcases:
- No testcase defined.
delete (scripted, public)
xo::db::sql::news delete [ -dbn dbn ] -item_id item_idAutomatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
make_permanent (scripted, public)
xo::db::sql::news make_permanent [ -dbn dbn ] -item_id item_idAutomatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
name (scripted, public)
xo::db::sql::news name [ -dbn dbn ] -news_id news_idAutomatically generated method
- Switches:
- -dbn (optional)
- -news_id (required)
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::news 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 (optional, defaults to
"text/plain"
)- -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 (optional, defaults to
"f"
)- -lead (required)
- -childof (optional)
- Testcases:
- No testcase defined.
revision_delete (scripted, public)
xo::db::sql::news revision_delete [ -dbn dbn ] \ -revision_id revision_idAutomatically generated method
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
revision_new (scripted, public)
xo::db::sql::news 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 leadAutomatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- -publish_date (optional)
- -text (optional)
- -title (required)
- -description (required)
- -mime_type (optional, defaults to
"text/plain"
)- -package_id (optional)
- -archive_date (optional)
- -approval_user (optional)
- -approval_date (optional)
- -approval_ip (optional)
- -creation_date (optional, defaults to
"current_timestamp"
)- -creation_ip (optional)
- -creation_user (optional)
- -make_active_revision_p (optional, defaults to
"f"
)- -lead (required)
- Testcases:
- No testcase defined.
revision_set_active (scripted, public)
xo::db::sql::news revision_set_active [ -dbn dbn ] \ -revision_id revision_idAutomatically generated method
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
set_approve (scripted, public)
xo::db::sql::news 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 (optional, defaults to
"t"
)- -publish_date (optional)
- -archive_date (optional)
- -approval_user (optional)
- -approval_date (optional, defaults to
"current_timestamp"
)- -approval_ip (optional)
- -live_revision_p (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
status (scripted, public)
xo::db::sql::news status [ -dbn dbn ] -publish_date publish_date \ -archive_date archive_dateAutomatically generated method
- Switches:
- -dbn (optional)
- -publish_date (required)
- -archive_date (required)
- Testcases:
- No testcase defined.
Variables
::xo::db::sql::news set __default_metaclass ::xotcl::Class ::xo::db::sql::news set __default_superclass ::xotcl::Object ::xo::db::sql::news set abstract_p f ::xo::db::sql::news set auto_save false ::xo::db::sql::news set name_method {} ::xo::db::sql::news set object_type ::xo::db::sql::news ::xo::db::sql::news set security_inherit_p t ::xo::db::sql::news set sql_package_name news ::xo::db::sql::news set supertype acs_object ::xo::db::sql::news set with_table true
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables