Class AsyncCRMEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.asyncEndpoint.fiabci.AsyncCRMEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClientInPropertyAsync(String clientPropertyJson, String interestedJson) createClientsAsync(String clientsJson, Long propertyId) createTaskByStageAsync(String leadJson, String stagesStr) deleteClientInPropertyAsync(Long clientId, Long propertyId) updateTaskCounterAsync(Long leadId, String currentStage) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
AsyncCRMEndpoint
public AsyncCRMEndpoint()
-
-
Method Details
-
addClientInPropertyAsync
-
deleteClientInPropertyAsync
-
createClientsAsync
-
createTaskByStageAsync
-
updateTaskCounterAsync
-
sendTaskNotificationAsync
-