Uses of Class
com.maplander.backend.model.manage.mlsuniversal.PermissionMlsU
Packages that use PermissionMlsU
Package
Description
-
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 PermissionMlsU
static PermissionMlsU
PermissionMlsUDAO.loadByLevelAndRole
(Long levelId, MLSPermissionsRolEnum role) static PermissionMlsU
PermissionMlsUDAO.loadByLevelAndUser
(Long levelId, Long userId) static PermissionMlsU
PermissionMlsUDAO.loadByLevelAndUserIdAndRole
(Long levelId, Long userId, MLSPermissionsRolEnum role) static PermissionMlsU
PermissionMlsUDAO.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 void
PermissionMlsUDAO.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 TypeMethodDescriptionvoid
LevelTokenMlsU.setPermissionMlsU
(PermissionMlsU permissionMlsU) void
PermissionLevelMlsU.setPermissionMlsU
(PermissionMlsU permissionMlsU) Method parameters in com.maplander.backend.model.manage.mlsuniversal.complex with type arguments of type PermissionMlsUModifier and TypeMethodDescriptionvoid
AgendaMLSU.setListClient
(List<PermissionMlsU> listClient) void
AgendaMLSU.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)