1 /*2 * Generated by XDoclet - Do not edit!3 */4 package test.interfaces;5 6 /**7 * Home interface for Person.8 * @xdoclet-generated at 16-04-059 * @copyright The XDoclet Team10 * @author XDoclet11 * @version 1.2.312 */13 public interface PersonHome14 extends javax.ejb.EJBHome 15 {16 17 public java.util.Collection findCustomFinder(int a , java.lang.String b)18 throws javax.ejb.FinderException ,java.rmi.RemoteException ;19 20 public java.util.Collection findCustomFinderInSuper()21 throws javax.ejb.FinderException ,java.rmi.RemoteException ;22 23 public java.util.Collection findByPhone(java.lang.String phone)24 throws javax.ejb.FinderException ,java.rmi.RemoteException ;25 26 public java.util.Collection findAll()27 throws javax.ejb.FinderException ,java.rmi.RemoteException ;28 29 }30