|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
fr.paris.lutece.plugins.contact.business |
Uses of Contact in fr.paris.lutece.plugins.contact.business |
---|
Methods in fr.paris.lutece.plugins.contact.business that return Contact | |
---|---|
static Contact |
ContactHome.create(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of contact |
static Contact |
ContactHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a contact whose identifier is specified in parameter |
Contact |
IContactDAO.load(int nContactId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Contact from the table |
Contact |
ContactDAO.load(int nContactId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Contact from the table |
static Contact |
ContactHome.update(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the contact which is specified in parameter |
Methods in fr.paris.lutece.plugins.contact.business that return types with arguments of type Contact | |
---|---|
static java.util.Collection<Contact> |
ContactHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of contacts objects |
static java.util.Collection<Contact> |
ContactListHome.getAssignedContactsFor(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
selects the list of assigned contacts for one list |
static java.util.Collection<Contact> |
ContactListHome.getNotAssignedContactsFor(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
get all contacts that are not assigned to one specific list |
java.util.Collection<Contact> |
IContactDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
java.util.Collection<Contact> |
ContactDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
java.util.Collection<Contact> |
IContactListDAO.selectContactsForList(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Selects all contacts associated to a specified list |
java.util.Collection<Contact> |
ContactListDAO.selectContactsForList(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Selects all contacts associated to a specified list |
java.util.Collection<Contact> |
IContactListDAO.selectNotAssignedContactsFor(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Selects the list of all contacts that are not assigned to the specified list |
java.util.Collection<Contact> |
ContactListDAO.selectNotAssignedContactsFor(int nIdContactList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Selects the list of all contacts that are not assigned to the specified list |
Methods in fr.paris.lutece.plugins.contact.business with parameters of type Contact | |
---|---|
static Contact |
ContactHome.create(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of contact |
void |
IContactDAO.delete(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
ContactDAO.delete(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
IContactDAO.insert(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ContactDAO.insert(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
static void |
ContactHome.remove(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Contact whose identifier is specified in parameter |
void |
IContactDAO.store(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
ContactDAO.store(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static Contact |
ContactHome.update(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the contact which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |