#include <Category.hpp>


Public Member Functions | |
| Category_Obj () | |
| virtual bool | ivalidate (void) |
| virtual bool | usupplemental (changeMap &changes) |
| virtual bool | dsupplemental (void) |
| bool | move (long long cid, category_direction dir) |
Public Attributes | |
| identifier | Id |
| llong | Parent_Id |
| string | Name |
| int | Display_Order |
| int | Display_Level |
| string | Description |
| string | Base_URL |
Definition at line 20 of file Category.hpp.
| Category_Obj::Category_Obj | ( | ) | [inline] |
Definition at line 31 of file Category.hpp.
References read_write_base::addDXMap(), Base_URL, read_write_base::data_name(), Description, Display_Level, Display_Order, Id, Name, and Parent_Id.
| virtual bool Category_Obj::ivalidate | ( | void | ) | [inline, virtual] |
Reimplemented from read_write_base.
Definition at line 64 of file Category.hpp.
References openRS::close(), Display_Order, basicField::format(), openRS::getField(), openRS::open(), and read_write_base::rs.
| virtual bool Category_Obj::usupplemental | ( | changeMap & | changes | ) | [inline, virtual] |
Reimplemented from read_write_base.
Definition at line 78 of file Category.hpp.
References ocString::append(), openRS::close(), read_write_base::cmd, Display_Order, openCMD::execute(), basicField::format(), openRS::getField(), Id, openRS::open(), and read_write_base::rs.
| virtual bool Category_Obj::dsupplemental | ( | void | ) | [inline, virtual] |
Reimplemented from read_write_base.
Definition at line 105 of file Category.hpp.
References ocString::append(), read_write_base::cmd, openCMD::execute(), and Id.
| bool Category_Obj::move | ( | long long | cid, | |
| category_direction | dir | |||
| ) | [inline] |
Definition at line 119 of file Category.hpp.
References ocString::append(), btm, read_write_base::db_action(), Display_Level, Display_Order, basicField::format(), read_write_base::get_data(), openRS::getField(), Id, read_write_base::key(), lft, openRS::open(), rgt, read_write_base::rs, and up.
Referenced by main().
Definition at line 23 of file Category.hpp.
Referenced by Category_Obj(), dsupplemental(), Category_form::form_display(), Category_form::form_id_transfer(), move(), and usupplemental().
| string Category_Obj::Name |
Definition at line 25 of file Category.hpp.
Referenced by Category_Obj(), Category_form::form_data_transfer(), and Category_form::form_display().
Definition at line 26 of file Category.hpp.
Referenced by Category_Obj(), Category_form::form_data_transfer(), Category_form::form_display(), ivalidate(), move(), virtualStore::showCategories(), and usupplemental().
Definition at line 27 of file Category.hpp.
Referenced by Category_Obj(), Category_form::form_data_transfer(), Category_form::form_display(), move(), and virtualStore::showCategories().
| string Category_Obj::Description |
Definition at line 28 of file Category.hpp.
Referenced by Category_Obj(), Category_form::dbf_action(), Category_form::form_data_transfer(), and Category_form::form_display().
| string Category_Obj::Base_URL |
Definition at line 29 of file Category.hpp.
Referenced by Category_Obj(), Category_form::form_data_transfer(), and Category_form::form_display().
1.5.5