/* * $Id: CredentialBusinessHome.java,v 1.1 2006/05/18 16:18:33 thomas Exp $ * Created on May 10, 2006 * * Copyright (C) 2006 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.core.accesscontrol.business; import com.idega.business.IBOHome; /** * * Last modified: $Date: 2006/05/18 16:18:33 $ by $Author: thomas $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.1 $ */ public interface CredentialBusinessHome extends IBOHome { public CredentialBusiness create() throws javax.ejb.CreateException, java.rmi.RemoteException; }