IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Interface CHAChildrenLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface CHAChildrenLocalHome
extends javax.ejb.EJBLocalHome

Local Home interface for Enterprise Bean: CHAChildren


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 CHAChildrenLocal create(java.lang.String childInstanceID)
          Creates an instance from a key for Entity Bean: CHAChildren
 CHAChildrenLocal create(java.lang.String childInstanceID, java.lang.String instanceID)
          Creates an instance from a key for Entity Bean: CHAChildren
 java.util.Collection findAll()
           
 java.util.Collection findByInstanceID(java.lang.String instanceID)
           
 CHAChildrenLocal findByPrimaryKey(java.lang.String primaryKey)
          Finds an instance using a key for Entity Bean: CHAChildren
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

create

public CHAChildrenLocal create(java.lang.String childInstanceID)
                        throws javax.ejb.CreateException
Creates an instance from a key for Entity Bean: CHAChildren

Throws:
javax.ejb.CreateException

create

public CHAChildrenLocal create(java.lang.String childInstanceID,
                               java.lang.String instanceID)
                        throws javax.ejb.CreateException
Creates an instance from a key for Entity Bean: CHAChildren

Throws:
javax.ejb.CreateException

findByPrimaryKey

public CHAChildrenLocal findByPrimaryKey(java.lang.String primaryKey)
                                  throws javax.ejb.FinderException
Finds an instance using a key for Entity Bean: CHAChildren

Throws:
javax.ejb.FinderException

findByInstanceID

public java.util.Collection findByInstanceID(java.lang.String instanceID)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005