fr.paris.lutece.plugins.crm.service.demand
Class DemandStatusCRMService

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.service.demand.DemandStatusCRMService

public class DemandStatusCRMService
extends Object

DemandStatusCRMService


Constructor Summary
protected DemandStatusCRMService()
          Constructor
 
Method Summary
 List<DemandStatusCRM> getAllStatusCRM(Locale locale)
          Get all status CRM, then put the list in session
static DemandStatusCRMService getService()
          Get the instance of DemandStatusCRMService
 DemandStatusCRM getStatusCRM(int nIdStatusCRM, Locale locale)
          Get the status crm given an id status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandStatusCRMService

protected DemandStatusCRMService()
Constructor

Method Detail

getService

public static DemandStatusCRMService getService()
Get the instance of DemandStatusCRMService

Returns:
the instance of DemandStatusCRMService

getAllStatusCRM

public List<DemandStatusCRM> getAllStatusCRM(Locale locale)
Get all status CRM, then put the list in session

Parameters:
locale - Locale
Returns:
a list of DemandStatusCRM

getStatusCRM

public DemandStatusCRM getStatusCRM(int nIdStatusCRM,
                                    Locale locale)
Get the status crm given an id status

Parameters:
nIdStatusCRM - the id status
locale - the Locale
Returns:
a DemandStatusCRM


Copyright © 2013 Mairie de Paris. All Rights Reserved.