Uses of Class
com.maplander.backend.model.ml.UserML
Packages that use UserML
Package
Description
-
Uses of UserML in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type UserMLModifier and TypeMethodDescriptionstatic DefaultResponse
BRLead.validateParams
(Long id, LeadUserOfficeTypeEnum type, UserML userML, boolean user, boolean lite) -
Uses of UserML in com.maplander.backend.controller.businessrule.ml
Methods in com.maplander.backend.controller.businessrule.ml with parameters of type UserMLModifier and TypeMethodDescriptionstatic String
BRUserML.errorValidUpdatePerson
(UserML newUserML, UserML oldUserML) static String
BRUserML.validateBasicInfo
(UserML userML) static String
BRUserML.validateBasicInfoLite
(UserML userML) static void
BRUserML.validateLanguage
(UserML userML) -
Uses of UserML in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type UserML -
Uses of UserML in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml that return types with arguments of type UserMLModifier and TypeMethodDescriptionAccountEndpoint.createUserML
(UserML userML) Create a UserMLAccountEndpoint.getUserById
(Long id) AccountEndpoint.signIn
(String email, String password, LanguageTypeEnum language, String token, DeviceTypeEnum type) Returns UserML with correct email and password (optional).AccountEndpoint.signInWithLink
(Long id, String token, DeviceTypeEnum type) Returns UserML with correct valid and active Link with id.AccountEndpoint.updateUserML
(UserML userML) Update a UserMLMethods in com.maplander.backend.controller.endpoint.ml with parameters of type UserMLModifier and TypeMethodDescriptionAccountEndpoint.createUserML
(UserML userML) Create a UserMLAccountEndpoint.updateUserML
(UserML userML) Update a UserML -
Uses of UserML in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type UserMLModifier and TypeMethodDescriptionAccountEndpoint.createUserDefault
(String appleId, UserML userML) AccountEndpoint.createUserML
(String appleId, UserML userML) Create a UserMLAccountEndpoint.createUserMlLite
(UserML userML) AccountEndpoint.getUserById
(Long id) AccountEndpoint.signIn
(String email, String password, LanguageTypeEnum language, String token, DeviceTypeEnum type) Returns UserML with correct email and password (optional).AccountEndpoint.signInApple
(String appleId, LanguageTypeEnum language, String token, DeviceTypeEnum type) AccountEndpoint.signInLink
(String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) AccountEndpoint.signInWithLink
(Long id, String token, DeviceTypeEnum type) Returns UserML with correct valid and active Link with id.AccountEndpoint.updateUserML
(UserML userML) Update a UserMLMethods in com.maplander.backend.controller.endpoint.rv with parameters of type UserMLModifier and TypeMethodDescriptionPublishRVEndpoint.createAccountGlobalInRV
(UserML user) AccountEndpoint.createLeadLite
(Long propertyId, LeadTypeEnum type, UserML userML) LeadsUserEndpoint.createLeadOffice
(Long officeId, LeadUserOfficeTypeEnum type, String message, UserML userML) LeadsUserEndpoint.createLeadUser
(Long userId, LeadUserOfficeTypeEnum type, String message, UserML userML) AccountEndpoint.createUserDefault
(String appleId, UserML userML) AccountEndpoint.createUserML
(String appleId, UserML userML) Create a UserMLAccountEndpoint.createUserMlLite
(UserML userML) AccountEndpoint.fixResendsendRequestInfoLite202307
(Long propertyId, Long userId, String message, UserML userML, boolean test) Deprecated.AccountEndpoint.sendRequestInfoLite
(Long propertyId, Long userId, String message, UserML userML) AccountEndpoint.updateUserML
(UserML userML) Update a UserML -
Uses of UserML in com.maplander.backend.dao.ml
Fields in com.maplander.backend.dao.ml with type parameters of type UserMLMethods in com.maplander.backend.dao.ml that return UserMLModifier and TypeMethodDescriptionstatic UserML
static UserML
UserMLDAO.loadByEmail
(String email, BrandMLTypeEnum brand) Methods in com.maplander.backend.dao.ml that return types with arguments of type UserML -
Uses of UserML in com.maplander.backend.model.manage
Constructors in com.maplander.backend.model.manage with parameters of type UserML -
Uses of UserML in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead with parameters of type UserMLConstructors in com.maplander.backend.model.manage.lead with parameters of type UserMLModifierConstructorDescriptionLeadUser
(Office office, UserML userML, LeadUserOfficeTypeEnum type, String message) LeadUser
(User user, UserML userML, LeadUserOfficeTypeEnum type, String message) -
Uses of UserML in com.maplander.backend.model.manage.whatsAppBot
Constructors in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserMLModifierConstructorDescriptionUserWhatsAppRV
(UserML user) UserWhatsAppRV
(UserML user, String waId) -
Uses of UserML in com.maplander.backend.model.ml
Constructors in com.maplander.backend.model.ml with parameters of type UserML -
Uses of UserML in com.maplander.backend.model.sendEmail
Methods in com.maplander.backend.model.sendEmail with parameters of type UserMLModifier and TypeMethodDescriptionvoid
RequestCommission.fillCommission
(UserML user, User userOwen, Property property) void
OfferNotification.fillOfferNotification
(User user, UserML userML, Property property, Offer offer) void
RequestInfo.fillRequestInfoML
(UserML userML) -
Uses of UserML in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type UserMLModifier and TypeMethodDescriptionstatic boolean
SendEmailV2.recoverPasswordRV
(UserML userML, String url) static void
SendEmail.requested
(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static void
SendEmailV2.sendSearchResults
(List<PropertyLite> properties, UserML userML, SearchesRV searchesRV) SendEmail.suggestEmail
(UserML userML, String searchName, Long searchId, ArrayList<PropertyLiteSuggest> suggests) -
Uses of UserML in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type UserMLModifier and TypeMethodDescriptionstatic String
SendWhatsApp.sendRequestInfoRV
(Lead lead, User user, UserML client) static void
SendWhatsApp.validateUserWhatsAppRV
(User agent, UserML client)