java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreCategoryDescriptionAccessBean
This table contains language-dependent information about a StoreCategory. StoreCategoryDescriptionAccessBean
Constructor Summary | |
---|---|
StoreCategoryDescriptionAccessBean() constructor | |
StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId,
java.lang.Integer languageId) StoreCategoryDescriptionAccessBean constructor | |
StoreCategoryDescriptionAccessBean(javax.ejb.EJBObject o) StoreCategoryDescriptionAccessBean constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() commitCopyHelper |
java.lang.String |
defaultJNDIName() defaultJNDIName |
java.lang.String |
getDescription() This method accesses a non-CMP field |
java.lang.String |
getDisplayName() This method accesses a non-CMP field |
java.lang.Integer |
getLanguageId() 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 |
setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void |
setDisplayName(java.lang.String newValue) This method accesses a non-CMP field |
void |
setInitKey_languageId(java.lang.Integer newValue) setInitKey_languageId |
void |
setInitKey_storeCategoryId(java.lang.Integer newValue) setInitKey_storeCategoryId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public StoreCategoryDescriptionAccessBean()
public StoreCategoryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId, java.lang.Integer languageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
storeCategoryId
- java.lang.IntegerlanguageId
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public java.lang.String getDescription() 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 setDescription(java.lang.String newValue)
public java.lang.String getDisplayName() 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 setDisplayName(java.lang.String newValue)
public java.lang.Integer getLanguageId() 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 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 void setInitKey_languageId(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