Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
IModelPermission |
|
| 1.0;1 |
1 | package org.kuali.student.lum.program.client.permissions; | |
2 | ||
3 | import org.kuali.student.common.ui.client.mvc.DataModel; | |
4 | ||
5 | /** | |
6 | * @author Igor | |
7 | */ | |
8 | public interface IModelPermission { | |
9 | boolean check(DataModel dataModel); | |
10 | } |