Module user_logic

Structsยง

UserLogic

Constantsยง

BAD_REQUEST_CODE ๐Ÿ”’
SUCCESS_CODE ๐Ÿ”’
UNKNOWN_ERROR_CODE ๐Ÿ”’

Staticsยง

FIND_USERS_FOR_ORG
Cached static for the find_users_for_org function.
MANUAL_FIND
Cached static for the manual_find function.

Functionsยง

find_current
find_users_for_org
This is a cached function that uses the FIND_USERS_FOR_ORG cached static.
find_users_for_org_no_cache
Origin of the cached function find_users_for_org.
find_users_for_org_prime_cache
Primes the cached function find_users_for_org. This is a cached function that uses the FIND_USERS_FOR_ORG cached static.
manual_find
This is a cached function that uses the MANUAL_FIND cached static.
manual_find_no_cache
Origin of the cached function manual_find.
manual_find_prime_cache
Primes the cached function manual_find. This is a cached function that uses the MANUAL_FIND cached static.