Uses of Class
com.maplander.backend.model.manage.complex.Account
Packages that use Account
Package
Description
-
Uses of Account in com.maplander.backend.controller.businessrule.cron
Methods in com.maplander.backend.controller.businessrule.cron with parameters of type AccountModifier and TypeMethodDescriptionstatic String
Migration2022BR.validateAccount
(Account account) static String
Migration2022BR.validateOffice
(Account account) -
Uses of Account in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi that return Account -
Uses of Account in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type AccountModifier and TypeMethodDescriptionBotEndpoint.createUserBot
(String apiKey, User user) WhatsAppBotEndpoint.createUserWithWhatsApp
(String apiKey, User user) BotEndpoint.getAccount
(String apiKey, Long userId) BotEndpoint.registerBot
(String apiKey, String hash) -
Uses of Account in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountEndpoint.getAccountByEmail
(String email) AccountEndpoint.getUserAndOffice
(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) -
Uses of Account in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type AccountModifier and TypeMethodDescriptionMigration2022Endpoint.getAccount
(Long userId) MigrationEndpoint.getAccount
(BrandTypeEnum brand, String email, Long userId) Migration2022Endpoint.listAccountsByBrand
(BrandTypeEnum brand, Integer limit, String cursor) Migration2022Endpoint.listAccountsWithoutBCByBrand
(BrandTypeEnum brand) Migration2022Endpoint.saveAccount
(Account account) Migration2023Endpoint.saveFixedLocationOfficeOnly202306
(String apiKey, Account account) Migration2023Endpoint.saveFixedOfficeOnly202305
(String apiKey, Account account) Migration2023Endpoint.saveOfficeAddressOnly202305
(String apiKey, Account account) Migration2023Endpoint.saveUserOfficeOnly202305
(String apiKey, String email, Long oldOfficeId, Long newOfficeId) Methods in com.maplander.backend.controller.endpoint.cron with parameters of type AccountModifier and TypeMethodDescriptionFixEndpoint.putInDocument
(Account account) Migration2022Endpoint.saveAccount
(Account account) Migration2023Endpoint.saveFixedLocationOfficeOnly202306
(String apiKey, Account account) Migration2023Endpoint.saveFixedOfficeOnly202305
(String apiKey, Account account) Migration2023Endpoint.saveOfficeAddressOnly202305
(String apiKey, Account account) -
Uses of Account in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountEndpoint.createAccount
(String token, DeviceTypeEnum type, String appleId, Account account) AccountEndpoint.createUser
(String token, DeviceTypeEnum type, String appId, User user) Create an User Lite in OPI.AccountEndpoint.createUserDefault
(String token, DeviceTypeEnum type, String appleId, String emailType, User user) AccountEndpoint.createUserFree
(String token, DeviceTypeEnum type, String appId, User user) AccountEndpoint.getAccountByBCardId
(Long bCardId) GiftEndpoint.getAccountWithLink
(Long userId) AccountEndpoint.getUserAndOffice
(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) AccountEndpoint.listAllAdmin
(Integer limit, String cursor) AccountEndpoint.listUsersByRole
(RoleTypeEnum role, Integer limit, String cursor) AccountEndpoint.signIn
(javax.servlet.http.HttpServletRequest request, String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language, Boolean skipSaveInteractions) Returns User with correct email and password.AccountEndpoint.signInApple
(String appleId, String token, DeviceTypeEnum type, LanguageTypeEnum language) AccountEndpoint.signInSocial
(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way.AccountEndpoint.signInWithLink
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUserAccountEndpoint.specialLogin
(String email, String password, String emailUser) AccountEndpoint.updateAccount
(javax.servlet.http.HttpServletRequest request, DeviceTypeEnum deviceType, Account account) Update user, office o BCard for OPIAccountEndpoint.updateOfficeAndUserOPI
(Account account) update office and userMethods in com.maplander.backend.controller.endpoint.fiabci with parameters of type AccountModifier and TypeMethodDescriptionAccountEndpoint.createAccount
(String token, DeviceTypeEnum type, String appleId, Account account) AccountEndpoint.updateAccount
(javax.servlet.http.HttpServletRequest request, DeviceTypeEnum deviceType, Account account) Update user, office o BCard for OPIAccountEndpoint.updateOfficeAndUserOPI
(Account account) update office and user -
Uses of Account in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountEndpoint.createUser
(String token, DeviceTypeEnum type, User user) Create an User Lite in OPI.AccountEndpoint.getUserAndOffice
(Long userId) AccountEndpoint.listAllAdmin
(Integer limit, String cursor) AccountEndpoint.signIn
(String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language) Returns User with correct email and password.AccountEndpoint.signInSocial
(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way.AccountEndpoint.signInWithLink
(TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUserAccountEndpoint.updateAccount
(Account account) Update user, office o BCard for OPIAccountEndpoint.updateOfficeAndUserOPI
(Account account) update office and userMethods in com.maplander.backend.controller.endpoint.opi with parameters of type AccountModifier and TypeMethodDescriptionAccountEndpoint.updateAccount
(Account account) Update user, office o BCard for OPIAccountEndpoint.updateOfficeAndUserOPI
(Account account) update office and user -
Uses of Account in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type AccountModifier and TypeMethodDescriptionPublishRVEndpoint.createAccount
(Account account) PublishRVEndpoint.createAccountGlobalInRV
(UserML user) DashBoardEndpoint.getAccountByBCardIdRV
(Long bCardId) PublishRVEndpoint.getUserByEmail
(String email) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type Account -
Uses of Account in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test with parameters of type AccountModifier and TypeMethodDescriptionTestEndpoint.updateSQLTest
(Account account, String apiKey, Integer num) -
Uses of Account in com.maplander.backend.document
Methods in com.maplander.backend.document with parameters of type Account -
Uses of Account in com.maplander.backend.model.gift
Constructors in com.maplander.backend.model.gift with parameters of type Account -
Uses of Account in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return AccountMethods in com.maplander.backend.model.manage.complex with parameters of type AccountConstructors in com.maplander.backend.model.manage.complex with parameters of type AccountModifierConstructorDescriptionAccountLite
(Account account) AccountRequest
(Account account, CompleteProperty property, Lead lead) -
Uses of Account in com.maplander.backend.model.manage.lead
Constructors in com.maplander.backend.model.manage.lead with parameters of type Account -
Uses of Account in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return AccountMethods in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type AccountConstructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type Account -
Uses of Account in com.maplander.backend.model.payment
Methods in com.maplander.backend.model.payment that return AccountMethods in com.maplander.backend.model.payment with parameters of type Account -
Uses of Account in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return AccountModifier and TypeMethodDescriptionstatic Account
Utilities.getAccountWithOfficeId
(Long officeId) static Account
Utilities.getAccountWithUserId
(Long userId) Methods in com.maplander.backend.utils with parameters of type Account