/*
* Generated by XDoclet - Do not edit!
*/
package org.openxava.test.model;
/**
* Home interface for Product2.
*/
public interface Product2Home
extends javax.ejb.EJBHome
{
public static final String COMP_NAME="java:comp/env/ejb/Product2";
public static final String JNDI_NAME="@subcontext@/ejb/org.openxava.test.model/Product2";
public org.openxava.test.model.Product2Remote create(java.util.Map values)
throws javax.ejb.CreateException,org.openxava.validators.ValidationException,java.rmi.RemoteException;
public org.openxava.test.model.Product2Remote create(org.openxava.test.model.Product2Data data)
throws javax.ejb.CreateException,org.openxava.validators.ValidationException,java.rmi.RemoteException;
public org.openxava.test.model.Product2Remote create(org.openxava.test.model.Product2Value value)
throws javax.ejb.CreateException,org.openxava.validators.ValidationException,java.rmi.RemoteException;
public java.util.Collection findByFamily(int number)
throws javax.ejb.FinderException,java.rmi.RemoteException;
public java.util.Collection findBySubfamily(int number)
throws javax.ejb.FinderException,java.rmi.RemoteException;
public java.util.Collection findByWarehouse(int zoneNumber, java.lang.Integer number)
throws javax.ejb.FinderException,java.rmi.RemoteException;
public java.util.Collection findByFormula(java.lang.String oid)
throws javax.ejb.FinderException,java.rmi.RemoteException;
public java.util.Collection findAll()
throws javax.ejb.FinderException,java.rmi.RemoteException;
public org.openxava.test.model.Product2Remote findByNumber(long number)
throws javax.ejb.FinderException,java.rmi.RemoteException;
public org.openxava.test.model.Product2Remote findByPrimaryKey(org.openxava.test.model.Product2Key pk)
throws javax.ejb.FinderException,java.rmi.RemoteException;
}
|