Uses of Enum Class
com.maplander.backend.enums.manage.DeviceTypeEnum
Packages that use DeviceTypeEnum
Package
Description
-
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionPropertyEndpoint.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) -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.createAccount
(String token, DeviceTypeEnum type, String appleId, Account account) AccountEndpoint.createUser
(String token, DeviceTypeEnum type, String appId, User user) Create an User Lite in OPI.PaymentEndpoint.createUserAndToken
(String token, DeviceTypeEnum type, String appleId, User user) AccountEndpoint.createUserDefault
(String token, DeviceTypeEnum type, String appleId, String emailType, User user) AccountEndpoint.createUserFree
(String token, DeviceTypeEnum type, String appId, User user) PropertyEndpoint.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.signIn
(javax.servlet.http.HttpServletRequest request, String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language, Boolean skipSaveInteractions) Returns User with correct email and password.AccountEndpoint.signInAccountRequest
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, WebSiteEnum webSite, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) AccountEndpoint.signInApple
(String appleId, String token, DeviceTypeEnum type, LanguageTypeEnum language) AccountEndpoint.signInSocial
(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way.AccountEndpoint.signInWithLink
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUserAccountEndpoint.updateAccount
(javax.servlet.http.HttpServletRequest request, DeviceTypeEnum deviceType, Account account) Update user, office o BCard for OPI -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.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. -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.updateAccount
(javax.servlet.http.HttpServletRequest request, DeviceTypeEnum deviceType, PartnerAccount partnerAccount) -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.createUser
(String token, DeviceTypeEnum type, User user) Create an User Lite in OPI.AccountEndpoint.signIn
(String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language) Returns User with correct email and password.AccountEndpoint.signInSocial
(String token, DeviceTypeEnum type, User user) SignIn a User to OPI since social way.AccountEndpoint.signInWithLink
(TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUser -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.getCompleteProperty
(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Long id, Long userId, Boolean bot) 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. -
Uses of DeviceTypeEnum in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionTestEndpoint.searchDevice
(Long userId, DeviceTypeEnum type) TestEndpoint.sendAndTestNotifications
(Notification notification, DeviceTypeEnum deviceTypeEnum) TestEndpoint.sendCustomFCMPushOPI
(Message message, DeviceTypeEnum device) -
Uses of DeviceTypeEnum in com.maplander.backend.dao.manage
Methods in com.maplander.backend.dao.manage with parameters of type DeviceTypeEnum -
Uses of DeviceTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type DeviceTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return DeviceTypeEnumModifier and TypeMethodDescriptionstatic DeviceTypeEnum
DeviceTypeEnum.typeToEnum
(int type) static DeviceTypeEnum
Returns the enum constant of this class with the specified name.static DeviceTypeEnum[]
DeviceTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeviceTypeEnum in com.maplander.backend.model.maketing
Methods in com.maplander.backend.model.maketing that return DeviceTypeEnumModifier and TypeMethodDescriptionMarketingCron.getDeviceTypeEnum()
MarketingPanel.getDeviceTypeEnum()
MarketingToken.getType()
Methods in com.maplander.backend.model.maketing with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionvoid
MarketingCron.setDeviceTypeEnum
(DeviceTypeEnum deviceTypeEnum) void
MarketingPanel.setDeviceTypeEnum
(DeviceTypeEnum deviceTypeEnum) void
MarketingToken.setType
(DeviceTypeEnum type) -
Uses of DeviceTypeEnum in com.maplander.backend.model.maketing.dao
Methods in com.maplander.backend.model.maketing.dao that return DeviceTypeEnumModifier and TypeMethodDescriptionMarketingPanelG.getDeviceTypeEnum()
MarketingPanelRV.getDeviceTypeEnum()
Methods in com.maplander.backend.model.maketing.dao with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionvoid
MarketingPanelG.setDeviceTypeEnum
(DeviceTypeEnum deviceTypeEnum) void
MarketingPanelRV.setDeviceTypeEnum
(DeviceTypeEnum deviceTypeEnum) -
Uses of DeviceTypeEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return DeviceTypeEnumMethods in com.maplander.backend.model.manage with parameters of type DeviceTypeEnumConstructors in com.maplander.backend.model.manage with parameters of type DeviceTypeEnum -
Uses of DeviceTypeEnum in com.maplander.backend.model.ml
Methods in com.maplander.backend.model.ml that return DeviceTypeEnumMethods in com.maplander.backend.model.ml with parameters of type DeviceTypeEnumConstructors in com.maplander.backend.model.ml with parameters of type DeviceTypeEnum -
Uses of DeviceTypeEnum in com.maplander.backend.model.ml.complex
Methods in com.maplander.backend.model.ml.complex that return DeviceTypeEnumMethods in com.maplander.backend.model.ml.complex with parameters of type DeviceTypeEnum -
Uses of DeviceTypeEnum in com.maplander.backend.model.notification
Methods in com.maplander.backend.model.notification that return DeviceTypeEnumMethods in com.maplander.backend.model.notification with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionvoid
NotificationRVToken.setDeviceType
(DeviceTypeEnum deviceType) Constructors in com.maplander.backend.model.notification with parameters of type DeviceTypeEnumModifierConstructorDescriptionNotificationRVToken
(String device, NotificationTypeEnum type, DeviceTypeEnum deviceType, Message message) -
Uses of DeviceTypeEnum in com.maplander.backend.model.stream
Methods in com.maplander.backend.model.stream that return DeviceTypeEnumMethods in com.maplander.backend.model.stream with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionvoid
ErrorService.setDevice
(DeviceTypeEnum device) void
Interaction.setDevice
(DeviceTypeEnum device) Constructors in com.maplander.backend.model.stream with parameters of type DeviceTypeEnumModifierConstructorDescriptionErrorService
(DeviceTypeEnum device, String method, String description, String platform, String codeError) Interaction
(Long referenceId, ModelTypeEnum modelType, TypeEnum type, WebSiteEnum webSite, DeviceTypeEnum device, javax.servlet.http.HttpServletRequest request) -
Uses of DeviceTypeEnum in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type DeviceTypeEnumModifier and TypeMethodDescriptionstatic void
SendNotificationRV.createNotifications
(NotificationRVToken notification, DeviceTypeEnum deviceTypeEnum)