Class AccountEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.common.AccountEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancelEmail(Long userId, WebSiteEnum webSite) getAccountByEmail(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) listUserByOfficeAndPermissions(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) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
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
-
listUserByOfficeAndPermissions
-
cancelEmail
-