java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.common.objects.StoreAddressAccessBean
Each row of this table represents a store address. StoreEntities, FulfillmentCenters, and Vendors can have store addresses. Sore addresses can be staged using the staging server. This access bean corresponds to the database table 'STADDRESS'.
Constructor Summary | |
StoreAddressAccessBean() Zero argument constructor used to initialize the access bean. |
|
StoreAddressAccessBean(javax.ejb.EJBObject o) constructor |
|
StoreAddressAccessBean(java.lang.Long aMemberId, java.lang.String aNickname) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
StoreAddressAccessBean | findByMemberIdAndNickName(java.lang.Long aMemberId, java.lang.String aNickName) Retrieves all StoreAddressAccessBeans for the specified member ID and nick name |
java.lang.String | getAddress1() This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50). |
java.lang.String | getAddress2() This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50). |
java.lang.String | getAddress3() This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50). |
java.lang.String | getAddressField1() This method accesses a non-CMP field |
java.lang.String | getAddressField2() This method accesses a non-CMP field |
java.lang.String | getAddressField3() This method accesses a non-CMP field |
java.lang.String | getBusinessTitle() This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128). |
java.lang.String | getCity() This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128). |
java.lang.String | getCountry() This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128). |
java.lang.String | getEmail1() This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254). |
java.lang.String | getEmail2() This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254). |
java.lang.String | getFax1() This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32). |
java.lang.String | getFax2() This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32). |
java.lang.String | getField1() This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64). |
java.lang.String | getField2() This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64). |
java.lang.String | getFirstName() This method provides access to the STADDRESS.FIRSTNAME column of DB2 type VARCHAR(128). |
java.lang.String | getLastName() This method provides access to the STADDRESS.LASTNAME column of DB2 type VARCHAR(128). |
java.lang.String | getMemberId() This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getMemberIdInEJBType() This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getMiddleName() This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128). |
java.lang.String | getNickName() This method provides access to the STADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getPersonTitle() This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50). |
java.lang.String | getPhone1() This method provides access to the STADDRESS.PHONE1 column of DB2 type VARCHAR(32). |
java.lang.String | getPhone2() This method provides access to the STADDRESS.PHONE2 column of DB2 type VARCHAR(32). |
java.lang.String | getShippingGeoCode() This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254). |
java.lang.String | getState() This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128). |
java.lang.String | getStoreAddressId() This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreAddressIdInEJBType() This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getTaxGeoCode() This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254). |
java.lang.String | getURL() This method accesses a non-CMP field |
java.lang.String | getZipCode() This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAddress1(java.lang.String newValue) This method accesses a non-CMP field |
void | setAddress2(java.lang.String newValue) This method accesses a non-CMP field |
void | setAddress3(java.lang.String newValue) This method accesses a non-CMP field |
void | setAddressField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setAddressField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setAddressField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setBusinessTitle(java.lang.String newValue) This method accesses a non-CMP field |
void | setCity(java.lang.String newValue) This method accesses a non-CMP field |
void | setCountry(java.lang.String newValue) This method accesses a non-CMP field |
void | setEmail1(java.lang.String newValue) This method accesses a non-CMP field |
void | setEmail2(java.lang.String newValue) This method accesses a non-CMP field |
void | setFax1(java.lang.String newValue) This method accesses a non-CMP field |
void | setFax2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setFirstName(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_storeAddressId(java.lang.String newValue) Set the primary key for this object |
void | setLastName(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setMiddleName(java.lang.String newValue) This method accesses a non-CMP field |
void | setNickName(java.lang.String newValue) This method accesses a non-CMP field |
void | setPersonTitle(java.lang.String newValue) This method accesses a non-CMP field |
void | setPhone1(java.lang.String newValue) This method accesses a non-CMP field |
void | setPhone2(java.lang.String newValue) This method accesses a non-CMP field |
void | setShippingGeoCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setState(java.lang.String newValue) This method accesses a non-CMP field |
void | setTaxGeoCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setURL(java.lang.String newValue) This method accesses a non-CMP field |
void | setZipCode(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 StoreAddressAccessBean()
public StoreAddressAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public StoreAddressAccessBean(java.lang.Long aMemberId, java.lang.String aNickname) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Creates a StoreAddressAccessBean with the specified member id and nick name
Method Detail |
public StoreAddressAccessBean findByMemberIdAndNickName(java.lang.Long aMemberId, java.lang.String aNickName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all StoreAddressAccessBeans for the specified member ID and nick name
The SQL query used to fetch the requested row from the STADDRESS table is:
SELECT * FROM STADDRESS T1 WHERE T1.MEMBER_ID = ? AND T1.NICKNAME = ?
public void setInitKey_storeAddressId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getCity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128).
The following is a description of this column:
The city within this address.
public void setCity(java.lang.String newValue)
public java.lang.String getBusinessTitle() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
The following is a description of this column:
Occupation of the contact person (for example, Site Administrator or Customer Service Representative).
public void setBusinessTitle(java.lang.String newValue)
public java.lang.String getTaxGeoCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
public void setTaxGeoCode(java.lang.String newValue)
public java.lang.String getCountry() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128).
The following is a description of this column:
The country or region within this address.
public void setCountry(java.lang.String newValue)
public java.lang.String getAddressField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddressField3(java.lang.String newValue)
public java.lang.String getAddressField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddressField2(java.lang.String newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128).
The following is a description of this column:
The state within this address.
public void setState(java.lang.String newValue)
public java.lang.String getAddressField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddressField1(java.lang.String newValue)
public java.lang.String getAddress3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).
The following is a description of this column:
The third line of the store address.
public void setAddress3(java.lang.String newValue)
public java.lang.String getAddress2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).
The following is a description of this column:
The second line of the store address.
public void setAddress2(java.lang.String newValue)
public java.lang.String getAddress1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).
The following is a description of this column:
The first line of the store address.
public void setAddress1(java.lang.String newValue)
public java.lang.String getFirstName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
First name for the contact person.
public void setFirstName(java.lang.String newValue)
public java.lang.String getEmail2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254).
The following is a description of this column:
The secondary e-mail address.
public void setEmail2(java.lang.String newValue)
public java.lang.String getEmail1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254).
The following is a description of this column:
The primary e-mail address.
public void setEmail1(java.lang.String newValue)
public java.lang.String getZipCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40).
The following is a description of this column:
The ZIP code within this address.
public void setZipCode(java.lang.String newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64).
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64).
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public java.lang.String getNickName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Nickname or identifier for the address. Ensure that the nickname is unique for each store.
public void setNickName(java.lang.String newValue)
public java.lang.String getMiddleName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Middle name for the contact person.
public void setMiddleName(java.lang.String newValue)
public java.lang.String getPersonTitle() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
The following is a description of this column:
Title of the contact person (for example, Mr or Mrs).
public void setPersonTitle(java.lang.String newValue)
public java.lang.String getStoreAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getStoreAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.String getFax2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32).
The following is a description of this column:
The secondary fax number.
public void setFax2(java.lang.String newValue)
public java.lang.String getFax1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32).
The following is a description of this column:
The primary fax number.
public void setFax1(java.lang.String newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this address.
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this address.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public java.lang.String getLastName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.LASTNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Last name for the contact person.
public void setLastName(java.lang.String newValue)
public java.lang.String getPhone2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.PHONE2 column of DB2 type VARCHAR(32).
The following is a description of this column:
The secondary phone number.
public void setPhone2(java.lang.String newValue)
public java.lang.String getShippingGeoCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
public void setShippingGeoCode(java.lang.String newValue)
public java.lang.String getPhone1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STADDRESS.PHONE1 column of DB2 type VARCHAR(32).
The following is a description of this column:
The primary phone number.
public void setPhone1(java.lang.String newValue)
public java.lang.String getURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setURL(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.