Class BQueryUser
java.lang.Object
com.maplander.backend.utils.bquery.BQueryUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Long
getExistUser
(Long id) idsUserByBrand
(BrandTypeEnum brand) static User
listUserByOfficeIdBQ
(Long officeId) static List
<AccountMap> queryOfficeSoundexAndContention
(String user, Integer limit, Integer cursor) static Integer
queryOfficeTotalSoundex
(String office) static List
<FirgumUser> static List
<FirgumUser> queryUserSoundex
(String user, Integer limit, Integer cursor, Boolean paging) static int
static Integer
queryUserTotalSoundex
(String user) static void
updateUserBQ
(User user)
-
Constructor Details
-
BQueryUser
public BQueryUser()
-
-
Method Details
-
insert
-
updateUserBQ
-
queryUserTotal
public static int queryUserTotal() -
queryUserTotalSoundex
-
queryOfficeTotalSoundex
-
queryUserSoundex
-
queryOfficeSoundexAndContention
public static List<AccountMap> queryOfficeSoundexAndContention(String user, Integer limit, Integer cursor) -
getExistUser
-
queryUser
-
idsUserByBrand
-
listUserByOfficeIdBQ
-