package jnpf.limsService; import java.util.Map; public interface LimsBusinessReminderService { Map> scanAndRemind(boolean dryRun); }