Class CRMBQueryEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.CRMBQueryEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTaskComplete
(Long taskId) listClientsByProperty
(Integer limit, Integer cursor, Long propertyId) listMyClientsBQ
(Integer limit, Integer probability, Long assessorId, String assessorsName, ClientStatusEnum status, String name, String email, String phone, Integer cursor, Long officeId) listPropertiesByClient
(Integer limit, Integer cursor, Long clientId) listTaskByClientId
(boolean asc, Integer limit, Integer cursor, Long clientId, TaskEnum taskEnum) listTaskByPropertyId
(boolean asc, Integer limit, Integer cursor, Long propertyId, TaskEnum taskEnum) listTaskByUserId
(boolean asc, Integer limit, Integer cursor, Long userId, TaskEnum taskEnum) searchClientByName
(String name, Long officeId, Integer limit, Integer cursor)
-
Constructor Details
-
CRMBQueryEndpoint
public CRMBQueryEndpoint()
-
-
Method Details
-
getTaskComplete
-
listTaskByOfficeId
public EntityCollectionResponse<TaskComplete> listTaskByOfficeId(Boolean asc, Integer limit, Integer cursor, Long officeId, TaskEnum taskEnum) -
listTaskByUserId
public EntityCollectionResponse<TaskComplete> listTaskByUserId(boolean asc, Integer limit, Integer cursor, Long userId, TaskEnum taskEnum) -
listTaskByClientId
public EntityCollectionResponse<TaskComplete> listTaskByClientId(boolean asc, Integer limit, Integer cursor, Long clientId, TaskEnum taskEnum) -
listTaskByPropertyId
public EntityCollectionResponse<TaskComplete> listTaskByPropertyId(boolean asc, Integer limit, Integer cursor, Long propertyId, TaskEnum taskEnum) -
listMyClientsBQ
public EntityCollectionResponse<ClientComplete> listMyClientsBQ(Integer limit, Integer probability, Long assessorId, String assessorsName, ClientStatusEnum status, String name, String email, String phone, Integer cursor, Long officeId) -
searchClientByName
public EntityCollectionResponse<ClientComplete> searchClientByName(String name, Long officeId, Integer limit, Integer cursor) -
listClientsByProperty
public EntityCollectionResponse<ClientComplete> listClientsByProperty(Integer limit, Integer cursor, Long propertyId) -
listPropertiesByClient
public EntityCollectionResponse<PropertyLite> listPropertiesByClient(Integer limit, Integer cursor, Long clientId)
-