public class ProductSetTCCustomExclusionBeanBase extends TermConditionBean
This bean provides access to the TERMCOND table.
The following is a description of this table:
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help. This bean accesses the database table TERMCOND.
Modifier and Type | Field and Description |
---|---|
java.lang.Integer | productSetId |
java.lang.String | productSetName
Implementation field for persistent attribute: productSetName
|
java.lang.Long | productSetOwnerId |
Constructor and Description |
---|
ProductSetTCCustomExclusionBeanBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | createNewVersion(java.lang.Long argNewTradingId)
This method creates a new version of the terms and conditions.
|
com.ibm.commerce.contract.objects.TermConditionKey | ejbCreate(java.lang.Long argTradingId, org.w3c.dom.Element argElement)
Constructs a ProductSetTCCustomExclusionAccessBean object with the specified trading agreement ID, and the product set term condition element.
|
void | ejbPostCreate(java.lang.Long argTradingId, org.w3c.dom.Element argElement)
Parses the XML element to construct the terms and conditions.
|
void | ejbRemove()
Removes the product set data related to the term condition.
|
java.lang.Integer | getProductSetId()
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
|
java.lang.String | getProductSetName()
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
|
java.lang.Long | getProductSetOwnerId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
|
java.lang.String | getXMLString()
This method retrieves the XML String associated with the terms and conditions.
|
java.lang.String | getXMLString(boolean tcdata)
This method retrieves the XML String associated with the terms and conditions.
|
void | markForDelete()
Marks this term condition for deletion.
|
void | parseXMLElement(org.w3c.dom.Element argElement)
This method parses the given XML element.
|
void | setProductSetId(java.lang.Integer newValue)
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
|
void | setProductSetName(java.lang.String newValue)
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
|
void | setProductSetOwnerId(java.lang.Long newValue)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
|
public java.lang.Integer productSetId
public java.lang.Long productSetOwnerId
public java.lang.String productSetName
public java.lang.Long createNewVersion(java.lang.Long argNewTradingId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.RemoveException, org.xml.sax.SAXException, java.io.IOException
public com.ibm.commerce.contract.objects.TermConditionKey ejbCreate(java.lang.Long argTradingId, org.w3c.dom.Element argElement) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.RemoveException
public void ejbPostCreate(java.lang.Long argTradingId, org.w3c.dom.Element argElement) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.RemoveException
public void ejbRemove() throws javax.ejb.RemoveException
public java.lang.Integer getProductSetId()
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
public java.lang.String getProductSetName()
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
The following is a description of this column:
A STRING field used to store terms and conditions data.
public java.lang.Long getProductSetOwnerId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
public java.lang.String getXMLString() throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method retrieves the XML String associated with the terms and conditions.
No terms and conditions data will be included in this XML String.
public java.lang.String getXMLString(boolean tcdata) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void markForDelete() throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void parseXMLElement(org.w3c.dom.Element argElement) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.RemoveException
public void setProductSetId(java.lang.Integer newValue)
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
public void setProductSetName(java.lang.String newValue)
This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL.
The following is a description of this column:
A STRING field used to store terms and conditions data.
public void setProductSetOwnerId(java.lang.Long newValue)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.