- Publicity: Public Only All
categories-procs.tcl
Automated tests.
- Location:
- packages/categories/tcl/test/categories-procs.tcl
- Created:
- 15 November 2003
- Authors:
- Simon Carstensen
- Héctor Romojaro
- CVS Identification:
$Id: categories-procs.tcl,v 1.3.2.29 2023/02/27 16:46:10 antoniop Exp $
Procedures in this file
- _categories__AcsObject_service_contract_implementations (private)
- _categories__category_crud (private)
- _categories__category_get_procs (private)
- _categories__category_init_procs (private)
- _categories__category_link (private)
- _categories__category_object_mapping (private)
- _categories__category_synonyms (private)
- _categories__category_tree_import (private)
- _categories__category_tree_procs (private)
- category::exists_p (private)
- category_tree::exists_p (private)
Detailed information
_categories__AcsObject_service_contract_implementations (private)
_categories__AcsObject_service_contract_implementations
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_crud (private)
_categories__category_crud
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_get_procs (private)
_categories__category_get_procs
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_init_procs (private)
_categories__category_init_procs
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_link (private)
_categories__category_link
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_object_mapping (private)
_categories__category_object_mapping
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_synonyms (private)
_categories__category_synonyms
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_tree_import (private)
_categories__category_tree_import
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
_categories__category_tree_procs (private)
_categories__category_tree_procs
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
category::exists_p (private)
category::exists_p category_id
Checks if category exists directly in the DB.
- Parameters:
- category_id (required)
- Returns:
- 1 if exists, 0 if doesn't
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- category_synonyms, category_crud
category_tree::exists_p (private)
category_tree::exists_p tree_id
Checks if category tree exists directly in the DB.
- Parameters:
- tree_id (required)
- Returns:
- 1 if exists, 0 if doesn't
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- category_tree_import, category_synonyms, category_tree_procs