|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DemandStatusCRM | |
---|---|
fr.paris.lutece.plugins.crm.business.demand | |
fr.paris.lutece.plugins.crm.service.demand |
Uses of DemandStatusCRM in fr.paris.lutece.plugins.crm.business.demand |
---|
Methods in fr.paris.lutece.plugins.crm.business.demand that return DemandStatusCRM | |
---|---|
static DemandStatusCRM |
DemandStatusCRMHome.find(int nIdStatusCRM)
Load a status |
DemandStatusCRM |
DemandStatusCRMDAO.load(int nIdStatusCRM,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a status CRM |
DemandStatusCRM |
IDemandStatusCRMDAO.load(int nIdStatusCRM,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a status CRM |
Methods in fr.paris.lutece.plugins.crm.business.demand that return types with arguments of type DemandStatusCRM | |
---|---|
static List<DemandStatusCRM> |
DemandStatusCRMHome.findAll()
Load all satus CRM |
List<DemandStatusCRM> |
DemandStatusCRMDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all status CRM |
List<DemandStatusCRM> |
IDemandStatusCRMDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all status CRM |
Uses of DemandStatusCRM in fr.paris.lutece.plugins.crm.service.demand |
---|
Methods in fr.paris.lutece.plugins.crm.service.demand that return DemandStatusCRM | |
---|---|
DemandStatusCRM |
DemandStatusCRMService.getStatusCRM(int nIdStatusCRM,
Locale locale)
Get the status crm given an id status |
Methods in fr.paris.lutece.plugins.crm.service.demand that return types with arguments of type DemandStatusCRM | |
---|---|
List<DemandStatusCRM> |
DemandStatusCRMService.getAllStatusCRM(Locale locale)
Get all status CRM, then put the list in session |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |