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 RoleTypeEnumRoleTypeEnum.typeToEnum(int type) static RoleTypeEnumReturns 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 TypeMethodDescriptionvoidUser.setRole(RoleTypeEnum role) voidUserRemax.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 booleanSendEmail.confirmationFIABCI(String userEmail, String url, String agent, RoleTypeEnum role) static StringUtilities.role(RoleTypeEnum role)