001package org.kuali.ole.ncip.service; 002 003import org.extensiblecatalog.ncip.v2.service.CheckOutItemService; 004 005/** 006 * Created with IntelliJ IDEA. 007 * User: maheswarang 008 * Date: 7/31/13 009 * Time: 1:03 PM 010 * To change this template use File | Settings | File Templates. 011 */ 012public interface OLECheckOutItemService extends CheckOutItemService { 013}