View Javadoc
1   package org.kuali.ole.ncip.service;
2   
3   import org.extensiblecatalog.ncip.v2.service.CheckInItemService;
4   
5   /**
6    * Created with IntelliJ IDEA.
7    * User: maheswarang
8    * Date: 7/31/13
9    * Time: 1:03 PM
10   * To change this template use File | Settings | File Templates.
11   */
12  public interface OLECheckInItemService extends CheckInItemService{
13  }