Module user_logic
Structsยง
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 theFIND_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 theMANUAL_FIND
cached static.