Skip navigation links
A B C D E F G H I L M N O P R S T U V _ 

A

AbstractNotificationConfigValidator - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web
This class represents a validator for the INotificationConfig
AbstractNotificationConfigValidator(HttpServletRequest) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Constructor
AbstractProviderManager - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This class represents a manager of providers
AbstractProviderManager(String) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.AbstractProviderManager
Constructor
addConfig() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Adds this notification configuration
addConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Adds this notification configuration
AgentHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object AgentHistory
AgentHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
 
AgentNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents a configuration for the agent notification
AgentNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Constructor
areFieldsWithMarkersValid(Map<String, Object>) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Tests if the fields with markers are valid or not
areMarkersValid(String, Map<String, Object>) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Checks if a field containing markers is valid.
ATTRIBUTE_HREF - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

B

BEAN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
 
BEAN_NOTIFICATION_SENDER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
BEAN_SERVICE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
The name of the bean of this service
BEAN_SERVICE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruService
The Constant BEAN_SERVICE.
BEAN_SERVICE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
 
BEAN_TRANSACTION_MANAGER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruPlugin
 
BillingAccountBasedSMSNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents the config for SMS notification with billing account handling
BillingAccountBasedSMSNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Constructor
BroadcastHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object BroadcastHistory
BroadcastHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
 
BroadcastNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents a configuration for the broadcast notification
BroadcastNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Constructor
buildCompleteProviderId(String, String) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderManagerUtil
Builds the complete id of a provider.
buildReferenceListOfInactiveNotificationConfigs(List<INotificationConfig>, Locale) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.ServiceConfigTaskForm
Builds a ReferenceList of inactive notification configurations
buildView(HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskConfigController
Builds the view depending on the specified request and locale

C

CLOSED_BRACKET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
COMMA - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
CommentMarkerProvider - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl
This class represents a NotifyGru marker provider for the Comment task
CommentMarkerProvider() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl.CommentMarkerProvider
 
Constants - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants
 
CONTENT_FORMAT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
CONTENT_FORMAT_TOKEN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
create(NotifyGruHistory, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruHistoryService
Creation of an instance of Notify GRU
create(NotifyGruHistory, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
Creation of an instance of Notify GRU
create(ITaskConfig) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
createProvider(String, ResourceHistory, HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.AbstractProviderManager
Creates the specified provider for the specified resource.

D

delete(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfigDAO
deleteByHistory(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.business.INotifyGruHistoryDAO
delete all notifygrus associated width the history specified in parameter
deleteByHistory(int, int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
delete all notifygrus associated width the history specified in parameter
deleteByTask(int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.business.INotifyGruHistoryDAO
delete all notifygrus associated width the task specified in parameter
deleteByTask(int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
delete all notifygrus associated width the task specified in parameter
displayErrorMessage(List<String>, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.ServiceConfigTaskForm
display the error message.
doRemoveConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGru
 
doRemoveTaskInformation(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGru
doSaveConfig(HttpServletRequest, Locale, ITask) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskComponent

E

EmailHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object EmailHistory
EmailHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
 
EmailNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents a configuration for the email notification
EmailNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Constructor

F

fetchProviderId(String) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderManagerUtil
Retrieves the IProvider id from the complete id of a provider
fetchProviderManager(String) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderManagerUtil
Retrieves the AbstractProviderManager from its id
fetchProviderManagerId(String) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderManagerUtil
Retrieves the AbstractProviderManager id from the complete id of a provider
find(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.MarkerProviderService
Finds a NotifyGru marker provider with the specified id
findByPrimaryKey(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruHistoryService
Load the Notify GRU Object
findByPrimaryKey(int, int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
Load the Notify GRU Object
findByPrimaryKey(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
fr.paris.lutece.plugins.workflow.modules.notifygru.business - package fr.paris.lutece.plugins.workflow.modules.notifygru.business
 
fr.paris.lutece.plugins.workflow.modules.notifygru.service - package fr.paris.lutece.plugins.workflow.modules.notifygru.service
 
fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache - package fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache
 
fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider - package fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
 
fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl - package fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl
 
fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants - package fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants
 
fr.paris.lutece.plugins.workflow.modules.notifygru.web - package fr.paris.lutece.plugins.workflow.modules.notifygru.web
 
fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl - package fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
 

G

getAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the oAgent
getAllProviderDescriptions(ITask) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.AbstractProviderManager
Gives the provider description for all the providers managed by this manager.
getBillingAccount() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Returns the billing account
getBillingAccount() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Get the billing account
getBillingAccountSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the accountIdSMS
getBillingGroup() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Get the billing group
getBillingGroupSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Returns the billing group for the sms sending
getBillingGroupSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the billing group for SMS
getBroadCast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the oBroadCast
getCrmStatusId() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Gets the crm status id.
getCrmStatusId() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Gets the crm status id.
getDemandMaxStepGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the DemandMaxStepGuichet
getDemandMaxStepGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the DemandMaxStepGuichet.
getDemandStatus() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the DemandStatus.
getDemandUserCurrentStepGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the DemandUserCurrentStepGuichet
getDemandUserCurrentStepGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the DemandUserCurrentStepGuichet.
getDescription() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Gives the description of the marker.
getDisplayConfigForm(HttpServletRequest, Locale, ITask) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskComponent
getDisplayTaskInformation(int, HttpServletRequest, Locale, ITask) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskComponent
getEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the oEmail
getEmailBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
 
getEmailBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
 
getErrorMessageForMandatoryField(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Gives the error message for mandatory field
getFilesAttachment(TaskNotifyGruConfig, int, int) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruService
The files Attachments to insert in the mail
getFilesAttachment(TaskNotifyGruConfig, int, int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruService
The files Attachments to insert in the mail
getGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the oGuichet
getId() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.AbstractProviderManager
Gives the id of the manager
getId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IMarkerProvider
Gives the id.
getId() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl.CommentMarkerProvider
Gives the id.
getId() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderDescription
Gives the id of the IProvider.
getIdMailingListBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the IdMailingListBroadcast
getIdMailingListBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the IdMailingListBroadcast.
getIdResourceHistory() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the IdResourceHistory
getIdSpringProvider() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the IdSpringProvider.
getIdTask() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the IdTask
getInstance() - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache.NotifyGruCacheService
Gets the single instance of NotifyGruCacheService.
getInstance() - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.MarkerProviderService
Gives the instance of the singleton
getLabel() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderDescription
Gives the label of the IProvider.
getListNotification(Locale) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.ServiceConfigTaskForm
display the level of notification.
getListStates(int) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruService
Get the list of states
getListStates(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruService
Get the list of states
getLocale(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruService
Gets the locale.
getLocale(HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruService
Gets the locale.
getMailingList(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruService
Get the mailing list
getMailingList(HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruService
Get the mailing list
getMarker() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Gives the marker
getMarkerDescriptions() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderDescription
Gives the marker descriptions Used in the task configuration page (in order to add markers in rich texts for example)
getMarkerProviders() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Gives the marker providers.
getMarkerProviders() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.MarkerProviderService
Gives the marker providers
getMessageAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Returns the MessageAgent
getMessageAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the MessageAgent.
getMessageBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the MessageBroadcast
getMessageBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the MessageBroadcast.
getMessageEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the MessageEmail
getMessageEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the MessageEmail.
getMessageGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the MessageGuichet
getMessageGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the MessageGuichet.
getMessageSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Returns the MessageSMS
getMessageSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the MessageSMS.
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache.NotifyGruCacheService
 
getName() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Gives the name of the notification configuration
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Gives the name of the notification configuration
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Gives the name of the notification configuration
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Gives the name of the notification configuration
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Gives the name of the notification configuration
getName() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Gives the name of the notification configuration
getNotifyGruConfigFromCache(ITaskConfigService, int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache.NotifyGruCacheService
Gets the notify gru config from cache.
getPlugin() - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruPlugin
Get the plugin
getProviderDescription(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.AbstractProviderManager
Gives the description of the specified provider
getProviderReferenceList(ITask) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.ServiceConfigTaskForm
Gets the list provider.
getRecipientsCcBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the RecipientsCcBroadcast
getRecipientsCcBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the RecipientsCcBroadcast.
getRecipientsCcEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the RecipientsCcEmail
getRecipientsCcEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the RecipientsCcEmail.
getRecipientsCciBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the RecipientsCciBroadcast
getRecipientsCciBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the RecipientsCciBroadcast.
getRecipientsCciEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the RecipientsCciEmail
getRecipientsCciEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the RecipientsCciEmail.
getSenderNameBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the SenderNameBroadcast
getSenderNameBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SenderNameBroadcast.
getSenderNameEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the SenderNameEmail
getSenderNameEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SenderNameEmail.
getSenderNameGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the SenderNameGuichet
getSenderNameGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SenderNameGuichet.
getSetOnglet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SetOnglet.
getSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Returns the oSMS
getStatustextAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Returns the StatustextAgent
getStatustextAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the StatustextAgent.
getStatustextGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the StatustextGuichet
getStatustextGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the StatustextGuichet.
getSubjectBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the SubjectBroadcast
getSubjectBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SubjectBroadcast.
getSubjectEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the SubjectEmail
getSubjectEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SubjectEmail.
getSubjectGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the SubjectGuichet
getSubjectGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the SubjectGuichet.
getTabIndex(String) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.ServiceConfigTaskForm
Gets the index of the specified tab.
getTaskInformationXml(int, HttpServletRequest, Locale, ITask) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskComponent
getTitle(Locale) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGru
getTitleI18nKey() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IMarkerProvider
Gives the i18n key of the title
getTitleI18nKey() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl.CommentMarkerProvider
Gives the i18n key of the title
getValidator() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Gives the validator for this notification configuration
getValidator() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Gives the validator for this notification configuration
getValidator() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Gives the validator for this notification configuration
getValidator() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Gives the validator for this notification configuration
getValidator() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Gives the validator for this notification configuration
getValidator() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Gives the validator for this notification configuration
getValue() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Gives the value of the marker.
GuichetHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object GuichetHistory
GuichetHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
 
GuichetNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents a configuration for the guichet notification
GuichetNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Constructor

H

HYPHEN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

I

ID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
IMarkerProvider - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This interface represents a provider of NotifyGru markers
INotificationConfig - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.web
This interface represents a configuration for a notification
INotifyGruHistoryDAO - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.business
INotifyGruHistoryDAO
INotifyGruHistoryService - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.service
INotifyGruHistoryService
INotifyGruService - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.service
 
insert(NotifyGruHistory, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.business.INotifyGruHistoryDAO
insert new history notifygru
insert(NotifyGruHistory, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
insert new history notifygru
insert(TaskNotifyGruConfig) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfigDAO
INT_DEFAULT_VALUE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
IProvider - Interface in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This interface represents a provider for a specific type of resource.
isActive() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Tests if this notification configuration is active or not
isActive() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Tests if this notification configuration is active or not
isActive() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Tests if this notification configuration is active or not
isActive() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Tests if this notification configuration is active or not
isActive() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Tests if this notification configuration is active or not
isActive() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Tests if this notification configuration is active or not
isActiveOngletAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Returns the activeOngletAgent
isActiveOngletAgent() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the ActiveOngletAgent.
isActiveOngletBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Returns the ActiveOngletBroadcast
isActiveOngletBroadcast() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the ActiveOngletBroadcast.
isActiveOngletEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Returns the ActiveOngletEmail
isActiveOngletEmail() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the ActiveOngletEmail.
isActiveOngletGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Returns the ActiveOngletGuichet
isActiveOngletGuichet() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the ActiveOngletGuichet.
isActiveOngletSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Returns the ActiveOngletSMS
isActiveOngletSMS() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Returns the ActiveOngletSMS.
isBillingAccountBasedSmsNotification() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Get the billing account based sms notification boolean
isMandatoryFieldValid(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Tests if a mandatory field is valid

L

load(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.business.INotifyGruHistoryDAO
Load a record by primary key
load(int, int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
Load a record by primary key
load(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfigDAO

M

MARK_BACK_OFFICE_LOGGING - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_CC - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_CCI - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_CONFIG - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_COSTUMER_ID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_CRM_STATUS_ID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_CRM_WEBAPP_CODE_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DATA_USERDASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DEFAULT_SENDER_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DEMAND_DATE_TIMESTAMP - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DEMAND_MAX_STEP - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DEMAND_STATUS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DEMAND_USER_CURRENT_STEP - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DISPLAY_LEVEL_DASHBOARD_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DISPLAY_LEVEL_EMAIL_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DISPLAY_LEVEL_SMS_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_DISPLAY_MESSAGE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ENTRY_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ENTRY_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_FIRST_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_DESCRIPTION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_LIST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_LIST_CRM_WEBAPP - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_LIST_RESSSOURCE_DEMANDES - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_LIST_RESSSOURCE_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_GRU_TITLE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_DEMAND - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_DEMAND_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_DEMAND_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_DEMAND_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_DEMAND_TYPE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_RESOURCE_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_RESOURCE_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_RESOURCE_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_ID_STATUS_CRM_BACK_OFFICE_LOGGING - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_ACTIVE_ONGLET_AGENT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_ACTIVE_ONGLET_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_ACTIVE_ONGLET_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_ACTIVE_ONGLET_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_NOTIFIED_BY_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_IS_USER_ATTRIBUTE_WS_ACTIVE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LAST_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LEVEL_NOTIFICATION_AGENT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LEVEL_NOTIFICATION_BROADCAST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LEVEL_NOTIFICATION_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LEVEL_NOTIFICATION_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LEVEL_NOTIFICATION_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LINK - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LINK_VIEW_RECORD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_CRM_WEBAPP_CODE_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ENTRIES_EMAIL_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ENTRIES_FILE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ENTRIES_FREEMARKER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ENTRIES_USER_GUID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_DEMAND_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_DEMAND_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_DEMAND_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_RESOURCE_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_RESOURCE_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_ID_RESOURCE_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_POSITION_ENTRY_FILE_CHECKED - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_USER_GUID_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_USER_GUID_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_LIST_USER_GUID_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MAILING_LIST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_BACK_OFFICE_LOGGING - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_USERDASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGE_VALIDATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_MESSAGES_ERROR - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFICATION_DATE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFICATION_ID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFICATION_TYPE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFIED_BY_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFIED_BY_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFIED_ON_DASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_NOTIFYGRU_MARKERS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_PHONE_NUMBER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_PLUGIN_WORKFLOW - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_POSITION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_CC_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_CC_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_CCI_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_CCI_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RECIPIENT_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_REFERENCE_DEMAND - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_REMOTE_ID_DEMAND - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_RESOURCE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SEND_NOTIFICATION_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_NAME_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_NAME_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_NAME_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SENDER_NAME_USERDASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_STATE_LIST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_STATUS_TEXT_BACK_OFFICE_LOGGING - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_STATUS_TEXT_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_STATUS_TEXT_USERDASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SUBJECT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SUBJECT_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SUBJECT_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SUBJECT_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_SUBJECT_USERDASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TAB_AGENT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TAB_BROADCAST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TAB_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TAB_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TAB_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TASK - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_TASKS_LIST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_DASHBOARD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_GUID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_GUID_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_GUID_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_GUID_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_MAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_USER_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_VIEW_DASHBOARD_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_VIEW_EMAIL_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MARK_VIEW_SMS_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MarkerProviderService - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This class is a service for NotifyGru marker providers Designed as a singleton
MESSAGE_DISPLAY_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_DISPLAY_MESSAGE_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_DISPLAY_MESSAGE_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_DISPLAY_OBJECT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_DISPLAY_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_EQUAL_FIELD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_ERROR_FREEMARKER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_ERROR_PROVIDER_NOT_FOUND - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_ERROR_VALIDATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_MANDATORY_ONE_FIELD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_MANDATORY_ONGLET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_MANDATORY_PROVIDER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_MANDATORY_THREE_FIELD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
MESSAGE_MANDATORY_TWO_FIELD - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

N

NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
NotificationToHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
The Class NotificationToHistory.
NotifyGruCacheService - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache
The Class NotifyGruCacheService.
NotifyGruHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object NotifyGruHistory
NotifyGruHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Simple Constructor
NotifyGruHistoryDAO - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
class NotifyGruHistoryDAO
NotifyGruHistoryDAO() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistoryDAO
 
NotifyGruHistoryService - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
NotifyGruHistoryService
NotifyGruHistoryService() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
 
NotifyGruMarker - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This class represents a marker for the Notfy GRU task.
NotifyGruMarker(String) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Constructor
NotifyGruPlugin - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
NotifyGruPlugin
NotifyGruPlugin() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruPlugin
 
NotifyGruService - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
NotifyGruService
NotifyGruTaskComponent - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web
INotifyGruTaskComponent
NotifyGruTaskComponent() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskComponent
 
NotifyGruTaskConfigController - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web
This class represents a controller for the Notify GRU task configuration
NotifyGruTaskConfigController(ITask) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskConfigController
Constructor

O

OPEN_BRACKET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

P

PARAMETER_BILLING_ACCOUNT_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMETER_BILLING_GROUP_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMETER_CRM_STATUS_ID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMETER_DEMAND_STATUS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMETER_MARKER_PROVIDERS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMETER_SELECT_PROVIDER - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMS_ACCES_TOKEN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMS_GRANT_TYPE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PARAMS_GRANT_TYPE_VALUE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
performAction(HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.NotifyGruTaskConfigController
Performs an action triggered by the user
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruPlugin
 
populateAgent(TaskNotifyGruConfig, BackofficeNotification) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotificationToHistory
Populate agent.
populateBroadcast(TaskNotifyGruConfig, BroadcastNotification) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotificationToHistory
Populate broadcast.
populateEmail(TaskNotifyGruConfig, EmailNotification) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotificationToHistory
Populate email.
populateGuichet(TaskNotifyGruConfig, MyDashboardNotification) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotificationToHistory
Populate guichet.
populateSMS(TaskNotifyGruConfig, T) - Static method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotificationToHistory
Populate sms.
processTask(int, HttpServletRequest, Locale) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGru
PROPERTY_ACCEPTED_GRU_ENTRY_TYPE_EMAIL_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_ACCEPTED_GRU_ENTRY_TYPE_FILE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_ACCEPTED_GRU_ENTRY_TYPE_USER_GUID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_GRU_ONGLET_ACTIVE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_IS_BILLING_ACCOUNT_SMS_NEEDED - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_LUTECE_ADMIN_PROD_URL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_LUTECE_BASE_URL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_LUTECE_PROD_URL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_NOTIFY_MAIL_DEFAULT_SENDER_NAME - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_REFUSED_GRU_ENTRY_TYPE_USER_GUID - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_SERVER_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_XPAGE_PAGETITLE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
PROPERTY_XPAGE_PATHLABEL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
provideCustomerConnectionId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the connection id of the customer.
provideCustomerEmail() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the customer email.
provideCustomerId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the id of the customer.
provideCustomerMobilePhone() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the mobile phone number of the customer.
provideDemandId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the id of the demand containing the notification to send.
provideDemandReference() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the demand reference.
provideDemandSubtypeId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the subtype id of the demand containing the notification to send.
provideDemandTypeId() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the type id of the demand containing the notification to send.
provideMarkerDescriptions() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IMarkerProvider
Gives the marker descriptions Used in the task configuration page (in order to add markers in rich texts for example)
provideMarkerDescriptions() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl.CommentMarkerProvider
Gives the marker descriptions Used in the task configuration page (in order to add markers in rich texts for example)
provideMarkerValues(ResourceHistory, ITask, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IMarkerProvider
Provides the values of the markers.
provideMarkerValues(ResourceHistory, ITask, HttpServletRequest) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.impl.CommentMarkerProvider
Provides the values of the markers.
provideMarkerValues() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the values of the markers.
ProviderDescription - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This class represents the description of a IProvider
ProviderDescription(String, String) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderDescription
Constructor
ProviderManagerUtil - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider
This class provides utility methods for AbstractProviderManager objects
provideSmsSender() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.IProvider
Provides the sender of the SMS This sender is used to send a notification by SMS.

R

remove(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
removeByHistory(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruHistoryService
Remove Notify GRU value by history
removeByHistory(int, int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
Remove Notify GRU value by history
removeByTask(int, Plugin) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.service.INotifyGruHistoryService
Remove Notify GRU value by task
removeByTask(int, Plugin) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.NotifyGruHistoryService
Remove Notify GRU value by task
removeConfig() - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Removes this notification configuration
removeConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Removes this notification configuration
removeConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Removes this notification configuration
removeConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Removes this notification configuration
removeConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Removes this notification configuration
removeConfig() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Removes this notification configuration
removeGruConfigFromCache(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.cache.NotifyGruCacheService
Removes the gru config from cache.

S

SEMICOLON - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
ServiceConfigTaskForm - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
The Class ServiceConfigTaskForm.
setActive(boolean) - Method in interface fr.paris.lutece.plugins.workflow.modules.notifygru.web.INotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActive(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.AgentNotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActive(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BroadcastNotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActive(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.EmailNotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActive(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.GuichetNotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActive(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Activates or deactivates this notification configuration depending to the specified boolean
setActiveOngletAgent(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Sets the ActiveOngletAgent
setActiveOngletAgent(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the ActiveOngletAgent.
setActiveOngletBroadcast(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the ActiveOngletBroadcast
setActiveOngletBroadcast(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the ActiveOngletBroadcast.
setActiveOngletEmail(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the ActiveOngletEmail
setActiveOngletEmail(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the ActiveOngletEmail.
setActiveOngletGuichet(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the ActiveOngletGuichet
setActiveOngletGuichet(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the ActiveOngletGuichet.
setActiveOngletSMS(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Sets the ActiveOngletSMS
setActiveOngletSMS(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the ActiveOngletSMS.
setAgent(AgentHistory) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the oAgent
setBillingAccount(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Sets the billing account
setBillingAccount(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Sets the billing account
setBillingAccountBasedSmsNotification(boolean) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the billing account based sms notification boolean
setBillingAccountSMS(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the billing account SMS
setBillingGroup(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.BillingAccountBasedSMSNotificationConfig
Sets the billing group
setBillingGroupSMS(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Set the billing group for the sms sending
setBillingGroupSMS(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the billing group SMS
setBroadCast(BroadcastHistory) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the oBroadCast
setCrmStatusId(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the crm status id.
setCrmStatusId(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the crm status id.
setDemandMaxStepGuichet(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the DemandMaxStepGuichet
setDemandMaxStepGuichet(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the DemandMaxStepGuichet.
setDemandStatus(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the DemandStatus.
setDemandUserCurrentStepGuichet(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the DemandUserCurrentStepGuichet
setDemandUserCurrentStepGuichet(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the DemandUserCurrentStepGuichet.
setDescription(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Sets the description of the marker
setEmail(EmailHistory) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the oEmail
setEmailBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
 
setEmailBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the EmailBroadcast
setGuichet(GuichetHistory) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the oGuichet
setIdMailingListBroadcast(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the IdMailingListBroadcast
setIdMailingListBroadcast(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the IdMailingListBroadcast.
setIdResourceHistory(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the IdResourceHistory
setIdSpringProvider(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the IdSpringProvider.
setIdTask(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the IdTask
setMarkerDescriptions(Collection<NotifyGruMarker>) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.ProviderDescription
Sets the marker descriptions.
setMarkerProviders(List<String>) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the list of marker providers.
setMessageAgent(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Sets the MessageAgent
setMessageAgent(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the MessageAgent.
setMessageBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the MessageBroadcast
setMessageBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the MessageBroadcast.
setMessageEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the MessageEmail
setMessageEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the MessageEmail.
setMessageGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the MessageGuichet
setMessageGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the MessageGuichet.
setMessageSMS(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
Sets the MessageSMS
setMessageSMS(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the MessageSMS.
setRecipientsCcBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the RecipientsCcBroadcast
setRecipientsCcBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the RecipientsCcBroadcast.
setRecipientsCcEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the RecipientsCcEmail
setRecipientsCcEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the RecipientsCcEmail.
setRecipientsCciBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the RecipientsCciBroadcast
setRecipientsCciBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the RecipientsCciBroadcast.
setRecipientsCciEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the RecipientsCciEmail
setRecipientsCciEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the RecipientsCciEmail.
setSenderNameBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the SenderNameBroadcast
setSenderNameBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SenderNameBroadcast.
setSenderNameEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the SenderNameEmail
setSenderNameEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SenderNameEmail.
setSenderNameGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the SenderNameGuichet
setSenderNameGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SenderNameGuichet.
setSetOnglet(int) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SetOnglet.
setSMS(SMSHistory) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.NotifyGruHistory
Sets the oSMS
setStatustextAgent(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.AgentHistory
Sets the StatustextAgent
setStatustextAgent(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the StatustextAgent.
setStatustextGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the StatustextGuichet
setStatustextGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the StatustextGuichet.
setSubjectBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.BroadcastHistory
Sets the SubjectBroadcast
setSubjectBroadcast(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SubjectBroadcast.
setSubjectEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.EmailHistory
Sets the SubjectEmail
setSubjectEmail(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SubjectEmail.
setSubjectGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.GuichetHistory
Sets the SubjectGuichet
setSubjectGuichet(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
Sets the SubjectGuichet.
setValue(String) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.provider.NotifyGruMarker
Sets the value of the marker
SLASH - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
SMSHistory - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
This is the business class for the object SMSHistory
SMSHistory() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.SMSHistory
 
SMSNotificationConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl
This class represents a configuration for the SMS notification
SMSNotificationConfig(HttpServletRequest, TaskNotifyGruConfig) - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
Constructor
SPACE - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
store(TaskNotifyGruConfig) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfigDAO

T

TAG_A - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
TASK_NOTIFY_GRU_KEY - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
TaskNotifyGru - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
TaskNotifyGru.
TaskNotifyGru() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGru
 
TaskNotifyGruConfig - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
TaskNotifyDirectoryConfig.
TaskNotifyGruConfig() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfig
 
TaskNotifyGruConfigDAO - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.business
TaskNotifyDirectoryConfigDAO
TaskNotifyGruConfigDAO() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.business.TaskNotifyGruConfigDAO
 
TaskNotifyGruConfigService - Class in fr.paris.lutece.plugins.workflow.modules.notifygru.service
TaskNotifyGruConfigService
TaskNotifyGruConfigService() - Constructor for class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
 
TITLE_NOTIFY - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
TYPE_AUTHENTIFICATION - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

U

update(ITaskConfig) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.service.TaskNotifyGruConfigService
USER_AUTO - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

V

validate(Map<String, Object>) - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Validates the configuration
validateFieldsWithoutMarker() - Method in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.AbstractNotificationConfigValidator
Validates the fields without marker
VIEW_AGENT - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VIEW_BROADCAST_LIST - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VIEW_EMAIL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VIEW_GUICHET - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VIEW_SMS - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VISIBILITY_ADMIN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VISIBILITY_ALL - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 
VISIBILITY_DOMAIN - Static variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.utils.constants.Constants
 

_

_config - Variable in class fr.paris.lutece.plugins.workflow.modules.notifygru.web.notificationconfig.impl.SMSNotificationConfig
 
A B C D E F G H I L M N O P R S T U V _ 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.