Class Hierarchy of ::xo::db::Object ::xotcl::Object Meta-class: ::xotcl::Class Methods for instances: __api_make_doc, __api_make_forward_doc, __nextC, __timediff, abstract, ad_doc, ad_forward, ad_proc, appendC, arrayC, asHTML, autonameC, checkC, classC, cleanupC, configureC, contains, copy, db_1rowC, debug, defaultmethod, destroyC, destroy_on_cleanup, evalC, existsC, extractConfigureArg, filterC, filterguardC, filtersearchC, forwardC, hasclass, incrC, infoC, init, instvarC, invarC, isclassC, ismetaclassC, ismixinC, isobjectC, istypeC, lappendC, log, method, mixinC, mixinguardC, move, msg, noinitC, parametercmdC, procC, procsearchC, qn, requireNamespaceC, self, serialize, setC, substC, traceC, unsetC, uplevelC, upvarC, volatileC, vwaitCMethods to be applied on the class (in addition to the methods provided by the meta-class): __exitHandler, getExitHandler, setExitHandler, unsetExitHandler ::xo::db::Object Meta-class: ::xo::db::Class Methods for instances: delete, initialize_loaded_object, insert, object_idC, object_titleC, save, save_newMethods to be applied on the class:Methods provided by the meta-classClass Relations superclass: ::xotcl::Object subclass: ::xo::Package, ::xo::db::CrItem, ::xo::db::apm_parameter
<instance of ::xo::db::Object> delete
Delete the object from the database and from memory
<instance of ::xo::db::Object> save [ -package_id package_id ] \ [ -modifying_user modifying_user ]
Save the current object in the database Switches: -package_id (optional)-modifying_user (optional)
<instance of ::xo::db::Object> save_new \ [ -package_id package_id ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Save the XOTcl Object with a fresh acs_object in the database. Switches: -package_id (optional)-creation_user (optional)-creation_ip (optional) Returns:new object id
My Preferences