C D F G I L M R S U

C

Contact - Class in fr.paris.lutece.plugins.contact.business
This class represents business object Contact
Contact() - Constructor for class fr.paris.lutece.plugins.contact.business.Contact
 
ContactApp - Class in fr.paris.lutece.plugins.contact.web
This class manages Contact page.
ContactApp() - Constructor for class fr.paris.lutece.plugins.contact.web.ContactApp
 
ContactDAO - Class in fr.paris.lutece.plugins.contact.business
This class provides Data Access methods for Contact objects
ContactDAO() - Constructor for class fr.paris.lutece.plugins.contact.business.ContactDAO
 
ContactHome - Class in fr.paris.lutece.plugins.contact.business
This class provides instances management methods (create, find, ...) for Contact objects
ContactJspBean - Class in fr.paris.lutece.plugins.contact.web
This class provides the user interface to manage contact features ( manage, create, modify, remove, change order of contact )
ContactJspBean() - Constructor for class fr.paris.lutece.plugins.contact.web.ContactJspBean
 
create(Contact, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Creation of an instance of contact

D

delete(Contact, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Delete a record from the table
delete(Contact, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Delete a record from the table
doCreateContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Process the data capture form of a new contact
doModifyContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Process the change form of a contact
doModifyContactsOrder(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Modifies the order in the list of contacts
doRemoveContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Treats the removal form of a contact
doSendMessage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactApp
This method tests the parameters stored in the request and send the message if they are corrects.

F

findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Returns an instance of a contact whose identifier is specified in parameter
findContactsList(Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Returns a collection of contacts objects
fr.paris.lutece.plugins.contact.business - package fr.paris.lutece.plugins.contact.business
 
fr.paris.lutece.plugins.contact.web - package fr.paris.lutece.plugins.contact.web
 

G

getConfirmRemoveContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Manages the removal form of a contact whose identifier is in the http request
getContactList(Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Returns a reference list which contains all the contacts
getContactOrder() - Method in class fr.paris.lutece.plugins.contact.business.Contact
Returns the contact order of this contact.
getCreateContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Returns the form to create a contact
getEmail() - Method in class fr.paris.lutece.plugins.contact.business.Contact
Returns the email of this contact.
getId() - Method in class fr.paris.lutece.plugins.contact.business.Contact
Returns the identifier of this contact.
getIdByOrder(int, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Search the order number of contacts
getManageContacts(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Returns the list of people to contact by email
getMaxOrderContact(Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Search the max order number of contacts
getModifyContact(HttpServletRequest) - Method in class fr.paris.lutece.plugins.contact.web.ContactJspBean
Returns the form to update info about a contact
getName() - Method in class fr.paris.lutece.plugins.contact.business.Contact
Returns the name of this contact.
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.contact.web.ContactApp
Returns the content of the page Contact.

I

IContactDAO - Interface in fr.paris.lutece.plugins.contact.business
IContactDAO Interface
insert(Contact, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Insert a new record in the table.
insert(Contact, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Insert a new record in the table.

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Load the data of Contact from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Load the data of Contact from the table

M

maxOrderContact(Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Calculate the new max order
maxOrderContact(Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Calculate the new max order

R

remove(Contact, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Remove the Contact whose identifier is specified in parameter
RIGHT_MANAGE_CONTACT - Static variable in class fr.paris.lutece.plugins.contact.web.ContactJspBean
 

S

selectContactList(Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Load the list of contacts
selectContactList(Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Load the list of contacts
selectContactsList(Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Load the list of contacts
selectContactsList(Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Load the list of contacts
selectIdByOrder(int, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Returns a contact identifier in a distinct order
selectIdByOrder(int, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Returns a contact identifier in a distinct order
setContactOrder(int) - Method in class fr.paris.lutece.plugins.contact.business.Contact
Sets the contact order of the contact to the specified integer.
setEmail(String) - Method in class fr.paris.lutece.plugins.contact.business.Contact
Sets the email of the contact to the specified string.
setId(int) - Method in class fr.paris.lutece.plugins.contact.business.Contact
Sets the identifier of the contact to the specified integer.
setName(String) - Method in class fr.paris.lutece.plugins.contact.business.Contact
Sets the name of the contact to the specified string.
store(Contact, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Update the record in the table
store(Contact, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Update the record in the table
storeContactOrder(int, int, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Modify the order of a contact
storeContactOrder(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Modify the order of a contact

U

update(Contact, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Update of the contact which is specified in parameter
updateContactOrder(int, int, Plugin) - Method in class fr.paris.lutece.plugins.contact.business.ContactDAO
Modify the order of a contact
updateContactOrder(int, int, Plugin) - Static method in class fr.paris.lutece.plugins.contact.business.ContactHome
Update the number order of contact
updateContactOrder(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.contact.business.IContactDAO
Modify the order of a contact

C D F G I L M R S U

Copyright © 2007 Mairie de Paris. All Rights Reserved.