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

A

Action - Class in fr.paris.lutece.plugins.grubusiness.business.demand
Action
Action() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.Action
 
addAction(Action) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Add an action
addAttributes(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Adds an attribute
addBcc(EmailAddress) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Adds a blind carbon copy recipient
addBroadcastEmail(BroadcastNotification) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
add a broadcastEmai
addCc(EmailAddress) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Adds a carbon copy recipient
addRecipient(EmailAddress) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Adds a recipient

B

BackofficeNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class AgentNotification for backoffice notification.
Fields description :
- message, content of the notification
- status_test, status label which will be displayed
BackofficeNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.BackofficeNotification
Instantiates a new notify gru agent notification.
BillingAccountBasedSMSNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
This class repressents a SMS object with management of an account
BillingAccountBasedSMSNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.BillingAccountBasedSMSNotification
 
BroadcastNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class BroadcastNotification for broadcast notification.
Fields description :
- message, content of the notification
- recipient, list of emailAddress for the broadcast - bcc, list of emailAddress for blind carbon copy
- subject, subject of the email
- sender_email, sender email address
- sender_name, sender name
- cc, list of emailAddress for carbon copy
BroadcastNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
 
buildEmailAddresses(String...) - Static method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailAddress
Builds a list of email addresses from the specified array

C

containsDemandId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a demandId
containsDemandTypeId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a demandTypeId
containsEndDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
test if filter contains end date
containsHasBackofficeNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a hasBackofficeNotification
containsHasBroadcastEmailNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a hasBroadcastEmailNotification
containsHasCustomerEmailNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a hasCustomerEmailNotification
containsHasMyDashboardNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a hasMyDashboardNotification
containsHasSmsNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a hasSmsNotification
containsId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Check if this filter contains a id
containsStartDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
test if filter contains start date
create(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Creates a demand
create(Notification) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Creates a notification
create(NotificationEvent) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Creates a notification event
Customer - Class in fr.paris.lutece.plugins.grubusiness.business.customer
This is the business class for the object Customer.
Customer() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Constructor
CustomerService - Class in fr.paris.lutece.plugins.grubusiness.business.customer
Service used to find customer
CustomerService(ICustomerDAO) - Constructor for class fr.paris.lutece.plugins.grubusiness.business.customer.CustomerService
Constructor

D

decrypt(Customer, Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.service.encryption.ICustomerEncryptionService
Decrypts a Customer from the specified Customer.
decrypt(Customer, String) - Method in interface fr.paris.lutece.plugins.grubusiness.service.encryption.ICustomerEncryptionService
Decrypts a Customer from the specified Customer.
DEFAULT_INT - Static variable in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationConstants
The Constant DEFAULT_INT.
DEFAULT_LONG - Static variable in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationConstants
The Constant DEFAULT_LONG.
DEFAULT_STRING - Static variable in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationConstants
The Constant DEFAULT_STRING.
delete(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Deletes a demand with the specified id and type id
delete(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Deletes a demand with the specified id and type id
delete(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
delete a notification event
delete(int) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
delete a notification event
deleteAllIndexes() - Method in interface fr.paris.lutece.plugins.grubusiness.business.indexing.IIndexingService
Deletes the index for all the objects
deleteByDemand(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Deletes notifications associated to the specified demand id and demand type id
deleteByDemand(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Deletes notifications associated to the specified demand id and demand type id
deleteIndex(T) - Method in interface fr.paris.lutece.plugins.grubusiness.business.indexing.IIndexingService
Delete index
Demand - Class in fr.paris.lutece.plugins.grubusiness.business.demand
Demand Class
Demand() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
 
DemandService - Class in fr.paris.lutece.plugins.grubusiness.business.demand
This class manages demands
DemandService(IDemandDAO, INotificationDAO) - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Constructor
DemandService(IDemandDAO, INotificationDAO, INotificationEventDAO) - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Constructor
DemandService(IDemandDAO, INotificationDAO, List<IDemandListener>, List<INotificationListener>) - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Constructor
DemandService(IDemandDAO, INotificationDAO, List<IDemandListener>, List<INotificationListener>, INotificationEventDAO) - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Constructor
DemandType - Class in fr.paris.lutece.plugins.grubusiness.business.demand
 
DemandType() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
 

E

EmailAddress - Class in fr.paris.lutece.plugins.grubusiness.business.notification
Class for email adresses of Email notifications Fields description :
- address, the email adress
EmailAddress() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.EmailAddress
 
EmailNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class EmailNotification for email notification.
Fields description :
- message, content of the notification
- cci, blind carbon copy email(s)
- subject, subject of the email
- sender_email, sender email address
- sender_name, sender name
- recipient, user email
- cc, carbon copy email(s)
EmailNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
 
encrypt(Customer, Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.service.encryption.ICustomerEncryptionService
Encrypts a Customer from the specified Customer.
encrypt(Customer, String) - Method in interface fr.paris.lutece.plugins.grubusiness.service.encryption.ICustomerEncryptionService
Encrypts a Customer from the specified Customer.
Event - Class in fr.paris.lutece.plugins.grubusiness.business.notification
NotificationEvent class, object to log events as delivery success or failure.
Event() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.Event
 

F

findAllDemands() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Finds all demands in the table
findByCustomerId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Finds demands for the specified customer id
findbyFilter(Map<String, String>) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.CustomerService
Find all the customers corresponding to the specified filter
findById(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.CustomerService
Find a customer by its id
findbyName(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.CustomerService
Find all the customers with the specified first name and last name
findByPrimaryKey(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Finds a demand for the specified id and type id
findByReference(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Finds demands for the specified reference
fr.paris.lutece.plugins.grubusiness.business.customer - package fr.paris.lutece.plugins.grubusiness.business.customer
 
fr.paris.lutece.plugins.grubusiness.business.demand - package fr.paris.lutece.plugins.grubusiness.business.demand
 
fr.paris.lutece.plugins.grubusiness.business.indexing - package fr.paris.lutece.plugins.grubusiness.business.indexing
 
fr.paris.lutece.plugins.grubusiness.business.mock - package fr.paris.lutece.plugins.grubusiness.business.mock
 
fr.paris.lutece.plugins.grubusiness.business.notification - package fr.paris.lutece.plugins.grubusiness.business.notification
 
fr.paris.lutece.plugins.grubusiness.service.encryption - package fr.paris.lutece.plugins.grubusiness.service.encryption
 
fr.paris.lutece.plugins.grubusiness.service.notification - package fr.paris.lutece.plugins.grubusiness.service.notification
 

G

getAccountLogin() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the AccountLogin.
getActions() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Returns the Actions
getAddress() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailAddress
Gives the email address
getAttribute(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Gives the attribute with the specified name
getAttributeNames() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Gives all the attribute names
getBackofficeNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gets the _backofficeNotification.
getBcc() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Gets bcc addresses.
getBillingAccount() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BillingAccountBasedSMSNotification
Get the billing account
getBillingGroup() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BillingAccountBasedSMSNotification
Get the group of the billing account
getBirthDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the birthDate.
getBroadcastEmail() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gets the broadcast
getCc() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Gets cc addresses.
getCc() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Gets the cc.
getCci() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Gets the bcc.
getClosureDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the closure date
getConnectionId() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the connection Id.
getCreationDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the creation date
getCurrentStep() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the current step
getCustomer() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the customer
getData() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Returns the Data.
getDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Returns the NotificationDate.
getDemand() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Returns the Demand
getDemand() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Returns the Demand
getDemandId() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Get the primary key demand id
getDemandId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getDemandTypeId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getEmail() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the Email.
getEmailNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gets the user email notification.
getEndDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
get end date
getEvent() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
get event
getEventDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
Returns the Notification Event Date.
getExtrasAttributes() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the ExtrasAttributes.
getFamilyname() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the Familyname.
getFirstname() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the Firstname.
getFixedPhoneNumber() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Gets the fixe phone.
getHasAccount() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the HasAccount.
getHasBackofficeNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getHasBroadcastEmailNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getHasCustomerEmailNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getHasMyDashboardNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getHasSmsNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the Id.
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the id
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
Gives the notification id
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gives the notification id
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Gives the notification id
getId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
Get the id
getIdDemandType() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Get the id demand type
getIdTitle() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the IdTitle.
getIsEmailVerified() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the IsEmailVerified.
getIsMobilePhoneVerified() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the IsMobilePhoneVerified.
getLabel() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Get the label
getLastname() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the Lastname.
getMaxSteps() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the number of steps
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BackofficeNotification
Gets the message.
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Returns the Message.
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Returns the Message.
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
get the message
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Gets the message.
getMessage() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Gets the message.
getMobilePhone() - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Returns the MobilePhone.
getMyDashboardNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gets the user guichet.
getName() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Action
Returns the Name
getName() - Method in interface fr.paris.lutece.plugins.grubusiness.service.notification.INotificationServiceProvider
get provider name
getNotificationDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Returns the NotificationDate.
getNotifications() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Returns the Notifications
getPhoneNumber() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Gets the phone number.
getRecipient() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Returns Recipients.
getRecipient() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Returns the Recipient.
getRedelivry() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
get the nb of times that the message has been redelivred
getReference() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the reference
getSenderEmail() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Returns the SenderEmail.
getSenderEmail() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Returns the SenderEmail.
getSenderName() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Returns the SenderName.
getSenderName() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Returns the SenderName.
getSenderName() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Returns the SenderName.
getSenderName() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Gets the sender_name.
getShowDetails() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Return true if details can be shown otherwise false.
getSmsNotification() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Gets the user sms.
getStartDate() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
get start date
getStatus() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
get the status
getStatus() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotifyGruResponse
 
getStatusId() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gives the status id
getStatusId() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
 
getStatusText() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BackofficeNotification
Gets the status text.
getStatusText() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Gets the status text.
getSubject() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Returns the Subject.
getSubject() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Returns the Subject.
getSubject() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Gets the subject.
getSubtypeId() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gves the subtype id
getTitle() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Returns the Title
getType() - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
get type of event
getTypeId() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Gves the type id
getUrl() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Action
Returns the Url
getUrl() - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Get the url of the resource

I

ICustomerDAO - Interface in fr.paris.lutece.plugins.grubusiness.business.customer
Interface DAO for customer
ICustomerEncryptionService - Interface in fr.paris.lutece.plugins.grubusiness.service.encryption
This interface enables to encrypt / decrypt a Customer
IDemandDAO - Interface in fr.paris.lutece.plugins.grubusiness.business.demand
This interface represents a data access object for Demand object
IDemandListener - Interface in fr.paris.lutece.plugins.grubusiness.business.demand
 
IIndexingService<T> - Interface in fr.paris.lutece.plugins.grubusiness.business.indexing
This interface enables to index any object
index(T) - Method in interface fr.paris.lutece.plugins.grubusiness.business.indexing.IIndexingService
Indexes a object
IndexingException - Exception in fr.paris.lutece.plugins.grubusiness.business.indexing
Exception thrown when indexing data
IndexingException(String) - Constructor for exception fr.paris.lutece.plugins.grubusiness.business.indexing.IndexingException
Constructor 1
IndexingException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.grubusiness.business.indexing.IndexingException
Constructor 2
IndexingException() - Constructor for exception fr.paris.lutece.plugins.grubusiness.business.indexing.IndexingException
Constructor 3
indexList(List<T>) - Method in interface fr.paris.lutece.plugins.grubusiness.business.indexing.IIndexingService
Index a list of objects
INotificationDAO - Interface in fr.paris.lutece.plugins.grubusiness.business.notification
This interface represents a data access object for Notification object
INotificationEventDAO - Interface in fr.paris.lutece.plugins.grubusiness.business.notification
This interface represents a data access object for Notification object
INotificationListener - Interface in fr.paris.lutece.plugins.grubusiness.business.notification
 
INotificationServiceProvider - Interface in fr.paris.lutece.plugins.grubusiness.service.notification
This interface provide notification methods to implement
insert(Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Insert a demand
insert(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Insert a demand
insert(Notification) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Inserts a notification
insert(NotificationEvent) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
Inserts a notification event
insert(Notification) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Inserts a notification
insert(NotificationEvent) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
Inserts a notification event

L

listenAndConsume(MockActionListenerEnum, Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandListener
Listens and consumes a demand
listenAndConsume(MockActionListenerEnum, Notification) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationListener
Listens and consumes a notification
load(String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.customer.ICustomerDAO
Return a customer from its id
load(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Finds a demand with the specified id and type id
load(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockCustomerDAO
Return a customer from its id
load(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Finds a demand with the specified id and type id
loadAllDemands() - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Finds all the demands in the table
loadAllDemands() - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Finds all the demands in the table
loadAllIds() - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Load the ids of the demands
loadAllIds() - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Load the ids of the demands
loadByCustomerId(String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Finds the demands associated to the specified customer id
loadByCustomerId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Finds the demands associated to the specified customer id
loadByDemand(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Finds notifications associated to the specified demand id and demand type id.
loadByDemand(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
Finds notifications associated to the specified demand id and demand type id.
loadByDemand(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Finds notifications associated to the specified demand id and demand type id.
loadByDemand(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
Finds notifications associated to the specified demand id and demand type id.
loadByFilter(NotificationFilter) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Finds and populate notification according to the filter
loadByFilter(NotificationFilter) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
Finds and populate notification according to the filter
loadByFilter(NotificationFilter) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Finds and populate notification according to the filter
loadByFilter(NotificationFilter) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
Finds and populate notification according to the filter
loadById(String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Finds demands associated to the id
loadById(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Finds demands associated to the id
loadById(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Finds notifications associated to the id
loadById(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
Finds notifications associated to the id
loadById(String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Finds notifications associated to the id
loadById(int) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
Finds notifications associated to the id
loadByReference(String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Finds the demands associated to the specified reference
loadByReference(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Finds the demands associated to the specified reference
loadIdsByFilter(NotificationFilter) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
Load the ids of the notification by filter
loadIdsByFilter(NotificationFilter) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
Load the ids of the notification events by filter
loadIdsByFilter(NotificationFilter) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationDAO
Load the ids of the notification by filter
loadIdsByFilter(NotificationFilter) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationEventDAO
Load the ids of the notification events by filter

M

MockActionListenerEnum - Enum in fr.paris.lutece.plugins.grubusiness.business.mock
This enum is a mock for ActionListener
MockCustomerDAO - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class is a mock implementation of ICustomerDAO
MockCustomerDAO() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockCustomerDAO
 
MockDemandDAO - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class is a mock implementation of IDemandDAO
MockDemandDAO() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
 
MockDemandListener - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class is a mock implementation of IDemandListener
MockDemandListener() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandListener
 
MockNotificationDAO - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class is a mock implementation of INotificationDAO
MockNotificationDAO() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationDAO
 
MockNotificationEventDAO - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class provides Data Access methods for NotificationEvent objects
MockNotificationEventDAO() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationEventDAO
 
MockNotificationListener - Class in fr.paris.lutece.plugins.grubusiness.business.mock
This class is a mock implementation of INotificationListener
MockNotificationListener() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationListener
 
MyDashboardNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class MyDashboardNotification for 'Guichet' notification.
Fields description :
- status_text, status label which will be displayed
- message, content for the new notif to add
- subject, subject for the new notif to add
- data, ...
- sender_name, Sender name for the new notif to add
MyDashboardNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Instantiates a new notify gru guichet notification.

N

Notification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class Notification, default notification object.
Fields description
- demand,Demand
- date, timestamp of the notification
- backoffice, BackofficeNotification
- sms, SMSNotification
- customer_email, EmailNotification
- mydashboard, MyDashboardNotification
- email, list of BroadcastNotification
Notification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Instantiates a new notify gru global notification.
NotificationConstants - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class ConstantsLibraryNotifyGru.
NotificationEvent - Class in fr.paris.lutece.plugins.grubusiness.business.notification
NotificationEvent class, object to log events as delivery success or failure.
NotificationEvent() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
 
NotificationException - Exception in fr.paris.lutece.plugins.grubusiness.service.notification
 
NotificationException(String) - Constructor for exception fr.paris.lutece.plugins.grubusiness.service.notification.NotificationException
Constructor
NotificationException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.grubusiness.service.notification.NotificationException
Constructor
NotificationFilter - Class in fr.paris.lutece.plugins.grubusiness.business.notification
NotificationFilter for DAO A base notificationFilter return all notifications without details on sub object
NotificationFilter() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
NotifyGruResponse - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class NotifyGruResponse.
NotifyGruResponse() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.NotifyGruResponse
 

O

onCreateDemand(Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandListener
Something to do when a demand is created
onCreateDemand(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandListener
Something to do when a demand is created
onCreateNotification(Notification) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationListener
Something to do when a notification is created
onCreateNotification(Notification) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationListener
Something to do when a notification is created
onDeleteDemand(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandListener
Something to do when a demand is deleted
onDeleteDemand(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandListener
Something to do when a demand is deleted
onDeleteDemand(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationListener
Something to do on notification when a demand is deleted
onDeleteDemand(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationListener
Something to do on notification when a demand is deleted
onUpdateDemand(Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandListener
Something to do when a demand is updated
onUpdateDemand(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandListener
Something to do when a demand is updated
onUpdateNotification(Notification) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockNotificationListener
Something to do when a notification is updated
onUpdateNotification(Notification) - Method in interface fr.paris.lutece.plugins.grubusiness.business.notification.INotificationListener
Something to do when a notification is updated

P

process(Notification) - Method in interface fr.paris.lutece.plugins.grubusiness.service.notification.INotificationServiceProvider
Process notification

R

remove(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Removes a demand with the specified id and type id

S

selectByFilter(Map<String, String>) - Method in interface fr.paris.lutece.plugins.grubusiness.business.customer.ICustomerDAO
Load all the customers corresponding to the specified filter
selectByFilter(Map<String, String>) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockCustomerDAO
Load all the customers corresponding to the specified filter
selectByName(String, String) - Method in interface fr.paris.lutece.plugins.grubusiness.business.customer.ICustomerDAO
Load all the customers with the specified first name and last name
selectByName(String, String) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockCustomerDAO
Load all the customers with the specified first name and last name
setAccountLogin(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the AccountLogin.
setActions(List<Action>) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the Actions
setAddress(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailAddress
Sets the email address
setBackofficeNotification(BackofficeNotification) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the _backofficeNotification.
setBcc(List<EmailAddress>) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets bcc addresses.
setBcc(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the bcc.
setBillingAccount(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BillingAccountBasedSMSNotification
Set the billing account
setBillingGroup(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BillingAccountBasedSMSNotification
Set the group of the billing account
setBirthDate(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the birthDate.
setBroadcastEmail(List<BroadcastNotification>) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the broadcast
setCc(List<EmailAddress>) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets cc addresses.
setCc(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the cc.
setClosureDate(long) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the closure date
setConnectionId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the connection id.
setCreationDate(long) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the creation date
setCurrentStep(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the current step
setCustomer(Customer) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the customer
setData(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Sets the Data.
setDate(Long) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the NotificationDate.
setDemand(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the Demand.
setDemand(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Sets the Demand.
setDemandId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Set the primary key demand id
setDemandId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setDemandTypeId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setEmail(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the Email.
setEmailNotification(EmailNotification) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the user email notification.
setEndDate(long) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
set end date
setEvent(Event) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
set event
setEventDate(Long) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
Sets the NotificationDate.
setExtrasAttributes(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the ExtrasAttributes.
setFamilyname(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the Familyname.
setFirstname(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the Firstname.
setFixedPhoneNumber(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the fixe phone.
setHasAccount(boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the HasAccount.
setHasBackofficeNotification(Boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setHasBroadcastEmailNotification(Boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setHasCustomerEmailNotification(Boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setHasMyDashboardNotification(Boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setHasSmsNotification(Boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
 
setId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the Id.
setId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the id
setId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
Sets the notification id
setId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the notification id
setId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Sets the notification id
setId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
The id
setIdDemandType(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Set the id demand type
setIdTitle(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the IdTitle.
setIsEmailVerified(boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the IsEmailVerified.
setIsMobilePhoneVerified(boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the IsMobilePhoneVerified.
setLabel(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Set the label
setLastname(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the Lastname.
setMaxSteps(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the number of steps
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BackofficeNotification
Sets the message.
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets the Message.
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the Message.
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
set the message
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Sets the Message.
setMessage(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Sets the message.
setMobilePhone(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.customer.Customer
Sets the MobilePhone.
setMyDashboardNotification(MyDashboardNotification) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the user dashboard notif.
setName(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Action
Sets the Name
setNotificationDate(Long) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent
Sets the NotificationDate.
setNotifications(List<Notification>) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the Notifications
setPhoneNumber(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Sets the phone number.
setRecipient(List<EmailAddress>) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets Recipients.
setRecipient(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the Recipient.
setRedelivry(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
set redelivry nb
setReference(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the reference
setSenderEmail(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets the SenderEmail.
setSenderEmail(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the SenderEmail.
setSenderName(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets the SenderName.
setSenderName(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the SenderName.
setSenderName(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Sets the SenderName.
setSenderName(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Sets the sender_name.
setShowDetails(boolean) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Set the flag to show or not details
setSmsNotification(SMSNotification) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Notification
Sets the user sms.
setStartDate(long) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotificationFilter
set start date
setStatus(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
set the status
setStatus(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.NotifyGruResponse
 
setStatusId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the status id
setStatusId(int) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
 
setStatusText(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BackofficeNotification
Sets the status text.
setStatusText(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Sets the status text.
setSubject(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.BroadcastNotification
Sets the Subject.
setSubject(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.EmailNotification
Sets the Subject.
setSubject(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.MyDashboardNotification
Sets the Subject.
setSubtypeId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the subtype id
setTitle(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the Title
setType(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.notification.Event
set type
setTypeId(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
Sets the type id
setUrl(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.Action
Sets the Url
setUrl(String) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandType
Set the url of the form
SMSNotification - Class in fr.paris.lutece.plugins.grubusiness.business.notification
The Class SMSNotification for SMS notification.
Fields description :
- message, content of the notification
- phone_number, phone number of the user
- sender_name, the name of the sms sender
SMSNotification() - Constructor for class fr.paris.lutece.plugins.grubusiness.business.notification.SMSNotification
Instantiates a new notify gru sms notification.
STATUS_CLOSED - Static variable in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
 
STATUS_INPROGRESS - Static variable in class fr.paris.lutece.plugins.grubusiness.business.demand.Demand
 
STATUS_RECEIVED - Static variable in class fr.paris.lutece.plugins.grubusiness.business.notification.NotifyGruResponse
 
store(Demand) - Method in interface fr.paris.lutece.plugins.grubusiness.business.demand.IDemandDAO
Stores a demand
store(Customer) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockCustomerDAO
Stores a customer
store(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.mock.MockDemandDAO
Stores a demand

U

update(Demand) - Method in class fr.paris.lutece.plugins.grubusiness.business.demand.DemandService
Updates a demand

V

valueOf(String) - Static method in enum fr.paris.lutece.plugins.grubusiness.business.mock.MockActionListenerEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.paris.lutece.plugins.grubusiness.business.mock.MockActionListenerEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L M N O P R S U V 
Skip navigation links

Copyright © 2021 City of Paris. All rights reserved.