|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRMUser | |
---|---|
fr.paris.lutece.plugins.crm.business.user | |
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(java.lang.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(java.lang.String strUserGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from a given user guid |
CRMUser |
ICRMUserDAO.loadByUserGuid(java.lang.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 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.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(java.lang.String strUserGuid)
Find from a given user guid |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |