modules/utility/pyarchinit_thesaurus_compatibility.py¶
Overview¶
This file contains 4 documented elements.
Functions¶
get_ui_name(table_name)¶
Get the friendly UI name for a database table name. Returns the original name if no mapping exists.
Parameters:
- table_name
get_table_name(ui_name)¶
Get the database table name for a friendly UI name. Returns the original name if no mapping exists.
Parameters:
- ui_name
get_compatible_names(name)¶
Get all compatible names (both database and UI) for a given name. Returns a list of all possible names that should match.
Parameters:
- name