java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean
This table contains language-dependent information about a StoreEntity.
Constructor Summary | |
---|---|
StoreEntityDescriptionAccessBean() constructor | |
StoreEntityDescriptionAccessBean(java.lang.Integer storeEntityId,
java.lang.Integer languageId) StoreEntityDescriptionAccessBean constructor | |
StoreEntityDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByLocaleNameAndDistinguishedName(java.lang.String arg0,
java.lang.String arg1) Retrieves all StoreEntityDescriptionAccessBeans by the specified locale name and LDAP name |
java.lang.String |
getContactAddressId() This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER. |
java.lang.Integer |
getContactAddressIdInEJBType() This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER. |
java.lang.String |
getDescription() This method accesses a non-CMP field |
java.lang.String |
getDisplayName() This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80). |
java.lang.String |
getLanguageId() This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguageIdInEJBType() This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLocationAddressId() This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER. |
java.lang.Integer |
getLocationAddressIdInEJBType() This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER. |
java.lang.String |
getStoreEntityId() This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType() This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setContactAddressId(java.lang.Integer newValue) This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER. |
void |
setContactAddressId(java.lang.String newValue) This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER. |
void |
setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void |
setDisplayName(java.lang.String newValue) This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80). |
void |
setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_storeEntityId(java.lang.String newValue) Set the primary key for this object |
void |
setLanguageId(java.lang.Integer newValue) This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguageId(java.lang.String newValue) This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLocationAddressId(java.lang.Integer newValue) This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER. |
void |
setLocationAddressId(java.lang.String newValue) This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER. |
void |
setStoreEntityId(java.lang.Integer newValue) This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String newValue) This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public StoreEntityDescriptionAccessBean()
public StoreEntityDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public StoreEntityDescriptionAccessBean(java.lang.Integer storeEntityId, java.lang.Integer languageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
storeEntityId
- java.lang.IntegerlanguageId
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByLocaleNameAndDistinguishedName(java.lang.String arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all StoreEntityDescriptionAccessBeans by the specified locale name and LDAP name
The SQL query used to fetch the requested row from the STOREENTDS table is:
SELECT * FROM STOREENTDS T1 WHERE (T1.LANGUAGE_ID = ANY (SELECT LANGUAGE.LANGUAGE_ID FROM LANGUAGE WHERE LANGUAGE.LOCALENAME = ?)) AND (T1.STOREENT_ID = ANY (SELECT STOREENT.STOREENT_ID FROM STOREENT WHERE STOREENT.IDENTIFIER = ?))
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_storeEntityId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
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 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 getLocationAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getLocationAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLocationAddressId(java.lang.String newValue)
This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the StoreEntity.
newValue
- Stringpublic void setLocationAddressId(java.lang.Integer newValue)
This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the StoreEntity.
newValue
- java.lang.Integerpublic java.lang.String getContactAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER.
The following is a description of this column:
The contact address of the StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getContactAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER.
The following is a description of this column:
The contact address of the StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setContactAddressId(java.lang.String newValue)
This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER.
The following is a description of this column:
The contact address of the StoreEntity.
newValue
- Stringpublic void setContactAddressId(java.lang.Integer newValue)
This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER.
The following is a description of this column:
The contact address of the StoreEntity.
newValue
- java.lang.Integerpublic java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language. For a list of language components, see the LANGUAGE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language. For a list of language components, see the LANGUAGE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language. For a list of language components, see the LANGUAGE table.
newValue
- Stringpublic void setLanguageId(java.lang.Integer newValue)
This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language. For a list of language components, see the LANGUAGE table.
newValue
- java.lang.Integerpublic java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
newValue
- Stringpublic void setStoreEntityId(java.lang.Integer newValue)
This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
newValue
- java.lang.Integerpublic java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80).
The following is a description of this column:
A brief description of the StoreEntity, suitable for display to customers.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDisplayName(java.lang.String newValue)
This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80).
The following is a description of this column:
A brief description of the StoreEntity, suitable for display to customers.
newValue
- java.lang.String