View Javadoc
1   package org.kuali.ole.service;
2   
3   import java.util.Map;
4   
5   /**
6    * Created with IntelliJ IDEA.
7    * User: ?
8    * Date: 7/9/12
9    * Time: 6:52 PM
10   * To change this template use File | Settings | File Templates.
11   */
12  public interface OleExplainOperationService {
13  
14      public String getExplainResponse(Map reqParamMap);
15  
16  }