Uses of Enum Class
com.maplander.backend.enums.lead.LeadTypeEnum
Packages that use LeadTypeEnum
Package
Description
-
Uses of LeadTypeEnum in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common with parameters of type LeadTypeEnumModifier and TypeMethodDescriptionLeadEndpoint.defaultListLead
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, boolean asc) LeadEndpoint.listLeadByOfficeAndType
(Long officeId, LeadTypeEnum type, Integer limit, String cursor) LeadEndpoint.listLeadByOfficeAndTypeOrderByDate
(Long officeId, LeadTypeEnum type, Boolean asc, Integer limit, String cursor) LeadEndpoint.listLeadByPropertyAndType
(Long propertyId, LeadTypeEnum type, Integer limit, String cursor) Return "lead" of property and type with correct officeId, type, limit(optional), cursor(optional)LeadEndpoint.listLeadsByOfficeAndTypeFree
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, boolean asc) -
Uses of LeadTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type LeadTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.createLead
(Long propertyId, Long fromUserId, LeadTypeEnum type, String message, Long userId) -
Uses of LeadTypeEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type LeadTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.createLead
(Long propertyId, Long userMLId, LeadTypeEnum type, String message, Long userId) AccountEndpoint.createLeadLite
(Long propertyId, LeadTypeEnum type, UserML userML) -
Uses of LeadTypeEnum in com.maplander.backend.dao.manage.lead
Methods in com.maplander.backend.dao.manage.lead with parameters of type LeadTypeEnumModifier and TypeMethodDescriptionstatic boolean
LeadDAO.leadExist
(Long propertyId, Long userMLId, LeadTypeEnum type) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listFavorites
(Long userMLId, LeadTypeEnum typeEnum, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndType
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndType2
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) Deprecated.static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndTypeDes
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) -
Uses of LeadTypeEnum in com.maplander.backend.enums.lead
Subclasses with type arguments of type LeadTypeEnum in com.maplander.backend.enums.leadMethods in com.maplander.backend.enums.lead that return LeadTypeEnumModifier and TypeMethodDescriptionstatic LeadTypeEnum
LeadTypeEnum.typeToEnum
(int type) static LeadTypeEnum
Returns the enum constant of this class with the specified name.static LeadTypeEnum[]
LeadTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LeadTypeEnum in com.maplander.backend.model.bot
Methods in com.maplander.backend.model.bot that return LeadTypeEnumMethods in com.maplander.backend.model.bot with parameters of type LeadTypeEnum -
Uses of LeadTypeEnum in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead that return LeadTypeEnumMethods in com.maplander.backend.model.manage.lead with parameters of type LeadTypeEnumConstructors in com.maplander.backend.model.manage.lead with parameters of type LeadTypeEnumModifierConstructorDescriptionLead
(Long userMLId, Long propertyId, LeadTypeEnum type) Lead
(Long userMLId, Long propertyId, LeadTypeEnum type, int appId) -
Uses of LeadTypeEnum in com.maplander.backend.utils
Fields in com.maplander.backend.utils declared as LeadTypeEnum