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 booleandeleteClientBQ(Long id) static ClientinsertClientBQ(Client client) static List<ClientComplete> listClientCompleteDefault(String query) static StringnormalizeStringL(String str) static StringqueryClientProperty(Integer limit, Integer cursor, Long propertyId) static StringBuilderqueryDefaultListClient(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 LongupdateClientBQ(Client client)
-
Constructor Details
-
BQueryClient
public BQueryClient()
-
-
Method Details
-
queryDefaultListClient
-
listClientCompleteDefault
-
queryListClientWithFilter
-
queryListClientByName
-
queryClientProperty
-
clientCompleteList
-
insertClientBQ
-
updateClientBQ
-
deleteClientBQ
-
normalizeStringL
-