1 package org.kuali.ole.service;
2
3 /**
4 * Created with IntelliJ IDEA.
5 * User: ?
6 * Date: 2/21/13
7 * Time: 7:01 PM
8 * To change this template use File | Settings | File Templates.
9 */
10 public interface OverlayOutputService {
11
12 public void setOutPutValue(String field, String value, Object object);
13
14 public void persist(Object object)throws Exception;
15
16 /* public boolean performUseValueForDocstore();
17
18 public boolean performLookupValueForTransaction();
19
20 public boolean performLookupValueForDocstore();*/
21
22
23 }