Ejemplo n.º 1
0
 @Override
 public boolean isExecServiceDeniedOnDestination(ExecService execService, int destination)
     throws InternalErrorException {
   return execServiceDenialDao.isExecServiceDeniedOnDestination(execService.getId(), destination);
 }
Ejemplo n.º 2
0
 @Override
 public boolean isExecServiceDeniedOnFacility(ExecService execService, Facility facility)
     throws InternalErrorException {
   return execServiceDenialDao.isExecServiceDeniedOnFacility(
       execService.getId(), facility.getId());
 }