java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.common.objects.StoreCategoryAccessBean
Each row of this table represents a StoreCategory. StoreCategories can be used to group Stores of similar types together for display purposes. For example, in order to display all clothing stores in a mall together in the mall directory, you could create a clothing StoreCategory. This access bean corresponds to the database table 'STORECGRY'. StoreCategoryAccessBean
Constructor Summary | |
StoreCategoryAccessBean() constructor |
|
StoreCategoryAccessBean(javax.ejb.EJBObject o) StoreCategoryAccessBean constructor |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findAll() Retrieves all of the StoreCategoryAccessBeans |
StoreCategoryAccessBean | findByName(java.lang.String name) Retrieves the StoreCategoryAccessBean with the specified name |
StoreCategoryDescriptionAccessBean | getDescription(java.lang.Integer languageId) Gets the StoreCategoryDescriptionAccessBean for the given language ID |
java.lang.String | getName() getName |
java.lang.String | getRemark() This method accesses a non-CMP field |
java.lang.Integer | getStoreCategoryId() This method accesses a non-CMP field |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setInitKey_storeCategoryId(java.lang.Integer newValue) setInitKey_storeCategoryId |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setRemark(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 StoreCategoryAccessBean()
public StoreCategoryAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
public java.lang.String getRemark() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRemark(java.lang.String newValue)
public java.lang.Integer getStoreCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setInitKey_storeCategoryId(java.lang.Integer newValue)
Set the primary key for this object
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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 java.util.Enumeration findAll() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all of the StoreCategoryAccessBeans
The SQL query used to fetch the requested row from the STORECAT table is:
SELECT * FROM STORECAT
public StoreCategoryDescriptionAccessBean getDescription(java.lang.Integer languageId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public StoreCategoryAccessBean findByName(java.lang.String name) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the StoreCategoryAccessBean with the specified name
The SQL query used to fetch the requested row from the STORECAT table is:
SELECT * FROM STORECAT T1 WHERE (T1.NAME = ?)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.