Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
L
M
P
R
S
U
A
assign(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Inserts 2 keys in association table
assign(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
assigns a contact to a list or a list to a contact
assign(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Inserts 2 keys in association table
C
canBeRemoved(String)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListRoleRemovalListener
Check if the object can be safely removed
canBeRemoved(String)
- Method in class fr.paris.lutece.plugins.contact.service.
ContactListWorkgroupRemovalListener
Check if the object can be safely removed
canBeRemoved(String)
- Method in class fr.paris.lutece.plugins.contact.service.
ContactWorkgroupRemovalListener
Check if the object can be safely removed
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
ContactList
- Class in
fr.paris.lutece.plugins.contact.business
This class represents business object Contact
ContactList()
- Constructor for class fr.paris.lutece.plugins.contact.business.
ContactList
ContactListDAO
- Class in
fr.paris.lutece.plugins.contact.business
This class provides Data Access methods for Contact objects
ContactListDAO()
- Constructor for class fr.paris.lutece.plugins.contact.business.
ContactListDAO
ContactListHome
- Class in
fr.paris.lutece.plugins.contact.business
This class provides instances management methods (create, find, ...) for Contact objects
ContactListJspBean
- 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 )
ContactListJspBean()
- Constructor for class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
ContactListPlugin
- Class in
fr.paris.lutece.plugins.contact.service
The logilist plugin
ContactListPlugin()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactListPlugin
ContactListRoleRemovalListener
- Class in
fr.paris.lutece.plugins.contact.business
ContactList Removal Listener
ContactListRoleRemovalListener()
- Constructor for class fr.paris.lutece.plugins.contact.business.
ContactListRoleRemovalListener
ContactListService
- Class in
fr.paris.lutece.plugins.contact.service
This Service manages contactListt actions (create, delete, modify ...)
ContactListService()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactListService
ContactListWorkgroupRemovalListener
- Class in
fr.paris.lutece.plugins.contact.service
Logilist Removal Listener
ContactListWorkgroupRemovalListener()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactListWorkgroupRemovalListener
ContactPlugin
- Class in
fr.paris.lutece.plugins.contact.service
The logilist plugin
ContactPlugin()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactPlugin
ContactService
- Class in
fr.paris.lutece.plugins.contact.service
This Service manages contact actions (create, delete, modify ...)
ContactService()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactService
ContactWorkgroupRemovalListener
- Class in
fr.paris.lutece.plugins.contact.service
Logilist Removal Listener
ContactWorkgroupRemovalListener()
- Constructor for class fr.paris.lutece.plugins.contact.service.
ContactWorkgroupRemovalListener
countContactsForList(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
counts how many contacts are associated to the specified list
countContactsForList(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Counts how many contacts are associated to the list
countContactsForList(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
counts how many contacts are associated to the specified list
countListsForContact(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
counts how many lists the contact is associated to
countListsForContact(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
counts all lists for one contact
countListsForContact(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
counts how many lists the contact is associated to
create(Contact, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Creation of an instance of contact
create(ContactList, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Creation of an instance of List
D
delete(Contact, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
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
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Delete a record from the table
doAssignContactsToList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
assigns a contact to a list in database
doAssignListsToContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
assigns lists to one contact
doCreateContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
Process the data capture form of a new contact
doCreateContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
Inserts a contactList into Database
doModifyContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
Process the change form of a contact
doModifyContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
updates the contactList in database
doModifyContactListsOrder(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
Modifies the order in the list of contactLists
doModifyContactsOrder(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
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
doRemoveContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
removes a record from database
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.
doUnAssignContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
unassigns contact from list
doUnAssignList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
unassigns list from a contact
F
findAll(Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Returns a collection of contacts objects
findAll(Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Returns a collection of contacts objects
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
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Returns an instance of a contact whose identifier is specified in parameter
findByRoleKey(String, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Returns a collection of contacts objects
fr.paris.lutece.plugins.contact.business
- package fr.paris.lutece.plugins.contact.business
fr.paris.lutece.plugins.contact.service
- package fr.paris.lutece.plugins.contact.service
fr.paris.lutece.plugins.contact.web
- package fr.paris.lutece.plugins.contact.web
G
getAssignedContactsFor(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
selects the list of assigned contacts for one list
getAssignedListsFor(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
selects the list of Lists assigned to one contact
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
getConfirmRemoveContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
Manages the removal form of a contact list
getContactIdByOrder(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Search the order number of contacts for one list
getContactListIdByOrder(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Search the order number of contactLists
getContactListOrder()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Returns the order
getContactListOrderById(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
returns the order of a contact in a list using its Id
getContactOrder()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Returns the contact order of this contact.
getContactOrderById(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
returns the order of a contact in a list using its Id
getContactsByListWithString(int, String, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Returns a reference list which contains all the contacts and the string "choose your contact", for the xpage
getContactsNumber()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
gets the number of contacts assigned to list
getCreateContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
Returns the form to create a contact
getCreateContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
returns the form of contactList creation
getDescription()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Returns the description of this contact list.
getEmail()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Returns the email of this contact.
getHits()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
gets the number of messages send to the contact
getId()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Returns the identifier of this contact.
getId()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Returns the identifier of this contactList.
getInstance()
- Static method in class fr.paris.lutece.plugins.contact.service.
ContactListService
Returns the instance of the singleton
getInstance()
- Static method in class fr.paris.lutece.plugins.contact.service.
ContactService
Returns the instance of the singleton
getLabel()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Returns the label of this list.
getManageContactAssignations(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
gets the assignations page of a contact
getManageContactLists(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
returns the template of the contactLists management
getManageContacts(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
Returns the list of people to contact by email
getManageContactsHome(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
returns the template, with the 2 features: contacts, and contactList
getManageListAssignations(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
returns the template of list assignations
getMaxOrderContact(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Search the max order number of contacts for one list
getMaxOrderContactList(Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Search the max order number of contacts for one list
getModifyContact(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
Returns the form to update info about a contact
getModifyContactList(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
returns the template of modification form
getName()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Returns the name of this contact.
getNotAssignedContactsFor(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
get all contacts that are not assigned to one specific list
getNotAssignedListsFor(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
selects the list of Lists not assigned to one contact
getPage(HttpServletRequest, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.web.
ContactApp
Returns the content of the page Contact.
getRemovalRefusedMessage(String, Locale)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListRoleRemovalListener
Gives a message explaining why the object can't be removed
getRemovalRefusedMessage(String, Locale)
- Method in class fr.paris.lutece.plugins.contact.service.
ContactListWorkgroupRemovalListener
Gives a message explaining why the object can't be removed
getRemovalRefusedMessage(String, Locale)
- Method in class fr.paris.lutece.plugins.contact.service.
ContactWorkgroupRemovalListener
Gives a message explaining why the object can't be removed
getRole()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Gets the contactList role
getWorkgroup()
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Returns the workgroup
getWorkgroup()
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Returns the workgroup
I
IContactDAO
- Interface in
fr.paris.lutece.plugins.contact.business
IContactDAO Interface
IContactListDAO
- Interface in
fr.paris.lutece.plugins.contact.business
IContactDAO Interface
init()
- Static method in class fr.paris.lutece.plugins.contact.business.
Contact
Initialize the ContactList
init()
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactList
Initialize the ContactList
init()
- Method in class fr.paris.lutece.plugins.contact.service.
ContactListPlugin
Initialize the plugin LContact
init()
- Method in class fr.paris.lutece.plugins.contact.service.
ContactListService
Initializes the Housing service
init()
- Method in class fr.paris.lutece.plugins.contact.service.
ContactPlugin
Initialize the plugin LContact
init()
- Method in class fr.paris.lutece.plugins.contact.service.
ContactService
Initializes the contact service
insert(Contact, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Insert a new record in the table.
insert(ContactList, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
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.
insert(ContactList, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Insert a new record in the table.
isAssigned(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
returns true if a contact is assigned to a list
isAssigned(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
returns true if the count of couples is positive
isAssigned(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
returns true if a contact is assigned to a list
L
listExists(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Returns true if the contactList exists
listExists(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Returns true if the contactList exists
listExists(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Returns true if the contactList exists
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 class fr.paris.lutece.plugins.contact.business.
ContactListDAO
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
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Load the data of Contact from the table
M
maxOrderContact(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Calculate the new max order in a list
maxOrderContact(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Calculate the new max order in a list
maxOrderContactList(Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Calculate the new max order in a list
maxOrderContactList(Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Calculate the new max order
P
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.contact.service.
ContactListPlugin
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.contact.service.
ContactPlugin
R
remove(Contact, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Remove the Contact whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Remove the Contact whose identifier is specified in parameter
RESOURCE_TYPE
- Static variable in class fr.paris.lutece.plugins.contact.business.
Contact
RESOURCE_TYPE
- Static variable in class fr.paris.lutece.plugins.contact.business.
ContactList
RIGHT_MANAGE_CONTACT
- Static variable in class fr.paris.lutece.plugins.contact.web.
ContactJspBean
RIGHT_MANAGE_CONTACT
- Static variable in class fr.paris.lutece.plugins.contact.web.
ContactListJspBean
ROLE_NONE
- Static variable in class fr.paris.lutece.plugins.contact.business.
ContactList
S
selectAll(Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Load the list of contacts
selectAll(Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Load the list of contactsList
selectAll(Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Load the list of contacts
selectAll(Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Load the list of contactsList
selectAssignedListsFor(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Selects assigned lists for a contact
selectAssignedListsFor(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Selects assigned lists for a contact
selectByRoleKey(String, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Selects lists for a role key
selectByRoleKey(String, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Selects lists for a role key
selectContactIdByOrder(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Returns a contact identifier in a distinct order
selectContactIdByOrder(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Returns a contact identifier in a distinct order
selectContactListIdByOrder(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Returns a contact identifier in a distinct order
selectContactListIdByOrder(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Returns a contact identifier in a distinct order
selectContactListOrderById(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Returns the order of a contactList
selectContactListOrderById(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Returns the order of a contactList
selectContactOrderById(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Returns the order of a contact in a list, using the Identifier
selectContactOrderById(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Returns a contact identifier in a distinct order
selectContactsByListWithString(int, String, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Load the list of contacts
selectContactsByListWithString(int, String, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Load the list of contacts
selectContactsForList(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Selects all contacts associated to a specified list
selectContactsForList(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Selects all contacts associated to a specified list
selectNotAssignedContactsFor(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Selects the list of all contacts that are not assigned to the specified list
selectNotAssignedContactsFor(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Selects the list of all contacts that are not assigned to the specified list
selectNotAssignedListsFor(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
selects all lists, the contact is not associated to
selectNotAssignedListsFor(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
selects all lists, the contact is not associated to
setContactListOrder(int)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Sets the workgroup
setContactOrder(int)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the contact order of the contact to the specified integer.
setContactsNumber(int)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
sets to the specified integer the number of contacts assigned to list
setDescription(String)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Sets the name of the contact to the specified string.
setEmail(String)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the email of the contact to the specified string.
setHits(int)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the number of messages send to the contact
setId(int)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the identifier of the contact to the specified integer.
setId(int)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Sets the identifier of the contactList to the specified integer.
setLabel(String)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Sets the label of the contact List to the specified string.
setName(String)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the name of the contact to the specified string.
setRole(String)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
allows the contact List to be saw by a role
setWorkgroup(String)
- Method in class fr.paris.lutece.plugins.contact.business.
Contact
Sets the workgroup
setWorkgroup(String)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactList
Sets the workgroup
store(Contact, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Update the record in the table
store(ContactList, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
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
store(ContactList, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Update the record in the table
storeContactListOrder(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Modify the order of a contact
storeContactListOrder(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Modify the order of a contact
storeContactOrder(int, int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Modify the order of a contact
storeContactOrder(int, int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Modify the order of a contact
U
unAssign(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Unassigns a contact of a list, or a list of a contact
unAssign(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Unassigns a list and a contact
unAssign(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Unassigns a contact of a list, or a list of a contact
unassignContactsForList(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Unassigns all contacts for a specified list
unassignContactsForList(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
unassigns all contacts for one specific list
unassignContactsForList(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Unassigns all contacts for a specified list
unassignListsForContact(int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactListDAO
Unassigns all lists, the specified contact is assigned to
unassignListsForContact(int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
unassigns all lists for one specific contact
unassignListsForContact(int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactListDAO
Unassigns all contacts for a specified list
update(Contact, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Update of the contact which is specified in parameter
update(ContactList, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Update of the contactList which is specified in parameter
updateContactListOrder(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactListHome
Update the number order of contact
updateContactOrder(int, int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Update the number order of contact
updateHits(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.contact.business.
ContactDAO
Update hits of the contact in contact and contact_list_contact tables
updateHits(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.contact.business.
ContactHome
Increments hits in contact and contact_list_contact tables
updateHits(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.contact.business.
IContactDAO
Update hits of the contact in contact and contact_list_contact tables
A
C
D
F
G
I
L
M
P
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Mairie de Paris
. All Rights Reserved.