Class AccountEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.common.AccountEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAccountByEmail
(String email) getOfficeAndSubscription
(String email) getOfficeByEmail
(String email) getUserAndOffice
(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) listAccountLiteByOfficeName
(String officeName) listAccountLiteByOfficeNamePaged
(String officeName, Integer cursor, Integer limit) listUserByOffice
(Long officeId) queryOfficeAndUsers
(Integer limit, String cursor, FilterAccount filter) resetPassword
(String apiKey, Long userId, String password) userWithBCardRandom
(javax.servlet.http.HttpServletRequest request, int size, Integer limit, String cursor, WebSiteEnum webSite)
-
Constructor Details
-
AccountEndpoint
public AccountEndpoint()
-
-
Method Details
-
queryOfficeAndUsers
public EntityCollectionResponse<AccountLite> queryOfficeAndUsers(Integer limit, String cursor, FilterAccount filter) -
userWithBCardRandom
public EntityCollectionResponse<AccountLite> userWithBCardRandom(javax.servlet.http.HttpServletRequest request, int size, Integer limit, String cursor, WebSiteEnum webSite) -
getAccountByEmail
-
getOfficeAndSubscription
-
resetPassword
-
getOfficeByEmail
-
listAccountLiteByOfficeName
-
listAccountLiteByOfficeNamePaged
public EntityCollectionResponse<AccountLite> listAccountLiteByOfficeNamePaged(String officeName, Integer cursor, Integer limit) -
getUserAndOffice
public EntityResponse<Account> getUserAndOffice(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) -
listUserByOffice
-