package com.idega.block.finance.business; public interface AccountBusinessHome extends com.idega.business.IBOHome { public AccountBusiness create() throws javax.ejb.CreateException, java.rmi.RemoteException; }