View Javadoc
1   package org.kuali.ole.ncip.service;
2   
3   import org.extensiblecatalog.ncip.v2.service.CheckOutItemService;
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 OLECheckOutItemService extends CheckOutItemService {
13  }