internal sealed class AccountRepository : ItemBaseRepository<AccountDto>| AccountRepository | Base constructor |
| GetAccountById | Retrieves a single account. |
| GetCompanyAccounts | Get all accounts from a company based on their deletion state |
| GetCompanyAllAccounts | Get all accounts from a company, whether deleted or not. |
| ReloadCache | Reloads the account cache on the replication layer for a company, in case it hasn't been loaded in yet. |
| CountAsyncAccountDto |
Counts the amount of items in a repository. A partitionKey can be added as a filter. If you want
to add a query, use the overload of this method containing the parameter to add a QueryDefinition (Defined by CosmosExtensions) |
| CountAsyncAccountDto |
Counts the amount of items in a repository's Container filtered by
the query and the (optional) partitionKey.
(Defined by CosmosExtensions) |
| GetItemFromCosmosByIdAccountDto |
Retrieves a single item from the database by its ID.
(Defined by CosmosExtensions) |
| LoadEntireStackAccountDto |
Reads an entire stack of an Azure Cosmos Container, only filtered by the partitionKey if it isn't left empty.
(Defined by CosmosExtensions) |
| RetrieveGlobalAutoCompleteAccountDto |
This method is used for the search bar on top of the screen in the Portal;
it retrieves 3 items for that datatype where the query contains a part of the Label.
(not case-sensitive). The items are also filtered by the user's environment scope if the user doesn't have the permission to view all environments.
(Defined by CosmosExtensions) |
| RetrieveItemsForAutoCompleteAccountDto |
This method is used for the search bar on top of the screen in the Portal;
it retrieves 3 items for that datatype where the query contains a part of the Label.
(not case-sensitive). The items are also filtered by the user's environment scope if the user doesn't have the permission to view all environments.
(Defined by CosmosExtensions) |