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.mlsuniversalMethod parameters in com.maplander.backend.controller.businessrule.mlsuniversal with type arguments of type PermissionLevelMlsUModifier and TypeMethodDescriptionstatic StringBRMlsFullPermissionLevel.validatePermissionsInput(List<PermissionLevelMlsU> permissions) 
- 
Uses of PermissionLevelMlsU in com.maplander.backend.controller.endpoint.mlsuniversalMethods 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.complexMethods 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 TypeMethodDescriptionvoidAccountMlsU.setPermissionLevelMlsU(List<PermissionLevelMlsU> permissionLevelMlsU) voidFullPermissionLevel.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)