public interface BlockReasonCodeHomeBase
extends javax.ejb.EJBHome
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
BlockReasonCode | create(java.lang.Integer blkRsnCodeId)
Creates an instance from a key for Entity Bean: BlockReasonCode
|
BlockReasonCode | create(java.lang.Integer blkRsnCodeId, java.lang.String blkRsnType, java.lang.Short manualBlock, java.lang.String markForDelete)
Creates an instance from a key for Entity Bean: BlockReasonCode
|
java.util.Enumeration | findAllBlockCodes()
Finder findAllBlockCodes
|
java.util.Enumeration | findByBlkRsnCodeId(java.lang.Integer blkRsnCodeId)
Finder findByBlkRsnCodeId
|
BlockReasonCode | findByPrimaryKey(BlockReasonCodeKey primaryKey)
Finds an instance using a key for Entity Bean: BlockReasonCode
|
java.util.Enumeration | findManualBlockCodes()
Finder findManualBlockCodes
|
static final java.lang.String COPYRIGHT
BlockReasonCode create(java.lang.Integer blkRsnCodeId) throws javax.ejb.CreateException, java.rmi.RemoteException
BlockReasonCode create(java.lang.Integer blkRsnCodeId, java.lang.String blkRsnType, java.lang.Short manualBlock, java.lang.String markForDelete) throws javax.ejb.CreateException, java.rmi.RemoteException
BlockReasonCode findByPrimaryKey(BlockReasonCodeKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException
java.util.Enumeration findAllBlockCodes() throws javax.ejb.FinderException, java.rmi.RemoteException
java.util.Enumeration findManualBlockCodes() throws javax.ejb.FinderException, java.rmi.RemoteException
java.util.Enumeration findByBlkRsnCodeId(java.lang.Integer blkRsnCodeId) throws javax.ejb.FinderException, java.rmi.RemoteException