public class CRMClientService extends Object implements fr.paris.lutece.plugins.crmclient.service.ICRMClientService
Constructor and Description |
---|
CRMClientService() |
Modifier and Type | Method and Description |
---|---|
String |
getCRMUserAttribute(String strUserGuid,
String strAttribute) |
String |
getCRMUserAttribute(String strUserGuid,
String strAttribute,
String strCRMWebAppCode) |
String |
getCRMUserAttributesJson(String strUserGuid) |
String |
getCRMUserAttributesJson(String strUserGuid,
String strCRMWebAppCode) |
String |
getCRMUserAttributesXml(String strUserGuid) |
String |
getCRMUserAttributesXml(String strUserGuid,
String strCRMWebAppCode) |
String |
getDemandJson(String strIdDemand) |
String |
getDemandJson(String strIdDemand,
String strCRMWebAppCode) |
String |
getDemandJsonV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode) |
String |
getDemandXml(String strIdDemand) |
String |
getDemandXml(String strIdDemand,
String strCRMWebAppCode) |
String |
getDemandXmlV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode) |
fr.paris.lutece.plugins.crmclient.service.queue.ICRMClientQueue |
getQueue() |
String |
getUserGuidFromIdCRMUser(String strIdCRMUser)
Deprecated.
|
String |
getUserGuidFromIdCRMUser(String strIdCRMUser,
String strCRMWebAppCode)
Deprecated.
|
String |
getUserGuidFromIdDemand(String strIdDemand) |
String |
getUserGuidFromIdDemand(String strIdDemand,
String strCRMWebAppCode) |
void |
notify(String strIdDemand,
String strObject,
String strMessage,
String strSender) |
void |
notify(String strIdDemand,
String strObject,
String strMessage,
String strSender,
String strCRMWebAppCode) |
void |
notifyV2(String strRemoteId,
String strIdDemandType,
String strObject,
String strMessage,
String strSender,
String strCRMWebAppCode) |
String |
sendCreateDemandByIdCRMUser(String strIdDemandType,
String strIdCRMUser,
String strIdStatusCRM,
String strStatusText,
String strData)
Deprecated.
|
String |
sendCreateDemandByIdCRMUser(String strIdDemandType,
String strIdCRMUser,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode)
Deprecated.
|
String |
sendCreateDemandByUserGuid(String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData) |
String |
sendCreateDemandByUserGuid(String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode) |
String |
sendCreateDemandByUserGuidV2(String strRemoteId,
String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode) |
void |
sendDeleteDemand(String strIdDemand) |
void |
sendDeleteDemand(String strIdDemand,
String strCRMWebAppCode) |
void |
sendDeleteDemandV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode) |
void |
sendUpdateDemand(String strIdDemand,
String strStatusText) |
void |
sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode)
/**
|
void |
sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM) |
void |
sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM,
String strData) |
void |
sendUpdateDemandV2(String strRemoteId,
String strIdDemandType,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM,
String strData) |
public fr.paris.lutece.plugins.crmclient.service.queue.ICRMClientQueue getQueue()
getQueue
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
public void notify(String strIdDemand, String strObject, String strMessage, String strSender)
notify
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
public void notify(String strIdDemand, String strObject, String strMessage, String strSender, String strCRMWebAppCode)
notify
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
public void sendUpdateDemand(String strIdDemand, String strStatusText) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendUpdateDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendUpdateDemand(String strIdDemand, String strStatusText, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendUpdateDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendUpdateDemand(String strIdDemand, String strStatusText, String strCRMWebAppCode, String strIdStatusCRM) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendUpdateDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendUpdateDemand(String strIdDemand, String strStatusText, String strCRMWebAppCode, String strIdStatusCRM, String strData) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendUpdateDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String sendCreateDemandByUserGuid(String strIdDemandType, String strUserGuid, String strIdStatusCRM, String strStatusText, String strData) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendCreateDemandByUserGuid
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String sendCreateDemandByUserGuid(String strIdDemandType, String strUserGuid, String strIdStatusCRM, String strStatusText, String strData, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendCreateDemandByUserGuid
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
@Deprecated public String sendCreateDemandByIdCRMUser(String strIdDemandType, String strIdCRMUser, String strIdStatusCRM, String strStatusText, String strData) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendCreateDemandByIdCRMUser
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
@Deprecated public String sendCreateDemandByIdCRMUser(String strIdDemandType, String strIdCRMUser, String strIdStatusCRM, String strStatusText, String strData, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendCreateDemandByIdCRMUser
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendDeleteDemand(String strIdDemand) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendDeleteDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendDeleteDemand(String strIdDemand, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendDeleteDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getUserGuidFromIdDemand(String strIdDemand) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getUserGuidFromIdDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getUserGuidFromIdDemand(String strIdDemand, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getUserGuidFromIdDemand
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandXml(String strIdDemand) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandXml
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandXml(String strIdDemand, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandXml
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandJson(String strIdDemand) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandJson
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandJson(String strIdDemand, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandJson
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
@Deprecated public String getUserGuidFromIdCRMUser(String strIdCRMUser) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getUserGuidFromIdCRMUser
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
@Deprecated public String getUserGuidFromIdCRMUser(String strIdCRMUser, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getUserGuidFromIdCRMUser
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttribute(String strUserGuid, String strAttribute) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttribute
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttribute(String strUserGuid, String strAttribute, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttribute
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttributesXml(String strUserGuid) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttributesXml
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttributesXml(String strUserGuid, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttributesXml
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttributesJson(String strUserGuid) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttributesJson
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getCRMUserAttributesJson(String strUserGuid, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getCRMUserAttributesJson
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandJsonV2(String strRemoteId, String strIdDemandType, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandJsonV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public String getDemandXmlV2(String strRemoteId, String strIdDemandType, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
getDemandXmlV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void notifyV2(String strRemoteId, String strIdDemandType, String strObject, String strMessage, String strSender, String strCRMWebAppCode)
notifyV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
public String sendCreateDemandByUserGuidV2(String strRemoteId, String strIdDemandType, String strUserGuid, String strIdStatusCRM, String strStatusText, String strData, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendCreateDemandByUserGuidV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendDeleteDemandV2(String strRemoteId, String strIdDemandType, String strCRMWebAppCode) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendDeleteDemandV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
public void sendUpdateDemandV2(String strRemoteId, String strIdDemandType, String strStatusText, String strCRMWebAppCode, String strIdStatusCRM, String strData) throws fr.paris.lutece.plugins.crmclient.util.CRMException
sendUpdateDemandV2
in interface fr.paris.lutece.plugins.crmclient.service.ICRMClientService
fr.paris.lutece.plugins.crmclient.util.CRMException
Copyright © 2017 City of Paris. All rights reserved.