com.ibm.commerce.contract.objects
Class ContractJDBCHelperBean

java.lang.Object
  com.ibm.commerce.base.helpers.BaseJDBCHelper
      com.ibm.commerce.contract.objimpl.ContractJDBCHelperBeanBase
          com.ibm.commerce.contract.objects.ContractJDBCHelperBean

public class ContractJDBCHelperBean
extends ContractJDBCHelperBeanBase

Provides methods to perform various SQL actions on the database.


Field Summary
Fields inherited from class com.ibm.commerce.contract.objimpl.ContractJDBCHelperBeanBase
addProductSetAdjustmentSQL, addTCAttributeXMLSQL, addTPCXMLDefSQL, COPYRIGHT, deleteProductSetAdjustmentSQL, deleteTCAttributeXMLSQL, deleteXMLDefByTPCSQL, emptyContractStoreXMLSQL, emptyTCAttributeXMLSQL, findActiveContractsDeployedInStoreSQL, findAllTCAttributeXMLSQL, findContractCommentsSQL, findContractStoreXMLForUpdateSQL, findContractStoreXMLSQL, findExclusionProductSetIdsByTCIdAndTypeSQL, findInclusionProductSetIdsByTCIdAndTypeSQL, findLargestSequenceInTCAttributeSQL, findParticipntInformationSQL, findPolicyDescriptionSQL, findProductSetAdjustmentsSQL, findProductSetIdsByTCIdAndTypeSQL, findSameFamilyContractsSQL, findSequenceInTCAttributeSQL, findStoreIdsInStoreContractByContractIdSQL, findTCAttributeXMLForUpdateSQL, findTCDescLongDescSQL, findTCIdInTCAttributeByTradingIdAndTypeSQL, findTCIdInTCAttributeByTradingIdTCIdAndTypeSQL, findTermCondStringField1SQL, findTRDDescLongDescSQL, findXMLDefByTPCSQL, mySessionCtx, updateContractCommentsSQL, updateContractStoreXMLSQL, updateParticipntInfoSQL, updatePolicyDescriptionSQL, updateProductSetAdjustmentSQL, updateTCAttributeXMLSQL, updateTCDescLongDescSQL, updateTermCondStringField1SQL, updateTRDDescLongDescSQL
Fields inherited from class com.ibm.commerce.base.helpers.BaseJDBCHelper
autoFlush, DATASOURCE, dataSourceConfigData, DB_DB2, DB_DB2_390, DB_DB2J, DB_ORACLE, DBTYPE, ISDB2_390
Constructor Summary
ContractJDBCHelperBean()
Method Summary
void ejbActivate()
Activates the EJB
void ejbCreate()
The create method for the ContractJDBCHelper bean.
void ejbPassivate()
Passivates the EJB
void ejbRemove()
Removes the EJB
Methods inherited from class com.ibm.commerce.contract.objimpl.ContractJDBCHelperBeanBase
addContractStoreXML, addEntryToContractName, addEntryToContractName, addPolicyTC, addProductSetAdjustment, addProductSetAdjustment, addStoreContract, addTCAttributeXML, addTPCXMLDefinition, addTPCXMLDefinition, deleteContractStoreXML, deleteContractStoreXML, deleteEntryFromContractName, deleteEntryFromContractName, deletePolicyTC, deletePolicyTCByTC, deleteProductSetAdjustment, deleteProductSetAdjustment, deleteStoreContract, deleteTCAttributeXML, deleteTCAttributeXML, deleteXMLDefByTPC, deleteXMLDefByTPC, findActiveContractsDeployedInStore, findActiveContractsDeployedInStore, findAllBusinessCmdClassNameForPolicy, findAllBusinessCmdClassNameForPolicy, findAllBusinessCmdInterfaceNameByPolicyType, findAllBusinessCmdInterfaceNameByPolicyType, findAllBusinessPolicyType, findAllBusinessPolicyType, findAllTCAttributeXML, findAllTCAttributeXML, findAllTCSubType, findAllTCSubType, findContractComments, findContractComments, findContractListInOrderByAccount, findContractListInOrderByAccount, findContractListInOrderByAccountAndState, findContractListInOrderByAccountAndState, findContractStoreXML, findContractStoreXML, findExclusionProductSetIdsByTCIdAndType, findExclusionProductSetIdsByTCIdAndType, findInclusionProductSetIdsByTCIdAndType, findInclusionProductSetIdsByTCIdAndType, findParticipntInformation, findParticipntInformation, findPAttrValueByTCIdOrderByPAttribute, findPAttrValueByTCIdOrderByPAttribute, findPolicyDescription, findPolicyDescription, findProductSetAdjustments, findProductSetAdjustments, findProductSetIdsByTCIdAndType, findProductSetIdsByTCIdAndType, findSameFamilyContracts, findSameFamilyContracts, findStoreIdsInStoreContractByContractId, findStoreIdsInStoreContractByContractId, findTCDescLongDesc, findTCDescLongDesc, findTCIdInTCAttributeByTradingIdAndType, findTCIdInTCAttributeByTradingIdAndType, findTermCondStringField1, findTermCondStringField1, findTRDDescLongDesc, findTRDDescLongDesc, findXMLDefByTPC, findXMLDefByTPC, getLargestSequenceInTCAttribute, getLargestSequenceInTCAttribute, getLargestTCSequenceByTrading, getLargestTCSequenceByTrading, getSessionContext, getTCAccessBeanNameBySubType, getTCAccessBeanNameBySubType, getTCAccessBeanNameByTC, getTCAccessBeanNameByTC, getTCDeployCmdBySubType, getTCDeployCmdBySubType, getTCDeployCmdByTC, getTCDeployCmdByTC, queryContractName, queryContractName, queryStoreContract, queryStoreContract, setSessionContext, updateContractComments, updateContractComments, updateContractStoreXML, updateContractStoreXML, updateParticipntInfo, updateParticipntInfo, updatePolicyDescription, updatePolicyDescription, updateProductSetAdjustment, updateProductSetAdjustment, updateTCAttributeXML, updateTCAttributeXML, updateTCDescLongDesc, updateTCDescLongDesc, updateTermCondStringField1, updateTermCondStringField1, updateTRDDescLongDesc, updateTRDDescLongDesc
Methods inherited from class com.ibm.commerce.base.helpers.BaseJDBCHelper
buildCommaSeparatedWhereClause, closeConnection, convertFirstRowToHashtable, convertResultSetToTable, convertRowFromHashtable, debugInitConnection, executeQuery, executeUpdate, flush, getCallableStatement, getCharacterStreamFromResultSet, getConnection, getDataSource, getPreparedStatement, getPreparedStatement, init, init, makeConnection, useCloudscape, useDB2_390, useDB2, useOracle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ContractJDBCHelperBean

public ContractJDBCHelperBean()
Method Detail

ejbActivate

public void ejbActivate()
Description copied from class: ContractJDBCHelperBeanBase
Activates the EJB
Overrides:
ejbActivate in class ContractJDBCHelperBeanBase
See Also:
javax.ejb.SessionBean#ejbActivate()

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
The create method for the ContractJDBCHelper bean.
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception.

ejbPassivate

public void ejbPassivate()
Description copied from class: ContractJDBCHelperBeanBase
Passivates the EJB
Overrides:
ejbPassivate in class ContractJDBCHelperBeanBase
See Also:
javax.ejb.SessionBean#ejbPassivate()

ejbRemove

public void ejbRemove()
Description copied from class: ContractJDBCHelperBeanBase
Removes the EJB
Overrides:
ejbRemove in class ContractJDBCHelperBeanBase
See Also:
javax.ejb.SessionBean#ejbRemove()

Feedback