|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.service.demand.DemandStatusCRMService
public class DemandStatusCRMService
DemandStatusCRMService
Constructor Summary | |
---|---|
protected |
DemandStatusCRMService()
Constructor |
Method Summary | |
---|---|
java.util.List<DemandStatusCRM> |
getAllStatusCRM(java.util.Locale locale)
Get all status CRM, then put the list in session |
static DemandStatusCRMService |
getService()
Get the instance of DemandStatusCRMService |
DemandStatusCRM |
getStatusCRM(int nIdStatusCRM,
java.util.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 |
---|
protected DemandStatusCRMService()
Method Detail |
---|
public static DemandStatusCRMService getService()
DemandStatusCRMService
DemandStatusCRMService
public java.util.List<DemandStatusCRM> getAllStatusCRM(java.util.Locale locale)
locale
- Locale
DemandStatusCRM
public DemandStatusCRM getStatusCRM(int nIdStatusCRM, java.util.Locale locale)
nIdStatusCRM
- the id statuslocale
- the Locale
DemandStatusCRM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |