%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::acs ::xo::db::sql::acs → add_user → magic_object_id → remove_user ::xo::db::sql::acs->::xotcl::Object

Class ::xo::db::sql::acs

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

Class Relations

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

Methods (to be applied on the object)

  • add_user (scripted, public)

     xo::db::sql::acs[i] add_user [ -dbn dbn ] [ -user_id user_id ] \
        [ -object_type object_type ] [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        -authority_id authority_id  -username username  -email email  \
        [ -url url ] -first_names first_names  -last_name last_name  \
        -password password  -salt salt  [ -screen_name screen_name ] \
        [ -email_verified_p email_verified_p ] \
        [ -member_state member_state ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -user_id
    (optional)
    -object_type
    (defaults to "user") (optional)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -authority_id
    (required)
    -username
    (required)
    -email
    (required)
    -url
    (optional)
    -first_names
    (required)
    -last_name
    (required)
    -password
    (required)
    -salt
    (required)
    -screen_name
    (optional)
    -email_verified_p
    (defaults to "t") (optional)
    -member_state
    (defaults to "approved") (optional)

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

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

     xo::db::sql::acs[i] magic_object_id [ -dbn dbn ] -name name 

    Automatically generated method

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

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

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

     xo::db::sql::acs[i] remove_user [ -dbn dbn ] -user_id user_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.