Uses of Class
com.maplander.backend.model.manage.OfficeRolePermissions
Packages that use OfficeRolePermissions
Package
Description
-
Uses of OfficeRolePermissions in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type OfficeRolePermissionsModifier and TypeFieldDescriptionstatic final Class<OfficeRolePermissions> OfficeRolePermissionsDAO.clazzMethods in com.maplander.backend.dao.manage that return OfficeRolePermissionsModifier and TypeMethodDescriptionstatic OfficeRolePermissionsstatic OfficeRolePermissionsOfficeRolePermissionsDAO.loadByOfficeAndRole(Long officeId, RoleTypeEnum role) Methods in com.maplander.backend.dao.manage that return types with arguments of type OfficeRolePermissionsModifier and TypeMethodDescriptionstatic List<OfficeRolePermissions> OfficeRolePermissionsDAO.listByOfficeId(Long officeId) -
Uses of OfficeRolePermissions in com.maplander.backend.model.manage
Constructors in com.maplander.backend.model.manage with parameters of type OfficeRolePermissions -
Uses of OfficeRolePermissions in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return OfficeRolePermissionsModifier and TypeMethodDescriptionOfficeRolePermissionsResponse.getCollaboratorPermissions()OfficeRolePermissionsResponse.getCoordinatorPermissions()Methods in com.maplander.backend.model.manage.complex with parameters of type OfficeRolePermissionsModifier and TypeMethodDescriptionvoidOfficeRolePermissionsResponse.setCollaboratorPermissions(OfficeRolePermissions collaboratorPermissions) voidOfficeRolePermissionsResponse.setCoordinatorPermissions(OfficeRolePermissions coordinatorPermissions) Constructors in com.maplander.backend.model.manage.complex with parameters of type OfficeRolePermissionsModifierConstructorDescriptionOfficeRolePermissionsResponse(OfficeRolePermissions coordinatorPermissions, OfficeRolePermissions collaboratorPermissions, List<User> coordinators, List<User> collaborators)