Uses of Class
com.maplander.backend.model.manage.mlsuniversal.complex.PermissionLevelMlsU
Packages that use PermissionLevelMlsU
Package
Description
-
Uses of PermissionLevelMlsU in com.maplander.backend.controller.businessrule.mlsuniversal
Method parameters in com.maplander.backend.controller.businessrule.mlsuniversal with type arguments of type PermissionLevelMlsUModifier and TypeMethodDescriptionstatic String
BRMlsFullPermissionLevel.validatePermissionsInput
(List<PermissionLevelMlsU> permissions) -
Uses of PermissionLevelMlsU in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type PermissionLevelMlsUModifier and TypeMethodDescriptionstatic List
<PermissionLevelMlsU> AccountEndpoint.getPermissionLevelList
(Long userId) -
Uses of PermissionLevelMlsU in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return types with arguments of type PermissionLevelMlsUModifier and TypeMethodDescriptionAccountMlsU.getPermissionLevelMlsU()
FullPermissionLevel.getPermissionLevelMlsU()
Method parameters in com.maplander.backend.model.manage.mlsuniversal.complex with type arguments of type PermissionLevelMlsUModifier and TypeMethodDescriptionvoid
AccountMlsU.setPermissionLevelMlsU
(List<PermissionLevelMlsU> permissionLevelMlsU) void
FullPermissionLevel.setPermissionLevelMlsU
(List<PermissionLevelMlsU> permissionLevelMlsU) Constructor parameters in com.maplander.backend.model.manage.mlsuniversal.complex with type arguments of type PermissionLevelMlsUModifierConstructorDescriptionAccountMlsU
(User user, Office office, List<PermissionLevelMlsU> permissionLevelMlsU) FullPermissionLevel
(List<PermissionLevelMlsU> permissionLevelMlsU)