|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaDataHome
The interface is the home interface of the MetaDataBean Entity Bean
Method Summary | |
---|---|
MetaData |
create(String txnCode,
String txnType,
String dataPacketName,
String dataPacketField,
int dataPacketIndex,
String dataPacketPrimaryKeyField,
String txnFieldName,
String defaultValue)
Create an instance of MetaData EJB |
MetaData |
findByPrimaryKey(MetaDataPK primaryKey)
Find and instantiate the specified MetaData |
Enumeration |
findByTransactionCodeAndType(String txnCode,
String txnType)
Find all MetaData with the specified transaction code and transaction type |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
MetaData create(String txnCode, String txnType, String dataPacketName, String dataPacketField, int dataPacketIndex, String dataPacketPrimaryKeyField, String txnFieldName, String defaultValue) throws RemoteException, CreateException
txnCode
- Transaction CodetxnType
- Transaction TypedataPacketName
- DataPacket namedataPacketField
- DataPacket fielddataPacketIndex
- DataPacket IndexdataPacketPrimaryKeyField
- indicates if field is PK in DataPackettxnFieldName
- indicates the txn field this meta-data maps todefaultValue
-
RemoteException
CreateException
MetaData findByPrimaryKey(MetaDataPK primaryKey) throws RemoteException, FinderException
primaryKey
- Primary Key of the MetaData to retrieve
FinderException
- Thrown if no corresponding record is found
RemoteException
Enumeration findByTransactionCodeAndType(String txnCode, String txnType) throws RemoteException, FinderException
txnCode
- Transaction CodetxnType
- Transaction Type
RemoteException
FinderException
- Thrown if no matching instances were found
ProcessingErrorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |