Create instance for dynamic directory session and initialize it
Method used to end WebSocket dynamic directory serach
Method used to get directories
Agent id for which directories are fetched
start index for pagination
total records to be fetched
@example
getDirectories(1234,0,25)
This will get directories from 0 to 25 for agent id 1234
Method used to get all directory entries
Directory id for which we need to get metadata
Agent id for which directories are fetched
start index for pagination
total records to be fetched
@example
getDirectoryEntries('11eb3f87', '1124893d', 0, 25)
Method used to get Directory metadata
Directory id for which we need to get metadata
Agent id for which directories are fetched
Used to retrieve external directory entries and filter out favorites
array of directory entries to filter
external directory name to filter
Used to retrieve external directory entries and filter out favorites
get filtered External Directory List based on search text
search string
array of external directory entries
get filtered New Gen Directory List based on search text
search string
array of new gen directory entries
Method used to get new gen directories
Agent id for which directories are fetched
start index for pagination
total records to be fetched
@example
getNewGenDirectories(1234,0,25)
This will get new gen directories from 0 to 25 for agent id 1234
Method used to connect the WebSocket
Method used to update subject with directory search response
Method is used to search directories
-- pass the SearchDirectoriesRequest type object
Method is used to search newgen directories
-- pass the searchNewGenDirectoriesRequest type object
Use set the dom visibility
Use get the selected tab
Method used to connect the WebSocket
Used to sort external directory entries based on first name and last name
array of external directory entries
Used to sort new gen directory entries based on first name and last name
array of new gen directory entries
Used to toggle the favorite marker for external directory and store it in Index DB
Information of the external directory of whom favorite field needs to be toggled
Used to toggle the favorite marker for newgen directory and store it in Index DB
Information of the newgen directory of whom favorite field needs to be toggled
Function to add external directory entries favorite in Index DB from store
Array of directory entries to update favorites.
Method used to update favorite directory entries from client data
Method used to update favorite directory entries from client data
Function to add newgen directory entries favorite in Index DB from store
Generated using TypeDoc
This is the base class for Dynamic Directory