Class BQueryLeads

java.lang.Object
com.maplander.backend.utils.bquery.BQueryLeads

public class BQueryLeads extends Object
  • Constructor Details

    • BQueryLeads

      public BQueryLeads()
  • Method Details

    • leadList

      public static List<Lead> leadList(String query)
    • queryListLeadByClient

      public static String queryListLeadByClient(Long clientId, Integer limit, Integer cursor)
    • insertLeadBQ

      public static Lead insertLeadBQ(Lead lead)
    • insertLeadsBQ

      public static List<Lead> insertLeadsBQ(List<Lead> leads)
    • updateLeadsBQ

      public static void updateLeadsBQ(List<Lead> leads)
    • updateLeadBQ

      public static Lead updateLeadBQ(Lead lead)
    • queryLeadsByIds

      public static String queryLeadsByIds(List<Long> leadIds)
    • leadsByIdsList

      public static Map<Long,Lead> leadsByIdsList(String query)
    • getLeadIds

      public static List<Long> getLeadIds(String query)
    • queryIdLeadByClientAndProperty

      public static String queryIdLeadByClientAndProperty(Long clientId, String collect)
    • getPropertiesMap

      public static Map<Long,Property> getPropertiesMap(String query)
    • queryPropertiesByIds

      public static String queryPropertiesByIds(String collect)