%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::ec_product ::xo::db::sql::ec_product → delete → new ::xo::db::sql::ec_product->::xotcl::Object

Class ::xo::db::sql::ec_product

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

    Automatically generated method

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

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

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

     xo::db::sql::ec_product[i] new [ -dbn dbn ] [ -product_id product_id ] \
        [ -creation_user creation_user ] -context_id context_id  \
        -product_name product_name  [ -price price ] [ -sku sku ] \
        [ -one_line_description one_line_description ] \
        [ -detailed_description detailed_description ] \
        [ -search_keywords search_keywords ] [ -present_p present_p ] \
        [ -stock_status stock_status ] [ -dirname dirname ] \
        [ -available_date available_date ] [ -color_list color_list ] \
        [ -size_list size_list ] [ -creation_ip creation_ip ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -product_id
    (optional)
    -creation_user
    (optional)
    -context_id
    (required)
    -product_name
    (required)
    -price
    (optional)
    -sku
    (optional)
    -one_line_description
    (optional)
    -detailed_description
    (optional)
    -search_keywords
    (optional)
    -present_p
    (defaults to "t") (optional)
    -stock_status
    (defaults to "o") (optional)
    -dirname
    (optional)
    -available_date
    (defaults to "sysdate") (optional)
    -color_list
    (optional)
    -size_list
    (optional)
    -creation_ip
    (optional)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.