Uses of Class
com.maplander.backend.model.manage.User
Packages that use User
Package
Description
-
Uses of User in com.maplander.backend.controller.businessrule.mlsuniversal
Methods in com.maplander.backend.controller.businessrule.mlsuniversal that return UserModifier and TypeMethodDescriptionstatic UserBRUserMLS.fillDefault(String name, String lastName, String email) Methods in com.maplander.backend.controller.businessrule.mlsuniversal with parameters of type UserModifier and TypeMethodDescriptionstatic StringBRUserMLS.compareUpdateUser(User currentUser, User updatedUser) static StringBRUserMLS.validateMLSBasicInfo(User user) -
Uses of User in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type UserModifier and TypeMethodDescriptionstatic NotificationBRNotification.buildAnnounceRequestNotification(User user, User userToSend, Property property) static booleanBRUser.canBuildBCard(User user, Office office) static StringBRUser.compareUpdateUser(User currentUser, User newUser) static StringBRUser.fillCustom(User user) static StringBRUser.fillDefault(User user) static StringBRUser.fillDefaultInOffice(User user) static voidBRNotification.sendAnnounceReadyNotification(User user, Property property) static voidBRNotification.sendRequestedNotification(User user, Property property) static voidBRUser.upgradeNewUserWithCurrentUser(User newUser, User currentUser) static StringBRUser.validateBasicInfo(User user) -
Uses of User in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type UserModifier and TypeMethodDescriptionBotEndpoint.getUserByBotNumber(String apiKey, String botNumber) WhatsAppBotEndpoint.getUserByUserIds(String apiKey, Long userId) Methods in com.maplander.backend.controller.endpoint.bot with parameters of type UserModifier and TypeMethodDescriptionBotEndpoint.createUserBot(String apiKey, User user) WhatsAppBotEndpoint.createUserWithWhatsApp(String apiKey, User user) -
Uses of User in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type UserModifier and TypeMethodDescriptionAccountEndpoint.listUserByOffice(Long officeId) AccountEndpoint.resetPassword(String apiKey, Long userId, String password) -
Uses of User in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type UserModifier and TypeMethodDescriptionMigration2022Endpoint.changeOfficeInUserV2(String apiKey, String email, String newEmailAdmin) Migration2023Endpoint.fixThumbnailBCDevelop(String apiKey, Long userId) FixEndpoint.generateAccountDoc(BrandTypeEnum brand, Integer limit, String cursor) CronEndpoint.getUsersByBrand(BrandTypeEnum brand, Integer limit, String cursor) Migration2022Endpoint.getUsersWithoutPhone(Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.cron with parameters of type UserModifier and TypeMethodDescriptionstatic DefaultResponseLeadsCronEndpoint.sendCommunicationsCron(Lead lead, Property property, User user, String sHash) static voidLeadsCronEndpoint.sendNotifications(Lead lead, User user, Property property) static voidLeadsCronEndpoint.sendNotificationsRequest(Property property, Lead lead, User user) static DefaultResponseLeadsCronEndpoint.sendRequestCron(Lead lead, Property property, User user, String sHash) static voidLeadsCronEndpoint.sendWhatsRequest(Lead lead, User user) -
Uses of User in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type UserModifier and TypeMethodDescriptionAccountEndpoint.addShortIdToUser(Long bCardId, int shortId) AccountEndpoint.changePassword(String password, Long userId) AccountEndpoint.createUserInOffice(User user) AccountEndpoint.getUserByBCardId(Long bCardId) AccountEndpoint.getUserById(Long id) get complete User by idAccountEndpoint.listUserByOffice(Long officeId) AccountEndpoint.updateUser(String apiKey, User user) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type UserModifier and TypeMethodDescriptionMarketingEndpoint.coreSendWebinar(User user, int template) AccountEndpoint.createUser(String token, DeviceTypeEnum type, String appId, User user) Create an User Lite in OPI.PaymentEndpoint.createUserAndToken(String token, DeviceTypeEnum type, String appleId, User user) AccountEndpoint.createUserDefault(String token, DeviceTypeEnum type, String appleId, String emailType, User user) AccountEndpoint.createUserFree(String token, DeviceTypeEnum type, String appId, User user) AccountEndpoint.createUserInOffice(User user) static voidMarketingEndpoint.sendMarketingWhatsApp(NotificationTypeEnum typeNotification, Marketing marketing, User user) static voidMarketingEndpoint.sendTelegram(Marketing marketing, NotificationTypeEnum typeNotification, User user) AccountEndpoint.signInSocial(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way.AccountEndpoint.updateUser(String apiKey, User user) -
Uses of User in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type User -
Uses of User in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type UserModifier and TypeMethodDescriptionAccountEndpoint.createUserInOffice(User user) AccountEndpoint.getUserById(Long id) get complete User by idAccountEndpoint.listUserByOffice(Long officeId) Methods in com.maplander.backend.controller.endpoint.opi with parameters of type UserModifier and TypeMethodDescriptionAccountEndpoint.createUser(String token, DeviceTypeEnum type, User user) Create an User Lite in OPI.AccountEndpoint.createUserInOffice(User user) AccountEndpoint.signInSocial(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way. -
Uses of User in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type UserModifier and TypeMethodDescriptionTestEndpoint.listUsersByType(String apiKey, AccountTypeEnum type, Integer limit, String cursor) -
Uses of User in com.maplander.backend.controller.enqueue.Lead
Methods in com.maplander.backend.controller.enqueue.Lead with parameters of type UserModifier and TypeMethodDescriptionstatic voidLeadEnqueue.enqueueReassignedLead(Lead lead, User user, Property property) -
Uses of User in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type UserMethods in com.maplander.backend.dao.manage that return UserModifier and TypeMethodDescriptionstatic Userstatic UserUserDAO.loadByBCardId(Long bCardId) static Userstatic UserUserDAO.loadByEmail(String email) static UserUserDAO.loadByEmail(String email, BrandTypeEnum brand) static UserUserDAO.loadByEmailRV(String email) static UserUserDAO.loadByPhoneNumber(String whatsApp) Methods in com.maplander.backend.dao.manage that return types with arguments of type UserModifier and TypeMethodDescriptionUserDAO.list()static com.google.api.server.spi.response.CollectionResponse<User> static com.google.api.server.spi.response.CollectionResponse<User> UserDAO.listAllByBrand(BrandTypeEnum brand, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<User> UserDAO.listAllByRole(RoleTypeEnum role, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<User> UserDAO.listByBrand(BrandTypeEnum brand, Integer limit, String cursor, Long time) UserDAO.listByOffice(Long officeId) UserDAO.listByWhatsApp(String whatsApp) UserDAO.listByWord(String word) Methods in com.maplander.backend.dao.manage with parameters of type UserModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidUserDAO.saveNotSafe(User user) Method parameters in com.maplander.backend.dao.manage with type arguments of type User -
Uses of User in com.maplander.backend.model.gift
Constructors in com.maplander.backend.model.gift with parameters of type User -
Uses of User in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return UserMethods in com.maplander.backend.model.manage with parameters of type UserConstructors in com.maplander.backend.model.manage with parameters of type UserModifierConstructorDescriptionPermissions(User user) UnsubscribeGlobal(User user, int status, String xSesMessageTags) UnsubscribeGlobal(User user, String xSesMessageTags) UserToClean(User user) UserToDelete(User user) -
Uses of User in com.maplander.backend.model.manage.bc
Constructors in com.maplander.backend.model.manage.bc with parameters of type User -
Uses of User in com.maplander.backend.model.manage.commission
Methods in com.maplander.backend.model.manage.commission with parameters of type User -
Uses of User in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return UserModifier and TypeMethodDescriptionAccount.getUser()FullProperty.getUser()InteractionsCard.getUser()UserBCard.getUser()Methods in com.maplander.backend.model.manage.complex that return types with arguments of type UserMethods in com.maplander.backend.model.manage.complex with parameters of type UserModifier and TypeMethodDescriptionstatic voidBCardUser.fillUserBC(User user) voidvoidvoidvoidMethod parameters in com.maplander.backend.model.manage.complex with type arguments of type UserConstructors in com.maplander.backend.model.manage.complex with parameters of type UserModifierConstructorDescriptionAccount(Office office, User user, BCard bCard, Permissions permissions) Account(Office office, User user, Permissions permissions) ClientComplete(Client client, User user) SQLAccount(User user, Office office) ThanksPageMail(Office office, User user) UserMigration(User user, Office office) Constructor parameters in com.maplander.backend.model.manage.complex with type arguments of type User -
Uses of User in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type User -
Uses of User in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead with parameters of type UserModifier and TypeMethodDescriptionvoidConstructors in com.maplander.backend.model.manage.lead with parameters of type UserModifierConstructorDescriptionLeadUser(User user, LeadUserOfficeTypeEnum type) LeadUser(User user, UserML userML, LeadUserOfficeTypeEnum type, String message) LeadUserInfo(User user) PreContact(Lead lead, Property property, User user) -
Uses of User in com.maplander.backend.model.manage.LinkXML
Methods in com.maplander.backend.model.manage.LinkXML with parameters of type UserModifier and TypeMethodDescriptionPropertyPortal.fillPropertyPortal(Office office, User user, Property property) -
Uses of User in com.maplander.backend.model.manage.mlsuniversal
Constructors in com.maplander.backend.model.manage.mlsuniversal with parameters of type UserModifierConstructorDescriptionPermissionMlsU(LevelMlsU level, User user, MLSPermissionsRolEnum role) -
Uses of User in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return UserMethods in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type UserConstructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type UserModifierConstructorDescriptionAccountMlsU(User user, Office office, List<PermissionLevelMlsU> permissionLevelMlsU) -
Uses of User in com.maplander.backend.model.manage.property
Constructors in com.maplander.backend.model.manage.property with parameters of type UserModifierConstructorDescriptionPropertyExpired(Property property, User user) PropertyUserLite(Property property, User user) -
Uses of User in com.maplander.backend.model.manage.request
Constructors in com.maplander.backend.model.manage.request with parameters of type User -
Uses of User in com.maplander.backend.model.manage.whatsAppBot
Constructors in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserModifierConstructorDescriptionUserWhatsApp(User user) UserWhatsApp(User user, UserWhatsApp userWhatsApp) UserWhatsApp(User user, String waId) -
Uses of User in com.maplander.backend.model.payment
Methods in com.maplander.backend.model.payment that return UserMethods in com.maplander.backend.model.payment with parameters of type UserConstructors in com.maplander.backend.model.payment with parameters of type UserModifierConstructorDescriptionPaymentUser(User user) PaymentUser(Subscription.Client client, User user) -
Uses of User in com.maplander.backend.model.sendEmail
Methods in com.maplander.backend.model.sendEmail with parameters of type UserModifier and TypeMethodDescriptionvoidRequestCommission.fillCommission(UserML user, User userOwen, Property property) voidOfferNotification.fillOfferNotification(User user, UserML userML, Property property, Offer offer) voidRequestInfo.fillRequestInfo(User user, Property property) voidRequestInfo.fillRequestInfoOPI(User user, Office office) Constructors in com.maplander.backend.model.sendEmail with parameters of type UserModifierConstructorDescriptionCommission(User userOwen, User user, Office office, Property property) -
Uses of User in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type UserModifier and TypeMethodDescriptionstatic voidSendEmail.acceptGift(String name, User user, String link) static voidSendEmailV2.changeSubscriptionTrial(User user, PaymentUser paymentUser, String hash) static booleanSendEmail.commission(User user, Office office, Property property, String template) SendEmail.connectEmail(User user) static PaymentUserSubscription.createCostumer(User user, Office office, String token) static booleanSendEmail.cronEmailView(List<LeadInfo> leadInfo, User user) static Stringstatic voidstatic voidSendEmail.invitation(User user, String hash, String namePrincipal) static voidSendEmailV2.invitation(User user, String hash, String namePrincipal) static voidSendEmail.paymentEmailError(User user, String sHash, PaymentUser paymentUser) static voidSendEmail.paymentEmailRecurrent(User user, PaymentUser paymentUser) static voidSendEmailV2.paymentEmailRecurrent(User user, PaymentUser paymentUser, String hash) Deprecated.static voidSendEmail.plansApple(User user) static booleanSendEmailV2.recoverPasswordFIABCI(User user, String url) static voidSendEmail.requested(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static voidSendEmail.requestInfo(User user, Lead lead, Property property, String url) static voidSendEmailV2.requestInfo(User user, Lead lead, Property property, String hash) static voidSendEmailV2.sendAdNotification(Ad ad, User user, String url, SendAdTypeEnum sendAdTypeEnum) static voidSendEmailV2.sendExpiredAdEmail(User user, Property property, AdTotals adTotals, String sHash, boolean end) static voidSendEmailV2.sendIncompleteUser(User user, String hash) static voidSendEmailV2.sendOpinionLead(Lead lead, User user) static voidSendEmailV2.sendPaymentNotification(User user, double price, String description) static voidSendEmailV2.sendPaymentNotificationForAdmin(User user, User admin, double price, String description) static voidSendEmailV2.sendRemember(User user, Long propertyId, Long leadId, String uName) static voidstatic booleanSendEmailV2.sendUpdatePlanIOS(User user, String url) static voidSendEmailV2.sendWebinar(User user, String url, int template) static voidSendEmail.thankfulRequest(User user, Lead lead, Property property) static voidSendEmailV2.thankfulRequest(User user, Lead lead, Property property) static booleanSendEmail.viewProperty(User user, Property property) -
Uses of User in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return UserMethods in com.maplander.backend.utils.bquery that return types with arguments of type UserMethods in com.maplander.backend.utils.bquery with parameters of type User -
Uses of User in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type UserModifier and TypeMethodDescriptionstatic NotificationSendNotification.fillRequestNotification(Property property, Lead lead, User user) static voidSendBotNotification.sendConfirmDateWebinar(User user) static voidSendWhatsApp.sendDuplicateNumber(UserWhatsApp existingWA, User newUser) static StringSendWhatsApp.sendRequestInfo(Lead lead, User user, User client) static StringSendWhatsApp.sendRequestInfoRV(Lead lead, User user, UserML client) static Stringstatic StringSendWhatsApp.sendUpdatePlanIOSWhats(User user, String urlParam) static voidSendBotNotification.sendWebinarWhats(User user) static voidSendWhatsApp.sendWelcomeBot(User user) static voidSendWhatsApp.validateUserWhatsApp(User agent, User client) static voidSendWhatsApp.validateUserWhatsAppRV(User agent, UserML client)