Uses of Class
fr.paris.lutece.plugins.crm.business.user.CRMUser

Packages that use CRMUser
fr.paris.lutece.plugins.crm.business.user   
fr.paris.lutece.plugins.crm.service.listener   
fr.paris.lutece.plugins.crm.service.user   
 

Uses of CRMUser in fr.paris.lutece.plugins.crm.business.user
 

Methods in fr.paris.lutece.plugins.crm.business.user that return CRMUser
static CRMUser CRMUserHome.findByPrimaryKey(int nIdCRMUser)
          Load the data from the table
static CRMUser CRMUserHome.findByUserGuid(String strUserGuid)
          Load the data from a given user guid
 CRMUser CRMUserDAO.load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 CRMUser ICRMUserDAO.load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 CRMUser CRMUserDAO.loadByUserGuid(String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from a given user guid
 CRMUser ICRMUserDAO.loadByUserGuid(String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from a given user guid
 

Methods in fr.paris.lutece.plugins.crm.business.user that return types with arguments of type CRMUser
static List<CRMUser> CRMUserHome.findAll()
          Load the data from the table.
static List<CRMUser> CRMUserHome.findByListIds(List<Integer> listIdsCRMUser)
          Find by list ids.
 List<CRMUser> CRMUserDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all.
 List<CRMUser> ICRMUserDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all.
 List<CRMUser> CRMUserDAO.selectByListIds(List<Integer> listIdsCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Select by list ids.
 List<CRMUser> ICRMUserDAO.selectByListIds(List<Integer> listIdsCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Select by list ids.
 

Methods in fr.paris.lutece.plugins.crm.business.user with parameters of type CRMUser
static int CRMUserHome.create(CRMUser user)
          Insert a new record in the table.
 int CRMUserDAO.insert(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int ICRMUserDAO.insert(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void CRMUserDAO.store(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void ICRMUserDAO.store(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static void CRMUserHome.update(CRMUser user)
          Update the record in the table
 

Uses of CRMUser in fr.paris.lutece.plugins.crm.service.listener
 

Methods in fr.paris.lutece.plugins.crm.service.listener with parameters of type CRMUser
 void CRMUserModificationListenerService.notifyListeners(CRMUser crmUser, String strEventName)
          Notify listeners with a CRM user.
 

Method parameters in fr.paris.lutece.plugins.crm.service.listener with type arguments of type CRMUser
 void CRMUserModificationListenerService.registerListener(IListener<CRMUser> listener)
          Register a new Removal listener
 

Uses of CRMUser in fr.paris.lutece.plugins.crm.service.user
 

Methods in fr.paris.lutece.plugins.crm.service.user that return CRMUser
 CRMUser CRMUserService.findByPrimaryKey(int nIdCRMUser)
          Find by primary key
 CRMUser CRMUserService.findByUserGuid(String strUserGuid)
          Find from a given user guid
 

Methods in fr.paris.lutece.plugins.crm.service.user that return types with arguments of type CRMUser
 List<CRMUser> CRMUserService.findAll()
          Find by primary key.
 List<CRMUser> CRMUserService.findByListIds(List<Integer> listIdsCRMUser)
          Find by list ids.
 

Methods in fr.paris.lutece.plugins.crm.service.user with parameters of type CRMUser
 int CRMUserService.create(CRMUser user)
          Create a new CRMUser
 void CRMUserService.update(CRMUser user)
          Update a CRMUser
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.