Uses of Enum Class
com.maplander.backend.enums.manage.RoleTypeEnum
Packages that use RoleTypeEnum
Package
Description
-
Uses of RoleTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.listUsersByRole
(RoleTypeEnum role, Integer limit, String cursor) -
Uses of RoleTypeEnum in com.maplander.backend.dao.manage
Methods in com.maplander.backend.dao.manage with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<User> UserDAO.listAllByRole
(RoleTypeEnum role, Integer limit, String cursor, Long time) -
Uses of RoleTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type RoleTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return RoleTypeEnumModifier and TypeMethodDescriptionstatic RoleTypeEnum
RoleTypeEnum.typeToEnum
(int type) static RoleTypeEnum
Returns the enum constant of this class with the specified name.static RoleTypeEnum[]
RoleTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RoleTypeEnum in com.maplander.backend.model
Methods in com.maplander.backend.model that return RoleTypeEnumMethods in com.maplander.backend.model with parameters of type RoleTypeEnum -
Uses of RoleTypeEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return RoleTypeEnumMethods in com.maplander.backend.model.manage with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionvoid
User.setRole
(RoleTypeEnum role) void
UserRemax.setRole
(RoleTypeEnum role) -
Uses of RoleTypeEnum in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return RoleTypeEnumMethods in com.maplander.backend.model.manage.complex with parameters of type RoleTypeEnum -
Uses of RoleTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionstatic boolean
SendEmail.confirmationFIABCI
(String userEmail, String url, String agent, RoleTypeEnum role) static String
Utilities.role
(RoleTypeEnum role)