Package | Description |
---|---|
fr.paris.lutece.plugins.crmclient.service |
Modifier and Type | Method and Description |
---|---|
String |
ICRMClientService.getCRMUserAttribute(String strUserGuid,
String strAttribute)
Get the CRMUser attribute value
|
String |
ICRMClientService.getCRMUserAttribute(String strUserGuid,
String strAttribute,
String strCRMWebAppCode)
Get the CRMUser attribute value
|
String |
ICRMClientService.getCRMUserAttributesJson(String strUserGuid)
Get the CRMUser attributes in JSON
|
String |
ICRMClientService.getCRMUserAttributesJson(String strUserGuid,
String strCRMWebAppCode)
Get the CRMUser attributes in JSON
|
String |
ICRMClientService.getCRMUserAttributesXml(String strUserGuid)
Get the CRMUser attributes in XML
|
String |
ICRMClientService.getCRMUserAttributesXml(String strUserGuid,
String strCRMWebAppCode)
Get the CRMUser attributes in XML
|
String |
ICRMClientService.getDemandJson(String strIdDemand)
Get the Json of the demand
|
String |
ICRMClientService.getDemandJson(String strIdDemand,
String strCRMWebAppCode)
Get the Json of the demand
|
String |
ICRMClientService.getDemandJsonV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode)
Get the Json of the demand using remote id and id demand type
|
String |
ICRMClientService.getDemandXml(String strIdDemand)
Get the XML of the demand
|
String |
ICRMClientService.getDemandXml(String strIdDemand,
String strCRMWebAppCode)
Get the XML of the demand
|
String |
ICRMClientService.getDemandXmlV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode)
Get the XML of the demand using remote id and id demand type
|
String |
ICRMClientService.getUserGuidFromIdCRMUser(String strIdCRMUser)
Deprecated.
|
String |
ICRMClientService.getUserGuidFromIdCRMUser(String strIdCRMUser,
String strCRMWebAppCode)
Deprecated.
|
String |
ICRMClientService.getUserGuidFromIdDemand(String strIdDemand)
This method calls Rest WS to get the user guid from a given id demand
|
String |
ICRMClientService.getUserGuidFromIdDemand(String strIdDemand,
String strCRMWebAppCode)
This method calls Rest WS to get the user guid from a given id demand
|
String |
ICRMClientService.sendCreateDemandByIdCRMUser(String strIdDemandType,
String strIdCRMUser,
String strIdStatusCRM,
String strStatusText,
String strData)
Deprecated.
|
String |
ICRMClientService.sendCreateDemandByIdCRMUser(String strIdDemandType,
String strIdCRMUser,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode)
Deprecated.
|
String |
ICRMClientService.sendCreateDemandByUserGuid(String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData)
This method calls create a new demand and gets the id demand
|
String |
ICRMClientService.sendCreateDemandByUserGuid(String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode)
This method calls create a new demand and gets the id demand
|
String |
ICRMClientService.sendCreateDemandByUserGuidV2(String strRemoteId,
String strIdDemandType,
String strUserGuid,
String strIdStatusCRM,
String strStatusText,
String strData,
String strCRMWebAppCode)
This method calls create a new demand using remote id and id demand type
|
void |
ICRMClientService.sendDeleteDemand(String strIdDemand)
This method delete a demand
|
void |
ICRMClientService.sendDeleteDemand(String strIdDemand,
String strCRMWebAppCode)
This method delete a demand
|
void |
ICRMClientService.sendDeleteDemandV2(String strRemoteId,
String strIdDemandType,
String strCRMWebAppCode)
This method delete a demand using remote id and id demand type
|
void |
ICRMClientService.sendUpdateDemand(String strIdDemand,
String strStatusText)
Update a demand
|
void |
ICRMClientService.sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode)
Update a demand
|
void |
ICRMClientService.sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM)
Update a demand
|
void |
ICRMClientService.sendUpdateDemand(String strIdDemand,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM,
String strData)
Update a demand
|
void |
ICRMClientService.sendUpdateDemandV2(String strRemoteId,
String strIdDemandType,
String strStatusText,
String strCRMWebAppCode,
String strIdStatusCRM,
String strData)
Update a demand using remote id and id demand type
|
Copyright © 2017 City of Paris. All rights reserved.