Class ::xo::db::sql::party

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

    Automatically generated method

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

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

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

     xo::db::sql::party[i] email [ -dbn dbn ] -party_id party_id 

    Automatically generated method

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

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

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

     xo::db::sql::party[i] name [ -dbn dbn ] -party_id party_id 

    Automatically generated method

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

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

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

     xo::db::sql::party[i] new [ -dbn dbn ] [ -party_id party_id ] \
        [ -object_type object_type ] [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        -email email  [ -url url ] [ -context_id context_id ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -party_id
    (optional)
    -object_type
    (defaults to "party") (optional)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -email
    (required)
    -url
    (optional)
    -context_id
    (optional)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.