Uses of Class
com.maplander.backend.model.manage.complex.AccountLite
Packages that use AccountLite
Package
Description
-
Uses of AccountLite in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type AccountLiteModifier and TypeMethodDescriptionAccountEndpoint.listAccountLiteByOfficeName
(String officeName) AccountEndpoint.listAccountLiteByOfficeNamePaged
(String officeName, Integer cursor, Integer limit) AccountEndpoint.queryOfficeAndUsers
(Integer limit, String cursor, FilterAccount filter) AccountEndpoint.userWithBCardRandom
(javax.servlet.http.HttpServletRequest request, int size, Integer limit, String cursor, WebSiteEnum webSite) -
Uses of AccountLite in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type AccountLiteModifier and TypeMethodDescriptionCronEndpoint.getAccountByBrand
(BrandTypeEnum brand, Integer limit, String cursor) -
Uses of AccountLite in com.maplander.backend.document
Methods in com.maplander.backend.document that return types with arguments of type AccountLiteModifier and TypeMethodDescriptionstatic EntityCollectionResponse
<AccountLite> AccountDoc.loadByQuery
(String queryString, com.google.appengine.api.search.SortOptions sortOptions, Integer limit, String cursor) -
Uses of AccountLite in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return types with arguments of type AccountLiteModifier and TypeMethodDescriptionstatic List
<AccountLite> BQ_Util_OldOPI.queryAccountLiteByOfficeName
(String officeName, Integer limit, Integer cursor)