/* * $Id: CaseBusinessHome.java,v 1.11 2005/10/19 12:52:55 laddi Exp $ * Created on Oct 19, 2005 * * Copyright (C) 2005 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.block.process.business; import com.idega.business.IBOHome; /** * Last modified: $Date: 2005/10/19 12:52:55 $ by $Author: laddi $ * * @author <a href="mailto:laddi@idega.com">laddi</a> * @version $Revision: 1.11 $ */ public interface CaseBusinessHome extends IBOHome { public CaseBusiness create() throws javax.ejb.CreateException, java.rmi.RemoteException; }