Uses of Enum Class
com.maplander.backend.enums.manage.interaction.WebSiteEnum
Packages that use WebSiteEnum
Package
Description
-
Uses of WebSiteEnum in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common with parameters of type WebSiteEnumModifier and TypeMethodDescriptionAccountEndpoint.cancelEmail(Long userId, WebSiteEnum webSite) AccountEndpoint.getUserAndOffice(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) PropertyEndpoint.queryPropertiesWithFilters(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer limit, String cursor, Filter filter) PropertyEndpoint.queryPropertiesWithFilters2(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer limit, String cursor, Filter filter) AccountEndpoint.userWithBCardRandom(javax.servlet.http.HttpServletRequest request, int size, Integer limit, String cursor, WebSiteEnum webSite) -
Uses of WebSiteEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type WebSiteEnumModifier and TypeMethodDescriptionPropertyEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer owner, Long id) PropertyEndpoint.getCompletePropertyBySku(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Long officeId, String sku, Integer owner) AccountEndpoint.getUserAndOffice(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, Long userId) AccountEndpoint.signInAccountRequest(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, WebSiteEnum webSite, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) -
Uses of WebSiteEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type WebSiteEnumModifier and TypeMethodDescriptionAccountEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Long id, Long userId, Boolean bot) -
Uses of WebSiteEnum in com.maplander.backend.enums.manage.interaction
Subclasses with type arguments of type WebSiteEnum in com.maplander.backend.enums.manage.interactionMethods in com.maplander.backend.enums.manage.interaction that return WebSiteEnumModifier and TypeMethodDescriptionstatic WebSiteEnumReturns the enum constant of this class with the specified name.static WebSiteEnum[]WebSiteEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WebSiteEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return WebSiteEnumMethods in com.maplander.backend.model.manage with parameters of type WebSiteEnumConstructors in com.maplander.backend.model.manage with parameters of type WebSiteEnum -
Uses of WebSiteEnum in com.maplander.backend.model.stream
Methods in com.maplander.backend.model.stream that return WebSiteEnumMethods in com.maplander.backend.model.stream with parameters of type WebSiteEnumConstructors in com.maplander.backend.model.stream with parameters of type WebSiteEnumModifierConstructorDescriptionInteraction(Long referenceId, ModelTypeEnum modelType, TypeEnum type, WebSiteEnum webSite, DeviceTypeEnum device, javax.servlet.http.HttpServletRequest request) -
Uses of WebSiteEnum in com.maplander.backend.repository.model_table.auxiliares
Methods in com.maplander.backend.repository.model_table.auxiliares that return WebSiteEnumModifier and TypeMethodDescriptionInteractionLastMonth.getWebSite()InteractionLastTwoWeeks.getWebSite()InteractionLastWeek.getWebSite()Methods in com.maplander.backend.repository.model_table.auxiliares with parameters of type WebSiteEnumModifier and TypeMethodDescriptionvoidInteractionLastMonth.setWebSite(WebSiteEnum webSite) voidInteractionLastTwoWeeks.setWebSite(WebSiteEnum webSite) voidInteractionLastWeek.setWebSite(WebSiteEnum webSite) -
Uses of WebSiteEnum in com.maplander.backend.repository.model_table.streaming
Methods in com.maplander.backend.repository.model_table.streaming that return WebSiteEnumModifier and TypeMethodDescriptionEmailCanceled.getWebSite()Interaction.getWebSite()Interaction20240531.getWebSite()Methods in com.maplander.backend.repository.model_table.streaming with parameters of type WebSiteEnumModifier and TypeMethodDescriptionvoidEmailCanceled.setWebSite(WebSiteEnum webSite) voidInteraction.setWebSite(WebSiteEnum webSite) voidInteraction20240531.setWebSite(WebSiteEnum webSite) Constructors in com.maplander.backend.repository.model_table.streaming with parameters of type WebSiteEnumModifierConstructorDescriptionEmailCanceled(Long id, Long userId, WebSiteEnum webSite, String email) Interaction(Long id, Long referenceId, ModelTypeEnum modelType, TypeEnum type, Date date, WebSiteEnum webSite, DeviceTypeEnum device, String userAgent)