java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.ClassificationCodeAccessBean
This table contains all possible product classification codes under different classification domains (such as UNSPSC, SPSC, and so on) that can be assigned to CatalogEntries. This access bean corresponds to the database table 'CLASIFCODE'.
Constructor Summary | |
ClassificationCodeAccessBean() Zero argument constructor used to initialize the access bean. |
|
ClassificationCodeAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
ClassificationCodeAccessBean | findByCodeAndDomain(java.lang.String argCode, java.lang.String argDomain) Finds the classification argCodes with the classification argCode and argDomain. |
java.lang.String | getClassificationCodeId() This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getClassificationCodeIdInEJBType() This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getCode() This method provides access to the CLASIFCODE.CODE column of DB2 type CHAR(16) NOT NULL. |
java.lang.String | getDomain() This method provides access to the CLASIFCODE.DOMAIN column of DB2 type CHAR(32) NOT NULL. |
java.lang.String | getParentCode() This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setClassificationCodeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setClassificationCodeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setDomain(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_classificationCodeId(java.lang.String newValue) Set the primary key for this object |
void | setParentCode(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 ClassificationCodeAccessBean()
public ClassificationCodeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public ClassificationCodeAccessBean findByCodeAndDomain(java.lang.String argCode, java.lang.String argDomain) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the classification argCodes with the classification argCode and argDomain.
SQL:
SELECT CLASIFCODE_ID, CODE, DOMAIN, PARENTCODE FROM CLASIFCODE WHERE CODE = argCode AND DOMAIN = argDomain
public void setInitKey_classificationCodeId(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 getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLASIFCODE.CODE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The classification code.
public void setCode(java.lang.String newValue)
public java.lang.String getClassificationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
public java.lang.Long getClassificationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
public void setClassificationCodeId(java.lang.String newValue)
public void setClassificationCodeId(java.lang.Long newValue)
public java.lang.String getDomain() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLASIFCODE.DOMAIN column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The classification standard or domain.
public void setDomain(java.lang.String newValue)
public java.lang.String getParentCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16).
The following is a description of this column:
The parent classification code.
public void setParentCode(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.