package org.openlmis.core.view.adapter; public interface FilterableAdapter { void filter(String keyword); int validateAll(); }