| Modifier and Type | Method and Description | 
|---|---|
T | 
ClientDelegateCallback.doOnClient(ClientTO client)
Execute the method on the desired database. 
 | 
| Constructor and Description | 
|---|
ClientDelegate(ClientTO client)
Instantiates a new delegator and delegates the operations to the client database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientTO | 
ClientAndChannelContextHolder.getClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ClientAndChannelContextHolder.setClient(ClientTO client)
Set the client on which the operations of the current thread should be run 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
CommunoteInstaller.getCommunoteAccount()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
ClientRetrievalService.findClient(String clientId)
Find a client by its unique string-based ID 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ClientTO> | 
ClientRetrievalService.getAllActiveClients()
Get all clients with status ACTIVE 
 | 
Collection<ClientTO> | 
ClientRetrievalService.getAllClients()
Get all clients 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MailBasedPostingManagementFacade.createNoteFromMail(ClientTO client,
                  javax.mail.Message message,
                  String senderEmail,
                  Set<String> blogNameIds)
Creates a user tagged post from a email message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientInitializer.initialize(ClientTO client)
Initialize the client so it can be used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
DatabaseUpdateException.getClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientDataSourceConnectionCloser.close(ClientTO client)
Close the data source of the client 
 | 
void | 
DatabaseUpdateException.setClient(ClientTO client)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
CommunoteInstallerImpl.getCommunoteAccount()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientTO | 
XMPPPatternUtils.extractClient(String aliasJid)
This method extracts a client from an alias jid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
XMPPDatabaseCallback.doOnClient(ClientTO client)
Execute the method on the desired database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ClientTO> | 
TaskSchedulingContext.getClientsWithNewTasksOrRescheduleJob(org.quartz.Trigger oldTrigger)
Try to reschedule the task scheduling job after all task handlers for all clients have been
 scheduled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
ClientTaskHandler.checkRunOnClient(ClientTO client)  | 
String | 
RunScheduledTasksJob.getClientSpecificUniqueName(ClientTO client,
                           TaskTO task)
Get the unique name of the task with the name of the client 
 | 
Collection<Long> | 
TaskSchedulingContext.getCurrentlyScheduledTaskIds(ClientTO client)
Returns the tasks IDs of the currently scheduled tasks 
 | 
void | 
TaskSchedulingContext.scheduledTaskProcessed(TaskTO task,
                      ClientTO client)
Callback to inform the context that a previously scheduled handler was processed. 
 | 
void | 
TaskSchedulingContext.taskHandlerScheduled(TaskTO task,
                    ClientTO client)
Callback to inform the task scheduling context that the handler for a specific task has been
 scheduled 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
ClientManagementImpl.findClient(String clientId)  | 
ClientTO | 
ClientManagement.findClient(String clientId)
 Get the client by its client id 
 | 
ClientTO | 
ClientManagementImpl.updateClientName(String clientId,
                String clientName)  | 
ClientTO | 
ClientManagement.updateClientName(String clientId,
                String clientName)
Update the name of the given client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ClientTO> | 
ClientManagementImpl.getAllClients()  | 
Collection<ClientTO> | 
ClientManagement.getAllClients()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
ClientToClientTOConverter.convert(Client source)
method to convert a client to a client TO. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientTO | 
ClientHelper.getClient(String clientId)
Get the details of a client that has the given ID. 
 | 
static ClientTO | 
ClientHelper.getCurrentClient()
Get the client that is associated with the current thread. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
ClientHelper.isClientGlobal(ClientTO client)
Checks if the given client is the global client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientTO | 
ClientRetrievalServiceImpl.findClient(String clientId)  | 
ClientTO | 
StandaloneClientCacheElementProvider.load(StringIdBasedCacheKey key)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ClientTO> | 
ClientRetrievalServiceImpl.getAllActiveClients()  | 
Collection<ClientTO> | 
ClientRetrievalServiceImpl.getAllClients()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientRetrievalServiceImpl.setCacheElementProvider(CacheElementProvider<StringIdBasedCacheKey,ClientTO> cacheElementProvider)
Set a custom cache element provider for loading clients within findClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ClientStatusHandler.processActiveClient(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   javax.servlet.FilterChain filterChain,
                   ClientTO client)
Handles the case of a client in status ACTIVE by associating the client with the current
 thread and continuing the filter chain. 
 | 
void | 
ClientStatusHandler.processClient(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response,
             javax.servlet.FilterChain filterChain,
             ClientTO client)
Perform some status dependent operation. 
 | 
| Constructor and Description | 
|---|
ClientUserManagementSettingsForm(ClientTO client)
Instantiates a new client profile form. 
 | 
Copyright © 2019 Communote team. All rights reserved.