Uses of Class
com.maplander.backend.model.manage.mlsuniversal.PermissionMlsU
Packages that use PermissionMlsU
Package
Description
-
Uses of PermissionMlsU in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type PermissionMlsUModifier and TypeMethodDescriptionClientEndpoint.listClientsMLS(Long userId, Long orgId, MLSClientListEnum filter) -
Uses of PermissionMlsU in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type PermissionMlsUMethods in com.maplander.backend.dao.manage.mlsuniversal that return PermissionMlsUModifier and TypeMethodDescriptionstatic PermissionMlsUstatic PermissionMlsUPermissionMlsUDAO.loadByLevelAndRole(Long levelId, MLSPermissionsRolEnum role) static PermissionMlsUPermissionMlsUDAO.loadByLevelAndUser(Long levelId, Long userId) static PermissionMlsUPermissionMlsUDAO.loadByLevelAndUserIdAndRole(Long levelId, Long userId, MLSPermissionsRolEnum role) static PermissionMlsUPermissionMlsUDAO.loadByLevelId(Long levelId) Methods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type PermissionMlsUModifier and TypeMethodDescriptionstatic List<PermissionMlsU> PermissionMlsUDAO.listByLevelIdAndRole(Long levelId, MLSPermissionsRolEnum role) static List<PermissionMlsU> PermissionMlsUDAO.listByLevelRoleAndMember(Long levelId, MLSPermissionsRolEnum role, Long memberId) static List<PermissionMlsU> PermissionMlsUDAO.listByMemberAndRole(Long memberId, MLSPermissionsRolEnum role) static List<PermissionMlsU> PermissionMlsUDAO.listByUserId(Long userId) Methods in com.maplander.backend.dao.manage.mlsuniversal with parameters of type PermissionMlsUModifier and TypeMethodDescriptionstatic voidPermissionMlsUDAO.saveNotSafe(PermissionMlsU permissionMlsUniversal) -
Uses of PermissionMlsU in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return PermissionMlsUModifier and TypeMethodDescriptionLevelTokenMlsU.getPermissionMlsU()PermissionLevelMlsU.getPermissionMlsU()Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return types with arguments of type PermissionMlsUMethods in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type PermissionMlsUModifier and TypeMethodDescriptionvoidLevelTokenMlsU.setPermissionMlsU(PermissionMlsU permissionMlsU) voidPermissionLevelMlsU.setPermissionMlsU(PermissionMlsU permissionMlsU) Method parameters in com.maplander.backend.model.manage.mlsuniversal.complex with type arguments of type PermissionMlsUModifier and TypeMethodDescriptionvoidAgendaMLSU.setListClient(List<PermissionMlsU> listClient) voidAgendaMLSU.setListMember(List<PermissionMlsU> listMember) Constructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type PermissionMlsUModifierConstructorDescriptionLevelTokenMlsU(PermissionMlsU permissionMlsU, String token) PermissionLevelMlsU(LevelMlsU levelMlsU, PermissionMlsU permissionMlsU)