com.ibm.commerce.common.objects
Class StoreCategoryDescriptionAccessBean

java.lang.Object
  |
  +--AbstractEntityAccessBean
        |
        +--com.ibm.commerce.common.objects.StoreCategoryDescriptionAccessBean

public class StoreCategoryDescriptionAccessBean
extends AbstractEntityAccessBean

This table contains language-dependent information about a StoreCategory. StoreCategoryDescriptionAccessBean

See Also:
Serialized Form

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

StoreCategoryDescriptionAccessBean

public StoreCategoryDescriptionAccessBean()
constructor

StoreCategoryDescriptionAccessBean

public StoreCategoryDescriptionAccessBean(javax.ejb.EJBObject o)
                                   throws java.rmi.RemoteException
StoreCategoryDescriptionAccessBean constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

StoreCategoryDescriptionAccessBean

public StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId,
                                          java.lang.Integer languageId)
                                   throws javax.naming.NamingException,
                                          javax.ejb.CreateException,
                                          java.rmi.RemoteException
StoreCategoryDescriptionAccessBean constructor
Parameters:
storeCategoryId - java.lang.Integer
languageId - java.lang.Integer
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)
This method accesses a non-CMP field

getDisplayName

public java.lang.String getDisplayName()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDisplayName

public void setDisplayName(java.lang.String newValue)
This method accesses a non-CMP field

getLanguageId

public java.lang.Integer getLanguageId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreCategoryId

public java.lang.Integer getStoreCategoryId()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
This method accesses a non-CMP field
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitKey_storeCategoryId

public void setInitKey_storeCategoryId(java.lang.Integer newValue)
setInitKey_storeCategoryId

Set the primary key for this object

Parameters:
newValue - java.lang.Integer
Returns:
void

setInitKey_languageId

public void setInitKey_languageId(java.lang.Integer newValue)
setInitKey_languageId

Set the primary key for this object

Parameters:
newValue - java.lang.Integer
Returns:
void

defaultJNDIName

public java.lang.String defaultJNDIName()
defaultJNDIName
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws javax.naming.NamingException,
                              javax.ejb.FinderException,
                              java.rmi.RemoteException
instantiateEJB
Returns:
void
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws javax.ejb.CreateException,
                                             java.rmi.RemoteException,
                                             javax.naming.NamingException
instantiateEJBByPrimaryKey
Returns:
boolean
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
refreshCopyHelper

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException
commitCopyHelper

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException