IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Interface CHAControlLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface CHAControlLocalHome
extends javax.ejb.EJBLocalHome

Local Home interface for Enterprise Bean: CHAControl


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 CHAControlLocal create(java.lang.Integer num)
          Creates an instance from a key for Entity Bean: CHAControl
 java.util.Collection findAll()
           
 CHAControlLocal findByPrimaryKey(java.lang.Integer primaryKey)
          Finds an instance using a key for Entity Bean: CHAControl
 
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 CHAControlLocal create(java.lang.Integer num)
                       throws javax.ejb.CreateException
Creates an instance from a key for Entity Bean: CHAControl

Throws:
javax.ejb.CreateException

findByPrimaryKey

public CHAControlLocal findByPrimaryKey(java.lang.Integer primaryKey)
                                 throws javax.ejb.FinderException
Finds an instance using a key for Entity Bean: CHAControl

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