1 package org.kuali.ole.ncip.service; 2 3 import java.util.HashMap; 4 5 /** 6 * Created with IntelliJ IDEA. 7 * User: suryar 8 * Date: 20/9/13 9 * Time: 5:30 PM 10 * To change this template use File | Settings | File Templates. 11 */ 12 public interface OLESIAPIHelperService { 13 14 public HashMap<String,String> getAgencyPropertyMap(String namespaceCode, String componentCode, String parameterName, String agencyId, HashMap<String,String> agencyPropertyMap); 15 16 }