Uses of Class
com.maplander.backend.model.manage.Permissions
Packages that use Permissions
Package
Description
-
Uses of Permissions in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type Permissions -
Uses of Permissions in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type PermissionsMethods in com.maplander.backend.dao.manage that return PermissionsMethods in com.maplander.backend.dao.manage that return types with arguments of type PermissionsModifier and TypeMethodDescriptionstatic List
<Permissions> PermissionsDAO.listByOfficeId
(Long officeId) -
Uses of Permissions in com.maplander.backend.model.manage
Constructors in com.maplander.backend.model.manage with parameters of type Permissions -
Uses of Permissions in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return PermissionsMethods in com.maplander.backend.model.manage.complex with parameters of type PermissionsConstructors in com.maplander.backend.model.manage.complex with parameters of type PermissionsModifierConstructorDescriptionAccount
(Office office, User user, BCard bCard, Permissions permissions) Account
(Office office, User user, Permissions permissions)