1 package org.kuali.ole.service; 2 3 import java.util.Map; 4 5 /** 6 * Created with IntelliJ IDEA. 7 * User: ? 8 * Date: 6/1/12 9 * Time: 8:28 PM 10 * To change this template use File | Settings | File Templates. 11 */ 12 public interface OlePatronHelperService { 13 14 public Map<String, String> convertPatronPropertiesToEntityProperties(Map<String, String> criteria); 15 }