Class BQueryClient
java.lang.Object
com.maplander.backend.utils.bquery.BQueryClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ClientComplete> clientCompleteList
(String query) static boolean
deleteClientBQ
(Long id) static Client
insertClientBQ
(Client client) static List
<ClientComplete> listClientCompleteDefault
(String query) static String
normalizeStringL
(String str) static String
queryClientProperty
(Integer limit, Integer cursor, Long propertyId) static StringBuilder
queryDefaultListClient
(Long officeId) static List
<ClientComplete> queryListClientByName
(Long officeId, String name, Integer limit, Integer cursor) static List
<ClientComplete> queryListClientWithFilter
(Long officeId, String name, String email, String phone, ClientStatusEnum status, Long assessorId, String assessorsName, Integer probability, Integer limit, Integer cursor) static Long
updateClientBQ
(Client client)
-
Constructor Details
-
BQueryClient
public BQueryClient()
-
-
Method Details
-
queryDefaultListClient
-
listClientCompleteDefault
-
queryListClientWithFilter
-
queryListClientByName
-
queryClientProperty
-
clientCompleteList
-
insertClientBQ
-
updateClientBQ
-
deleteClientBQ
-
normalizeStringL
-