|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crmclient.service.CRMClientService
public class CRMClientService
AbstractCRMClientService
Field Summary |
---|
Fields inherited from interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService |
---|
BEAN_SERVICE |
Constructor Summary | |
---|---|
CRMClientService()
|
Method Summary | |
---|---|
ICRMClientQueue |
getQueue()
Get the queue |
void |
notify(java.lang.String strIdDemand,
java.lang.String strObject,
java.lang.String strMessage,
java.lang.String strSender)
Notify a demand |
void |
notify(java.lang.String strIdDemand,
java.lang.String strObject,
java.lang.String strMessage,
java.lang.String strSender,
java.lang.String strCRMWebAppBaseURL)
Notify a demand |
void |
sendUpdateDemand(java.lang.String strIdDemand,
java.lang.String strStatusText)
Update a demand |
void |
sendUpdateDemand(java.lang.String strIdDemand,
java.lang.String strStatusText,
java.lang.String strCRMWebAppBaseURL)
Update a demand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRMClientService()
Method Detail |
---|
public ICRMClientQueue getQueue()
getQueue
in interface ICRMClientService
public void notify(java.lang.String strIdDemand, java.lang.String strObject, java.lang.String strMessage, java.lang.String strSender)
notify
in interface ICRMClientService
strIdDemand
- the id demandstrObject
- the objectstrMessage
- the messagestrSender
- the senderpublic void notify(java.lang.String strIdDemand, java.lang.String strObject, java.lang.String strMessage, java.lang.String strSender, java.lang.String strCRMWebAppBaseURL)
notify
in interface ICRMClientService
strIdDemand
- the id demandstrObject
- the objectstrMessage
- the messagestrSender
- the senderstrCRMWebAppBaseURL
- the CRM webapp base URLpublic void sendUpdateDemand(java.lang.String strIdDemand, java.lang.String strStatusText)
sendUpdateDemand
in interface ICRMClientService
strIdDemand
- the id demandstrStatusText
- the status textpublic void sendUpdateDemand(java.lang.String strIdDemand, java.lang.String strStatusText, java.lang.String strCRMWebAppBaseURL)
sendUpdateDemand
in interface ICRMClientService
strIdDemand
- the id demandstrStatusText
- the status textstrCRMWebAppBaseURL
- the CRM webapp base URL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |