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 DefaultResponseBRLead.validateParams(Long id, LeadUserOfficeTypeEnum type, UserML userML, boolean user, boolean lite) static DefaultResponseBRLead.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 LeadUserOfficeTypeEnumReturns 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 TypeMethodDescriptionvoidLeadUser.fillLead(String message, LeadUserOfficeTypeEnum type) voidLeadUser.fillLeadInfo(LeadUserOfficeTypeEnum type) voidLeadUser.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)