Source: factory.service/package.core/ObjServiceNewDevelopmentDB.py
| Method | Signature | Description |
|---|---|---|
| remove_characters | remove_characters(string, chars: set) -> str |
|
| clean_data | clean_data(results: dict) -> dict |
|
| patch_param | patch_param(Text) |
|
| Read | Read(service, param1 = '', param2 = '', param3 = '') |
|
| get_bank_codes | get_bank_codes() -> dict |
Function to return bank codes from switchx data |
| get_bank_code | get_bank_code(res) |
|
| Connect | Connect() |
|
| get_fuzzy_match_threshold | get_fuzzy_match_threshold(word) -> int |
Shorter words require a lesser threshold as a single letter difference has a greater impact on the score |
| get_prop_development_no | get_prop_development_no(ret) |
|
| match_package_letter | match_package_letter(guid: str, res: dict) |
Function takes a set of results from a package letter and matches it to other documents from prop_development, prop_development_bank |
| fetch_parameters | fetch_parameters(guid) |
|
| run_workflow_direct | run_workflow_direct(guid, param1 = '', param2 = '', param3 = '') |
|
| Send | Send() |