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