|
||||||||||
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 | |
---|---|
java.util.Collection<Contact> |
IContactDAO.selectContactList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
java.util.Collection<Contact> |
ContactDAO.selectContactList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
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 |