Uses of Class
fr.paris.lutece.plugins.contact.business.ContactList

Packages that use ContactList
fr.paris.lutece.plugins.contact.business   
 

Uses of ContactList in fr.paris.lutece.plugins.contact.business
 

Methods in fr.paris.lutece.plugins.contact.business that return ContactList
static ContactList ContactListHome.create(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of List
static ContactList ContactListHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a contact whose identifier is specified in parameter
 ContactList IContactListDAO.load(int nContactListId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of Contact from the table
 ContactList ContactListDAO.load(int nContactListId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of Contact from the table
static ContactList ContactListHome.update(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the contactList which is specified in parameter
 

Methods in fr.paris.lutece.plugins.contact.business that return types with arguments of type ContactList
static java.util.Collection<ContactList> ContactListHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a collection of contacts objects
static java.util.Collection<ContactList> ContactListHome.findByRoleKey(java.lang.String strRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a collection of contacts objects
static java.util.Collection<ContactList> ContactListHome.getAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          selects the list of Lists assigned to one contact
static java.util.Collection<ContactList> ContactListHome.getNotAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          selects the list of Lists not assigned to one contact
 java.util.Collection<ContactList> IContactListDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of contactsList
 java.util.Collection<ContactList> ContactListDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of contactsList
 java.util.Collection<ContactList> IContactListDAO.selectAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Selects assigned lists for a contact
 java.util.Collection<ContactList> ContactListDAO.selectAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Selects assigned lists for a contact
 java.util.Collection<ContactList> IContactListDAO.selectByRoleKey(java.lang.String strRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Selects lists for a role key
 java.util.Collection<ContactList> ContactListDAO.selectByRoleKey(java.lang.String strRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Selects lists for a role key
 java.util.Collection<ContactList> IContactListDAO.selectNotAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          selects all lists, the contact is not associated to
 java.util.Collection<ContactList> ContactListDAO.selectNotAssignedListsFor(int nIdContact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          selects all lists, the contact is not associated to
 

Methods in fr.paris.lutece.plugins.contact.business with parameters of type ContactList
static ContactList ContactListHome.create(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of List
 void IContactListDAO.insert(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void ContactListDAO.insert(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IContactListDAO.store(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void ContactListDAO.store(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static ContactList ContactListHome.update(ContactList contactList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the contactList which is specified in parameter
 



Copyright © 2009 Mairie de Paris. All Rights Reserved.