com.bankframe.ei.txnhandler.impl.tierfield
Class TierFieldCMPBean
java.lang.Object
com.bankframe.ei.txnhandler.tierfield.TierFieldBean
com.bankframe.ei.txnhandler.impl.tierfield.TierFieldBean
com.bankframe.ei.txnhandler.impl.tierfield.TierFieldCMPBean
- All Implemented Interfaces:
- EEntity, Serializable, EnterpriseBean, EntityBean
public class TierFieldCMPBean
- extends TierFieldBean
- implements EntityBean
This class defines the attributes of the TierField Entity and the accessor
methods for those attributes.
- See Also:
- Serialized Form
TierFieldCMPBean
public TierFieldCMPBean()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface EntityBean
ejbCreate
public TierFieldPK ejbCreate(String tierFieldId,
String txnCode,
String getRecordMethod,
String numberOfOccurrencesMethod)
throws CreateException
- Initialise DestinationBean Instance
- Parameters:
tierFieldId
- StringtxnCode
- StringgetRecordMethod
- StringnumberOfOccurrencesMethod
- String
- Throws:
CreateException
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interface EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface EntityBean
ejbPostCreate
public void ejbPostCreate(String tierFieldId,
String txnCode,
String getRecordMethod,
String numberOfOccurrencesMethod)
throws CreateException
- Initialise DestinationBean Instance
- Parameters:
tierFieldId
- StringtxnCode
- StringgetRecordMethod
- StringnumberOfOccurrencesMethod
- String
- Throws:
CreateException
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interface EntityBean
setEntityContext
public void setEntityContext(EntityContext entityContext)
- Specified by:
setEntityContext
in interface EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext
in interface EntityBean
Copyright © 2005, 2007, Oracle. All rights reserved.