java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreCategoryAccessBean
Each row of this table represents a StoreCategory. Store categories 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. 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 arg0) Gets the StoreCategoryDescriptionAccessBean for the given language ID |
java.lang.String |
getName() This method accesses a non-CMP field |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
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
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
newValue
- java.lang.Integerpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
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 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public StoreCategoryDescriptionAccessBean getDescription(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic 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 = ?)
name
- The name of the categoryjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException