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) AccountEndpoint.setPermissions(Long officeId, RoleTypeEnum role, Boolean canEditCard, Boolean canCreateAd, Boolean canEditAd, Boolean canCreateCanvas, Boolean canAssignProperty, Boolean canReceiveOfficeLeads, Boolean canPublishAd) -
Uses of RoleTypeEnum in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return RoleTypeEnumMethods in com.maplander.backend.controller.endpoint.test with parameters of type RoleTypeEnum -
Uses of RoleTypeEnum in com.maplander.backend.dao.manage
Methods in com.maplander.backend.dao.manage with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionstatic voidOfficeRolePermissionsDAO.incrementCount(Long officeId, RoleTypeEnum role) static com.google.api.server.spi.response.CollectionResponse<User> UserDAO.listAllByRole(RoleTypeEnum role, Integer limit, String cursor, Long time) UserDAO.listByBrandAndRole(BrandTypeEnum brand, RoleTypeEnum role) UserDAO.listByOfficeAndRole(Long officeId, RoleTypeEnum role) UserDAO.listByRole(RoleTypeEnum role) static OfficeRolePermissionsOfficeRolePermissionsDAO.loadByOfficeAndRole(Long officeId, RoleTypeEnum role) Method parameters in com.maplander.backend.dao.manage with type arguments of type RoleTypeEnumModifier and TypeMethodDescriptionUserDAO.listByBrandAndRoles(BrandTypeEnum brand, List<RoleTypeEnum> roles) -
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 RoleTypeEnumModifier and TypeMethodDescriptionOfficeRolePermissions.getRole()User.getRole()UserRemax.getRole()Methods in com.maplander.backend.model.manage with parameters of type RoleTypeEnumModifier and TypeMethodDescriptionvoidOfficeRolePermissions.setRole(RoleTypeEnum role) voidUser.setRole(RoleTypeEnum role) voidUserRemax.setRole(RoleTypeEnum role) Constructors in com.maplander.backend.model.manage with parameters of type RoleTypeEnum -
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.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return RoleTypeEnumMethods in com.maplander.backend.repository.model_table.opibackenddata 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)