Esempio n. 1
0
 default boolean isProjectFunctionGranted(
     ProjectEntity entity, Class<? extends ProjectFunction> fn) {
   return isProjectFunctionGranted(entity.projectId(), fn);
 }
Esempio n. 2
0
 default void checkProjectFunction(ProjectEntity entity, Class<? extends ProjectFunction> fn) {
   checkProjectFunction(entity.projectId(), fn);
 }