Uses of Class
com.maplander.backend.model.manage.User
Packages that use User
Package
Description
-
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 Notification
BRNotification.buildAnnounceRequestNotification
(User user, User userToSend, Property property) static boolean
BRUser.canBuildBCard
(User user, Office office) static String
BRUser.compareUpdateUser
(User currentUser, User newUser) static String
BRUser.fillCustom
(User user) static String
BRUser.fillDefault
(User user) static String
BRUser.fillDefaultInOffice
(User user) static void
BRNotification.sendAnnounceReadyNotification
(User user, Property property) static void
BRNotification.sendRequestedNotification
(User user, Property property) static void
BRUser.upgradeNewUserWithCurrentUser
(User newUser, User currentUser) static String
BRUser.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) 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 DefaultResponse
LeadsCronEndpoint.sendCommunicationsCron
(Lead lead, Property property, User user, String sHash) static DefaultResponse
LeadsCronEndpoint.sendRequestCron
(Lead lead, Property property, User user, String sHash) static void
LeadsCronEndpoint.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.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 void
MarketingEndpoint.sendMarketingWhatsApp
(NotificationTypeEnum typeNotification, Marketing marketing, User user) static void
MarketingEndpoint.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.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.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 User
static User
UserDAO.loadByBCardId
(Long bCardId) static User
static User
UserDAO.loadByEmail
(String email) static User
UserDAO.loadByEmail
(String email, BrandTypeEnum brand) static User
UserDAO.loadByEmailRV
(String email) static User
UserDAO.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) Methods in com.maplander.backend.dao.manage with parameters of type UserModifier and TypeMethodDescriptionstatic void
static void
static void
UserDAO.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 UserModifierConstructorDescriptionUnsubscribeGlobal
(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 void
BCardUser.fillUserBC
(User user) void
void
void
void
Method 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 UserModifierConstructorDescriptionClientComplete
(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 TypeMethodDescriptionvoid
Constructors 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.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 TypeMethodDescriptionvoid
RequestCommission.fillCommission
(UserML user, User userOwen, Property property) void
OfferNotification.fillOfferNotification
(User user, UserML userML, Property property, Offer offer) void
RequestInfo.fillRequestInfo
(User user, Property property) void
RequestInfo.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 void
SendEmail.acceptGift
(String name, User user, String link) static void
SendEmailV2.changeSubscriptionTrial
(User user, PaymentUser paymentUser, String hash) static boolean
SendEmail.commission
(User user, Office office, Property property, String template) SendEmail.connectEmail
(User user) static PaymentUser
Subscription.createCostumer
(User user, Office office, String token) static boolean
SendEmail.cronEmailView
(List<LeadInfo> leadInfo, User user) static String
static void
static void
SendEmail.invitation
(User user, String hash, String namePrincipal) static void
SendEmailV2.invitation
(User user, String hash, String namePrincipal) static void
SendEmail.paymentEmailError
(User user, String sHash, PaymentUser paymentUser) static void
SendEmail.paymentEmailRecurrent
(User user, PaymentUser paymentUser) static void
SendEmailV2.paymentEmailRecurrent
(User user, PaymentUser paymentUser, String hash) Deprecated.static void
SendEmail.plansApple
(User user) static boolean
SendEmailV2.recoverPasswordFIABCI
(User user, String url) static void
SendEmail.requested
(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static void
SendEmail.requestInfo
(User user, Lead lead, Property property, String url) static void
SendEmailV2.requestInfo
(User user, Lead lead, Property property, String hash) static void
SendEmailV2.sendIncompleteUser
(User user, String hash) static void
SendEmailV2.sendOpinionLead
(Lead lead, User user) static void
SendEmailV2.sendRemember
(User user, Long propertyId, Long leadId, String uName) static void
static boolean
SendEmailV2.sendUpdatePlanIOS
(User user, String url) static void
SendEmailV2.sendWebinar
(User user, String url, int template) static void
SendEmail.thankfulRequest
(User user, Lead lead, Property property) static void
SendEmailV2.thankfulRequest
(User user, Lead lead, Property property) static boolean
SendEmail.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 void
SendBotNotification.sendConfirmDateWebinar
(User user) static String
SendWhatsApp.sendRequestInfo
(Lead lead, User user, User client) static String
SendWhatsApp.sendRequestInfoRV
(Lead lead, User user, UserML client) static String
static String
SendWhatsApp.sendUpdatePlanIOSWhats
(User user, String urlParam) static void
SendBotNotification.sendWebinarWhats
(User user) static void
SendWhatsApp.sendWelcomeBot
(User user) static void
SendWhatsApp.validateUserWhatsApp
(User agent, User client) static void
SendWhatsApp.validateUserWhatsAppRV
(User agent, UserML client)