Class BQueryUser

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

public class BQueryUser extends Object
  • Constructor Details

    • BQueryUser

      public BQueryUser()
  • Method Details

    • insert

      public static User insert(User user)
    • updateUserBQ

      public static void updateUserBQ(User user)
    • queryUserTotal

      public static int queryUserTotal()
    • queryUserTotalSoundex

      public static Integer queryUserTotalSoundex(String user)
    • queryOfficeTotalSoundex

      public static Integer queryOfficeTotalSoundex(String office)
    • queryUserSoundex

      public static List<FirgumUser> queryUserSoundex(String user, Integer limit, Integer cursor, Boolean paging)
    • queryOfficeSoundexAndContention

      public static List<AccountMap> queryOfficeSoundexAndContention(String user, Integer limit, Integer cursor)
    • getExistUser

      public static Long getExistUser(Long id)
    • queryUser

      public static List<FirgumUser> queryUser(Integer limit, Integer cursor)
    • idsUserByBrand

      public static List<Long> idsUserByBrand(BrandTypeEnum brand)
    • listUserByOfficeIdBQ

      public static List<User> listUserByOfficeIdBQ(Long officeId)