java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ContractAccessBean
Each row of this table represents a Contract. A Contract is part of a Store, and represents terms and conditions that may be associated with OrderItems, such as prices, minimum quantities, and who can use the Contract.
Constructor Summary | |
---|---|
ContractAccessBean() constructor | |
ContractAccessBean(javax.ejb.EJBObject o) constructor | |
ContractAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.String arg2, java.lang.Long arg3) constructor | |
ContractAccessBean(java.lang.String arg0, java.lang.Integer arg1,
java.lang.Integer arg2, java.lang.Long arg3, java.sql.Timestamp arg4,
java.sql.Timestamp arg5) constructor |
Method Summary | |
---|---|
void |
addToStore(java.lang.Integer arg0) This method adds a contract to the store |
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
java.lang.Long |
createNewVersion() Creates a new version of the contract |
protected
java.lang.String |
defaultJNDIName() |
ContractAccessBean |
findActiveContractByNameOwnerAndOrigin(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2) Retrieves the Contract representing the active contract with the specified contract name, origin, and the owner ID. |
java.util.Enumeration |
findAll() Retrieves an Enumeration of ContractAccessBeans representing all contracts are not marked for deleting. |
java.util.Enumeration |
findByNameOwnerAndOrigin(java.lang.String arg0, java.lang.Long arg1,
java.lang.Integer arg2) Retrieves all contracts with the specified contract name, owner ID, and the contract origin. |
java.util.Enumeration |
findByNameOwnerOriginAndState(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2,
java.lang.Integer arg3) findByNameOwnerOriginAndState |
ContractAccessBean |
findByNameOwnerOriginAndVersion(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3,
java.lang.Integer arg4) Retrieves the Contract representing the contract with the specified contract name, owner ID, origin, major version, and the minor version. |
java.util.Enumeration |
findByOwnerId(java.lang.Long arg0) Retrieves an Enumeration of ContractAccessBeans representing all contracts with the specified owner ID. |
java.util.Enumeration |
findByParticipantId(java.lang.Long arg0) Retrieves an Enumeration of ContractAccessBeans representing all contracts that the specified ID as a contract pariticipant. |
java.util.Enumeration |
findByState(java.lang.Integer arg0) Retrieves an Enumeration of ContractAccessBeans representing all contracts with the specified state. |
java.util.Enumeration |
findClosableContractByNameOwnerAndOrigin(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2, java.lang.Long arg3) Retrieves an Enumeration of ContractAccessBeans representing all contracts that need to be closed when a new version of contract is deployed. |
ContractAccessBean |
findContractWithLargestMinorByNameOwnerOriginAndMajorVersion(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2,
java.lang.Integer arg3) Retrieves the Contract representing the contract with the largest minor version number for the specified contract name, origin, and the owner ID. |
boolean |
fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.Long |
getAccountId() This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getComments() This method accesses a non-CMP field |
ParticipantAccessBean[] |
getContractLevelParticipants() The method returns an array of ParticipantAccessBean representing all participants that the current contract has. |
java.util.Enumeration |
getContractsReferringToContractId() |
TradingDescriptionAccessBean |
getDescription(java.lang.Integer arg0) Retrieves the TradingDescriptionAccessBean representing the contract description with the specified language ID. |
TradingDescriptionAccessBean |
getDescription(java.lang.Integer arg0,
java.lang.Integer arg1) Retrieves the TradingDescriptionAccessBean representing the contract description with the specified language ID. |
java.lang.String |
getMajorVersion() This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1. |
java.lang.Integer |
getMajorVersionInEJBType() This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1. |
java.lang.String |
getMarkForDelete() This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMarkForDeleteInEJBType() This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getMinorVersion() This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMinorVersionInEJBType() This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getName() This method provides access to the CONTRACT.NAME column of DB2 type VARCHAR(200) NOT NULL. |
java.lang.String |
getOrigin() This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getOriginInEJBType() This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Long |
getOwner() This method accesses a non-CMP field |
java.lang.String |
getOwnerReferenceNumber() This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerReferenceNumberInEJBType() This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getReferenceNumber() This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReferenceNumberInEJBType() This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReferredTradingAgreementId() |
java.lang.String |
getState() This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getStateInEJBType() This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getStoreXMLDefinition() |
java.lang.String |
getStoreXMLString() |
TermConditionAccessBean[] |
getTCs() The method returns an array of TermConditionAccessBean representing all the terms and conditions that the current contract has |
TermConditionAccessBean[] |
getTCsByTCSubType(java.lang.String arg0) The method returns an array of TermConditionAccessBeans representing the terms and conditions with the given argTCSubType. |
TermConditionAccessBean[] |
getTCsByTCSubTypeWithoutTCParticipant(java.lang.String arg0) The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCSubType, but without the terms and conditions that have participant(s). |
TermConditionAccessBean[] |
getTCsByTCType(java.lang.String arg0) The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCType. |
TermConditionAccessBean[] |
getTCsByTCTypeWithoutTCParticipant(java.lang.String arg0) The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCType, but without the terms and conditions that have participant(s). |
java.lang.String |
getTimeActivated() This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeActivatedInEJBType() This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeApproved() This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeApprovedInEJBType() This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeCreated() This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeCreatedInEJBType() This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeDeployed() This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeDeployedInEJBType() This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeUpdated() This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeUpdatedInEJBType() This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP. |
java.lang.String |
getUsage() This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getUsageInEJBType() This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
TermConditionAccessBean[] |
getXMLByTradingIdAndType(java.lang.Long arg0,
java.lang.Integer arg1) This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAccountId(java.lang.Long arg0) This method updates the account ID associated with the contract. |
void |
setComments(java.lang.String newValue) This method accesses a non-CMP field |
void |
setInitKey_referenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setMajorVersion(java.lang.Integer newValue) This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1. |
void |
setMajorVersion(java.lang.String newValue) This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1. |
void |
setMarkForDelete(java.lang.Integer newValue) This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMarkForDelete(java.lang.String newValue) This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMinorVersion(java.lang.Integer newValue) This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMinorVersion(java.lang.String newValue) This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setName(java.lang.String newValue) This method provides access to the CONTRACT.NAME column of DB2 type VARCHAR(200) NOT NULL. |
void |
setOrigin(java.lang.Integer newValue) This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setOrigin(java.lang.String newValue) This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setOwnerReferenceNumber(java.lang.Long newValue) This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerReferenceNumber(java.lang.String newValue) This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferenceNumber(java.lang.Long newValue) This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferenceNumber(java.lang.String newValue) This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferredTradingAgreementId(java.lang.Long arg0) |
void |
setState(java.lang.Integer newValue) This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setState(java.lang.String newValue) This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setStoreXMLDefinition(org.w3c.dom.Element arg0) |
void |
setStoreXMLDefinition(java.lang.String arg0) |
void |
setTimeActivated(java.lang.String newValue) This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
void |
setTimeActivated(java.sql.Timestamp newValue) This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
void |
setTimeApproved(java.lang.String newValue) This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
void |
setTimeApproved(java.sql.Timestamp newValue) This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
void |
setTimeCreated(java.lang.String newValue) This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeCreated(java.sql.Timestamp newValue) This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeDeployed(java.lang.String newValue) This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP. |
void |
setTimeDeployed(java.sql.Timestamp newValue) This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.lang.String newValue) This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.sql.Timestamp newValue) This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP. |
void |
setUsage(java.lang.Integer newValue) This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setUsage(java.lang.String newValue) This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ContractAccessBean()
public ContractAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ContractAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2, java.lang.Long arg3) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringarg3
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public ContractAccessBean(java.lang.String arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Long arg3, java.sql.Timestamp arg4, java.sql.Timestamp arg5) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Stringarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.lang.Longarg4
- java.sql.Timestamparg5
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public ContractAccessBean findActiveContractByNameOwnerAndOrigin(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Contract representing the active contract with the specified contract name, origin, and the owner ID. The contract should be effective and not expired.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public ContractAccessBean findByNameOwnerOriginAndVersion(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3, java.lang.Integer arg4) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Contract representing the contract with the specified contract name, owner ID, origin, major version, and the minor version.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.name = ? and member_id = ? and origin = ? and majorversion = ? and minorversion = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public ContractAccessBean findContractWithLargestMinorByNameOwnerOriginAndMajorVersion(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Contract representing the contract with the largest minor version number for the specified contract name, origin, and the owner ID. The contract should be effective and not expired.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of ContractAccessBeans representing all contracts are not marked for deleting.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.markfordelete = 0 order by name, majorversion, minorversion
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByNameOwnerAndOrigin(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all contracts with the specified contract name, owner ID, and the contract origin.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.name = ? and member_id = ? and origin = ? and markfordelete = 0 order by majorversion, minorversion
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOwnerId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of ContractAccessBeans representing all contracts with the specified owner ID.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.state = ? and markfordelete = 0 order by name, majorversion, minorversion
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByParticipantId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of ContractAccessBeans representing all contracts that the specified ID as a contract pariticipant.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.contract_id in (select distinct trading_id from participnt where member_id =?) and markfordelete = 0 order by name, majorversion, minorversion
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByState(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of ContractAccessBeans representing all contracts with the specified state.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.state = ? and markfordelete = 0 order by name, majorversion, minorversion
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findClosableContractByNameOwnerAndOrigin(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Long arg3) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of ContractAccessBeans representing all contracts that need to be closed when a new version of contract is deployed.
The SQL query used to fetch the required rows from the CONTRACT table is:
select * from contract T1 where T1.name = ? and member_id = ? and origin = ? and state in (2, 3, 7) and markfordelete = 0 and contract_id <> ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_referenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getTimeApproved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was approved.
getTimeApproved
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeApprovedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was approved.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeApproved(java.lang.String newValue)
This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was approved.
setTimeApproved
in interface
ContractAccessBeanData
newValue
- Stringpublic void setTimeApproved(java.sql.Timestamp newValue)
This method provides access to the CONTRACT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was approved.
newValue
- java.sql.Timestamppublic java.lang.String getTimeActivated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was activated.
getTimeActivated
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeActivatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was activated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeActivated(java.lang.String newValue)
This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was activated.
setTimeActivated
in interface
ContractAccessBeanData
newValue
- Stringpublic void setTimeActivated(java.sql.Timestamp newValue)
This method provides access to the CONTRACT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was activated.
newValue
- java.sql.Timestamppublic java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates the contract state:&l
getState
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates the contract state:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setState(java.lang.String newValue)
This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates the contract state:&l
setState
in interface
ContractAccessBeanData
newValue
- Stringpublic void setState(java.lang.Integer newValue)
This method provides access to the CONTRACT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates the contract state:&l
newValue
- java.lang.Integerpublic java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was most recently updated.
getTimeUpdated
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was most recently updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeUpdated(java.lang.String newValue)
This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was most recently updated.
setTimeUpdated
in interface
ContractAccessBeanData
newValue
- Stringpublic void setTimeUpdated(java.sql.Timestamp newValue)
This method provides access to the CONTRACT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was most recently updated.
newValue
- java.sql.Timestamppublic java.lang.String getMajorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1.
The following is a description of this column:
Major version number of the Contract.
getMajorVersion
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMajorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1.
The following is a description of this column:
Major version number of the Contract.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMajorVersion(java.lang.String newValue)
This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1.
The following is a description of this column:
Major version number of the Contract.
setMajorVersion
in interface
ContractAccessBeanData
newValue
- Stringpublic void setMajorVersion(java.lang.Integer newValue)
This method provides access to the CONTRACT.MAJORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 1.
The following is a description of this column:
Major version number of the Contract.
newValue
- java.lang.Integerpublic java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this Contract has been marked for deletion:&l
getMarkForDelete
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this Contract has been marked for deletion:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this Contract has been marked for deletion:&l
setMarkForDelete
in interface
ContractAccessBeanData
newValue
- Stringpublic void setMarkForDelete(java.lang.Integer newValue)
This method provides access to the CONTRACT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this Contract has been marked for deletion:&l
newValue
- java.lang.Integerpublic java.lang.String getOwnerReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the Contract.
getOwnerReferenceNumber
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOwnerReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the Contract.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOwnerReferenceNumber(java.lang.String newValue)
This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the Contract.
setOwnerReferenceNumber
in interface
ContractAccessBeanData
newValue
- Stringpublic void setOwnerReferenceNumber(java.lang.Long newValue)
This method provides access to the CONTRACT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the Contract.
newValue
- java.lang.Longpublic java.lang.String getTimeDeployed() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was deployed.
getTimeDeployed
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeDeployedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was deployed.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeDeployed(java.lang.String newValue)
This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was deployed.
setTimeDeployed
in interface
ContractAccessBeanData
newValue
- Stringpublic void setTimeDeployed(java.sql.Timestamp newValue)
This method provides access to the CONTRACT.TIMEDEPLOYED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was deployed.
newValue
- java.sql.Timestamppublic java.lang.String getUsage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates how the contract will be used:&l
getUsage
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getUsageInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates how the contract will be used:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUsage(java.lang.String newValue)
This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates how the contract will be used:&l
setUsage
in interface
ContractAccessBeanData
newValue
- Stringpublic void setUsage(java.lang.Integer newValue)
This method provides access to the CONTRACT.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates how the contract will be used:&l
newValue
- java.lang.Integerpublic java.lang.String getOrigin() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates why the Contract was created:&l
getOrigin
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getOriginInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates why the Contract was created:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrigin(java.lang.String newValue)
This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates why the Contract was created:&l
setOrigin
in interface
ContractAccessBeanData
newValue
- Stringpublic void setOrigin(java.lang.Integer newValue)
This method provides access to the CONTRACT.ORIGIN column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates why the Contract was created:&l
newValue
- java.lang.Integerpublic java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getComments
in interface
ContractAccessBeanData
javax.naming.NamingException
- The
javax.naming.NamingException exception.java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
javax.ejb.FinderException
public void setComments(java.lang.String newValue)
setComments
in interface
ContractAccessBeanData
newValue
- The comments of the contract.public java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was created.
getTimeCreated
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was created.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeCreated(java.lang.String newValue)
This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was created.
setTimeCreated
in interface
ContractAccessBeanData
newValue
- Stringpublic void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the CONTRACT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the Contract was created.
newValue
- java.sql.Timestamppublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Uniquely identifies a version of a Contract of a particular origin for a particular owner.
getName
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the CONTRACT.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Uniquely identifies a version of a Contract of a particular origin for a particular owner.
setName
in interface
ContractAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for a contract. Foreign key to TRADING_ID in the TRADING database table.
getReferenceNumber
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for a contract. Foreign key to TRADING_ID in the TRADING database table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReferenceNumber(java.lang.String newValue)
This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for a contract. Foreign key to TRADING_ID in the TRADING database table.
setReferenceNumber
in interface
ContractAccessBeanData
newValue
- Stringpublic void setReferenceNumber(java.lang.Long newValue)
This method provides access to the CONTRACT.CONTRACT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for a contract. Foreign key to TRADING_ID in the TRADING database table.
newValue
- java.lang.Longpublic java.lang.String getMinorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Minor version number of the Contract.
getMinorVersion
in interface
ContractAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMinorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Minor version number of the Contract.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMinorVersion(java.lang.String newValue)
This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Minor version number of the Contract.
setMinorVersion
in interface
ContractAccessBeanData
newValue
- Stringpublic void setMinorVersion(java.lang.Integer newValue)
This method provides access to the CONTRACT.MINORVERSION column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Minor version number of the Contract.
newValue
- java.lang.Integerpublic boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringjava.rmi.RemoteException
java.lang.Exception
javax.ejb.FinderException
javax.naming.NamingException
public ParticipantAccessBean[] getContractLevelParticipants() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of ParticipantAccessBean representing all participants that the current contract has.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TermConditionAccessBean[] getTCsByTCSubTypeWithoutTCParticipant(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCSubType, but without the terms and conditions that have participant(s).
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TermConditionAccessBean[] getTCsByTCTypeWithoutTCParticipant(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCType, but without the terms and conditions that have participant(s).
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TermConditionAccessBean[] getTCs() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of TermConditionAccessBean representing all the terms and conditions that the current contract has
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TermConditionAccessBean[] getTCsByTCSubType(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of TermConditionAccessBeans representing the terms and conditions with the given argTCSubType.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TermConditionAccessBean[] getTCsByTCType(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns an array of TermConditionAccessBean representing the terms and conditions with the given argTCType.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TradingDescriptionAccessBean getDescription(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean representing the contract description with the specified language ID.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TradingDescriptionAccessBean getDescription(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean representing the contract description with the specified language ID. If the description for the specified language is not available for the specified store, An alternate language description will be returned.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.lang.Long createNewVersion() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates a new version of the contract
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.lang.Long getAccountId() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The account which the contract referred to.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.lang.Exception
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public void addToStore(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method adds a contract to the store
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic void setAccountId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method updates the account ID associated with the contract.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.util.Enumeration findByNameOwnerOriginAndState(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Stringarg1
- java.lang.Longarg2
- java.lang.Integerarg3
- java.lang.Integerjavax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration getContractsReferringToContractId() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public void setReferredTradingAgreementId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public java.lang.Long getReferredTradingAgreementId() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public void setStoreXMLDefinition(org.w3c.dom.Element arg0) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.sql.SQLException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.sql.SQLException
java.rmi.RemoteException
public void setStoreXMLDefinition(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.sql.SQLException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.sql.SQLException
java.rmi.RemoteException
public java.lang.String getStoreXMLDefinition() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.sql.SQLException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.sql.SQLException
java.rmi.RemoteException
public java.lang.String getStoreXMLString() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.sql.SQLException, java.rmi.RemoteException
java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.java.lang.String
- The exception description.javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.sql.SQLException
java.rmi.RemoteException
public TermConditionAccessBean[] getXMLByTradingIdAndType(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException, java.sql.SQLException
javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
java.sql.SQLException