Uses of Enum Class
com.maplander.backend.enums.lead.LeadUserOfficeTypeEnum
Packages that use LeadUserOfficeTypeEnum
Package
Description
-
Uses of LeadUserOfficeTypeEnum in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type LeadUserOfficeTypeEnumModifier and TypeMethodDescriptionstatic DefaultResponse
BRLead.validateParams
(Long id, LeadUserOfficeTypeEnum type, UserML userML, boolean user, boolean lite) static DefaultResponse
BRLead.validateType
(LeadUserOfficeTypeEnum type, boolean user) -
Uses of LeadUserOfficeTypeEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type LeadUserOfficeTypeEnumModifier and TypeMethodDescriptionLeadsUserEndpoint.createLeadOffice
(Long officeId, LeadUserOfficeTypeEnum type, String message, UserML userML) LeadsUserEndpoint.createLeadOfficeLite
(Long officeId, LeadUserOfficeTypeEnum type) LeadsUserEndpoint.createLeadUser
(Long userId, LeadUserOfficeTypeEnum type, String message, UserML userML) LeadsUserEndpoint.createLeadUserLite
(Long userId, LeadUserOfficeTypeEnum type) -
Uses of LeadUserOfficeTypeEnum in com.maplander.backend.enums.lead
Subclasses with type arguments of type LeadUserOfficeTypeEnum in com.maplander.backend.enums.leadMethods in com.maplander.backend.enums.lead that return LeadUserOfficeTypeEnumModifier and TypeMethodDescriptionstatic LeadUserOfficeTypeEnum
Returns the enum constant of this class with the specified name.static LeadUserOfficeTypeEnum[]
LeadUserOfficeTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LeadUserOfficeTypeEnum in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead that return LeadUserOfficeTypeEnumMethods in com.maplander.backend.model.manage.lead with parameters of type LeadUserOfficeTypeEnumModifier and TypeMethodDescriptionvoid
LeadUser.fillLead
(String message, LeadUserOfficeTypeEnum type) void
LeadUser.fillLeadInfo
(LeadUserOfficeTypeEnum type) void
LeadUser.setType
(LeadUserOfficeTypeEnum type) Constructors in com.maplander.backend.model.manage.lead with parameters of type LeadUserOfficeTypeEnumModifierConstructorDescriptionLeadUser
(Office office, LeadUserOfficeTypeEnum type) LeadUser
(Office office, UserML userML, LeadUserOfficeTypeEnum type, String message) LeadUser
(User user, LeadUserOfficeTypeEnum type) LeadUser
(User user, UserML userML, LeadUserOfficeTypeEnum type, String message)