java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.contract.objects.TradingAgreementAccessBean
Each row in this table represents a TradingAgreement. This access bean corresponds to the database table 'TRADING'.
Constructor Summary | |
TradingAgreementAccessBean() Zero argument constructor used to initialize the access bean. |
|
TradingAgreementAccessBean(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime) Constructs a TradingAgreementAccessBean object with the specified trading type. |
|
TradingAgreementAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll() Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements which are not marked for deleting. |
java.util.Enumeration | findAllActive() Returns an Enumeration of the TradingAgreementAccessBeans representing all the active trading agreements. |
java.util.Enumeration | findAllByReferenceId(java.lang.Long arg0) findAllByReferenceId |
java.util.Enumeration | findAllByType(java.lang.Integer argTradingTypeId) Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements with the specified trading type. |
java.util.Enumeration | findDefaultAuctionTradingAgreement() Retrives all trading agreements whose type are 'Auction'. |
java.util.Enumeration | findEntitledTradingAgreementByTypeForBuyerUnderStore(java.lang.Integer argTradingTypeId, java.lang.Long argMemberId, java.lang.Integer argStoreId) Returns an Enumeration of the TradingAgreementAccessBeans representing the trading agreements with the specified trading type, buyer's member ID, and the store ID. |
java.util.Enumeration | findEntitledTradingAgreementForBuyerUnderStore(java.lang.Long argMemberId, java.lang.Integer argStoreId) Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements with the specified buyer's member ID, and the store ID. |
TradingAgreementAccessBean | findValidTAById(java.lang.Long argTradingId) Retrieves the TradingAgreement representing the trading agreement with the specified tradingId. |
java.lang.String | getAccountId() This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT. |
java.lang.Long | getAccountIdInEJBType() This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT. |
AttachmentAccessBean[] | getAttachment() This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getCreditAllowedFlag() This method provides access to the TRADING.CREDITALLOWED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getCreditAllowedFlagInEJBType() This method provides access to the TRADING.CREDITALLOWED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
TradingDescriptionAccessBean | getDescription(java.lang.Integer argLanguageId) Retrieves the TradingDescriptionAccessBean representing the trading agreement description with the specified language ID. |
TradingDescriptionAccessBean | getDescription(java.lang.Integer language_id, java.lang.Integer storeId) Retrieves the TradingDescriptionAccessBean representing the trading agreement description with the specified language ID. |
java.lang.String | getEndTime() This method provides access to the TRADING.ENDTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getEndTimeInEJBType() This method provides access to the TRADING.ENDTIME column of DB2 type TIMESTAMP. |
java.lang.String | getMarkForDelete() This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getMarkForDeleteInEJBType() This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
BusinessPolicyAccessBean[] | getPolicies() The method return an array of BusinessPolicyAccessBean objects representing all the business policies the trading agreement has. |
BusinessPolicyAccessBean[] | getPolicies(java.lang.Long argMemberId) The method return all the business policies that the specified member ID has in the trading agreement. |
BusinessPolicyAccessBean[] | getPoliciesByType(java.lang.String argType) The method return all the business policies has the specified type in the trading agreement. |
BusinessPolicyAccessBean[] | getPoliciesByType(java.lang.String argType, java.lang.Long argMemberId) The method returns all the business policies has the specified type and the specified member Id as the buyer participant in the trading agreement. |
java.lang.String | getReferenceCount() This method provides access to the TRADING.REFERENCECOUNT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getReferenceCountInEJBType() This method provides access to the TRADING.REFERENCECOUNT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getReferenceId() This method accesses a non-CMP field |
java.lang.String | getStartTime() This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getStartTimeInEJBType() This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP. |
java.lang.String | getState() This method provides access to the TRADING.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getStateInEJBType() This method provides access to the TRADING.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
TermConditionAccessBean[] | getTCsByTCSubType(java.lang.String argTCSubType) This method returns all the terms and conditions that has the specified sub-type. |
TermConditionAccessBean[] | getTCsByTCSubType(java.lang.String argTCSubType, java.lang.Long argMemberId) This method returns an array of the TermConditionAccessBean objects which has the specified sub-type, and the specified member id is the buyer participant of the terms and conditions. |
TermConditionAccessBean[] | getTCsByTCType(java.lang.String argTCType) This method returns an array of the TermConditionAccessBean objects which has the specified type. |
TermConditionAccessBean[] | getTCsByTCType(java.lang.String argTCType, java.lang.Long argMemberId) This method returns an array of the TermConditionAccessBean objects which has the specified type, and the specified member id is the buyer participant of the terms and conditions. |
java.lang.String | getTradingId() This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getTradingIdInEJBType() This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL. |
ParticipantAccessBean[] | getTradingLevelParticipants() This method returns all the trading agreement level participants. |
java.lang.String | getTradingType() This method provides access to the TRADING.TRDTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getTradingTypeInEJBType() This method provides access to the TRADING.TRDTYPE_ID column of DB2 type INTEGER NOT NULL. |
boolean | hasTCLevelParticipant() The method check if the trading agreement has the terms and conditions level participant(s). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
boolean | isValid() This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP NULL. |
void | markForDelete() This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAccountId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAccountId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreditAllowedFlag(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setCreditAllowedFlag(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_tradingId(java.lang.String newValue) Set the primary key for this object |
void | setMarkForDelete(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.String newValue) This method accesses a non-CMP field |
void | setReferenceCount(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setReferenceCount(java.lang.String newValue) This method accesses a non-CMP field |
void | setReferenceId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setReferenceId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setState(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setState(java.lang.String newValue) This method accesses a non-CMP field |
void | setTradingId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setTradingId(java.lang.String newValue) This method accesses a non-CMP field |
void | setTradingType(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setTradingType(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TradingAgreementAccessBean()
public TradingAgreementAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public TradingAgreementAccessBean(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Constructs a TradingAgreementAccessBean object with the specified trading type. The start time of the trading agreement is set to the specified argStartTime, and the ending time is set to the specified argEndTime.
Method Detail |
public TradingAgreementAccessBean findValidTAById(java.lang.Long argTradingId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the TradingAgreement representing the trading agreement with the specified tradingId.
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements which are not marked for deleting.
The SQL query used to fetch all the required rows from the TRADING table is:
select * from trading T1 where T1.markfordelete = 0
public java.util.Enumeration findAllActive() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns an Enumeration of the TradingAgreementAccessBeans representing all the active trading agreements.
public java.util.Enumeration findAllByType(java.lang.Integer argTradingTypeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements with the specified trading type.
The SQL query used to fetch all the required rows from the TRADING table is:
select * from trading T1 where T1.markfordelete = 0 and trdtype_id = ?
public java.util.Enumeration findDefaultAuctionTradingAgreement() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrives all trading agreements whose type are 'Auction'.
The SQL query used to fetch all the required rows from the TRADING table is:
select * from trading T1 where T1.markfordelete = 0 and trdtype_id = 6
public java.util.Enumeration findEntitledTradingAgreementByTypeForBuyerUnderStore(java.lang.Integer argTradingTypeId, java.lang.Long argMemberId, java.lang.Integer argStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns an Enumeration of the TradingAgreementAccessBeans representing the trading agreements with the specified trading type, buyer's member ID, and the store ID.
public java.util.Enumeration findEntitledTradingAgreementForBuyerUnderStore(java.lang.Long argMemberId, java.lang.Integer argStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns an Enumeration of the TradingAgreementAccessBeans representing all the trading agreements with the specified buyer's member ID, and the store ID.
The SQL query used to fetch all the required rows from the TRADING table is:select * from trading T1 where T1.public void setInitKey_tradingId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getReferenceCount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.REFERENCECOUNT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Number of trading mechanisms associated with this TradingAgreement.
public java.lang.Integer getReferenceCountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.REFERENCECOUNT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Number of trading mechanisms associated with this TradingAgreement.
public void setReferenceCount(java.lang.String newValue)
public void setReferenceCount(java.lang.Integer newValue)
public java.lang.String getTradingType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.TRDTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the TRDTYPE table.
public java.lang.Integer getTradingTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.TRDTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the TRDTYPE table.
public void setTradingType(java.lang.String newValue)
public void setTradingType(java.lang.Integer newValue)
public java.lang.String getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Start time for the TradingAgreement. If null, the TradingAgreement starts immediately.
public java.sql.Timestamp getStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Start time for the TradingAgreement. If null, the TradingAgreement starts immediately.
public void setStartTime(java.lang.String newValue)
public void setStartTime(java.sql.Timestamp newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The status of the TradingAgreement as follows:&l
public java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The status of the TradingAgreement as follows:&l
public void setState(java.lang.String newValue)
public void setState(java.lang.Integer newValue)
public java.lang.String getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TradingAgreement ID. This is a primary key. A TradingAgreement object can be shared by more than one trading mechanism, such as between an RFQ and a contract.
public java.lang.Long getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TradingAgreement ID. This is a primary key. A TradingAgreement object can be shared by more than one trading mechanism, such as between an RFQ and a contract.
public void setTradingId(java.lang.String newValue)
public void setTradingId(java.lang.Long newValue)
public java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
Account associated with this trading agreement. There is no foreign key to the account table to prevent deadlock for the Database Cleanup utility.
public java.lang.String getReferenceId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
Account associated with this trading agreement. There is no foreign key to the account table to prevent deadlock for the Database Cleanup utility.
public void setAccountId(java.lang.String newValue)
public void setAccountId(java.lang.Long newValue)
public void setReferenceId(java.lang.Long newValue)
public void setReferenceId(java.lang.String newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this TradingAgreement has been marked for deletion:&l
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this TradingAgreement has been marked for deletion:&l
public void setMarkForDelete(java.lang.String newValue)
public void setMarkForDelete(java.lang.Integer newValue)
public java.lang.String getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
End time for the TradingAgreement. If null, the TradingAgreement has no end time.
public java.sql.Timestamp getEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
End time for the TradingAgreement. If null, the TradingAgreement has no end time.
public void setEndTime(java.lang.String newValue)
public void setEndTime(java.sql.Timestamp newValue)
public java.lang.String getCreditAllowedFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.CREDITALLOWED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates whether or not credit are allowed:&l
public java.lang.Integer getCreditAllowedFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADING.CREDITALLOWED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates whether or not credit are allowed:&l
public void setCreditAllowedFlag(java.lang.String newValue)
public void setCreditAllowedFlag(java.lang.Integer newValue)
public boolean hasTCLevelParticipant() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method check if the trading agreement has the terms and conditions level participant(s).
public boolean isValid() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the TRADING.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Start time for the Trading Agreement. If null, start immediately.
public AttachmentAccessBean[] getAttachment() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the TRADING.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Trading agreement ID (primary key). A Trading Agreement object can be shared by more than one trading mechanism such as RFQ and Contract.
public BusinessPolicyAccessBean[] getPolicies() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method return an array of BusinessPolicyAccessBean objects representing all the business policies the trading agreement has.
public BusinessPolicyAccessBean[] getPolicies(java.lang.Long argMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method return all the business policies that the specified member ID has in the trading agreement.
public BusinessPolicyAccessBean[] getPoliciesByType(java.lang.String argType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method return all the business policies has the specified type in the trading agreement.
public BusinessPolicyAccessBean[] getPoliciesByType(java.lang.String argType, java.lang.Long argMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The method returns all the business policies has the specified type and the specified member Id as the buyer participant in the trading agreement.
public ParticipantAccessBean[] getTradingLevelParticipants() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the trading agreement level participants.
public TermConditionAccessBean[] getTCsByTCSubType(java.lang.String argTCSubType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the terms and conditions that has the specified sub-type.
public TermConditionAccessBean[] getTCsByTCSubType(java.lang.String argTCSubType, java.lang.Long argMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns an array of the TermConditionAccessBean objects which has the specified sub-type, and the specified member id is the buyer participant of the terms and conditions.
public TermConditionAccessBean[] getTCsByTCType(java.lang.String argTCType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns an array of the TermConditionAccessBean objects which has the specified type.
public TermConditionAccessBean[] getTCsByTCType(java.lang.String argTCType, java.lang.Long argMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns an array of the TermConditionAccessBean objects which has the specified type, and the specified member id is the buyer participant of the terms and conditions.
public TradingDescriptionAccessBean getDescription(java.lang.Integer argLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean representing the trading agreement description with the specified language ID.
public TradingDescriptionAccessBean getDescription(java.lang.Integer language_id, java.lang.Integer storeId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean representing the trading agreement 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.
public void markForDelete() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the TRADING.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this TradingAgreement has been marked for deletion: 0 = No. 1 = Yes, this TradingAgreement has been marked for deletion.
public java.util.Enumeration findAllByReferenceId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.