Class PermissionMlsUDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.mlsuniversal.PermissionMlsUDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<PermissionMlsU> listByLevelIdAndRole(Long levelId, MLSPermissionsRolEnum role) static List<PermissionMlsU> listByLevelRoleAndMember(Long levelId, MLSPermissionsRolEnum role, Long memberId) static List<PermissionMlsU> listByMemberAndRole(Long memberId, MLSPermissionsRolEnum role) static List<PermissionMlsU> listByUserId(Long userId) static PermissionMlsUstatic PermissionMlsUloadByLevelAndRole(Long levelId, MLSPermissionsRolEnum role) static PermissionMlsUloadByLevelAndUser(Long levelId, Long userId) static PermissionMlsUloadByLevelAndUserIdAndRole(Long levelId, Long userId, MLSPermissionsRolEnum role) static PermissionMlsUloadByLevelId(Long levelId) static voidsaveNotSafe(PermissionMlsU permissionMlsUniversal) Methods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
PermissionMlsUDAO
public PermissionMlsUDAO()
-
-
Method Details
-
saveNotSafe
-
load
-
loadByLevelId
-
listByUserId
-
loadByLevelAndUser
-
loadByLevelAndRole
-
loadByLevelAndUserIdAndRole
public static PermissionMlsU loadByLevelAndUserIdAndRole(Long levelId, Long userId, MLSPermissionsRolEnum role) -
listByLevelIdAndRole
-
listByLevelRoleAndMember
public static List<PermissionMlsU> listByLevelRoleAndMember(Long levelId, MLSPermissionsRolEnum role, Long memberId) -
listByMemberAndRole
-