java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.AddressAccessBean
This table stores the addresses of members in the WebSphere Commerce system. The addresses can be the members own addresses or for their friends, associates, or clients, and so on. Some columns here replace columns used in previous versions. This access bean corresponds to the database table 'ADDRESS'.
Constructor Summary | |
AddressAccessBean() Zero argument constructor used to initialize the access bean. |
|
AddressAccessBean(javax.ejb.EJBObject o) constructor |
|
AddressAccessBean(java.lang.Long arg1, java.lang.String arg2) 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() |
java.util.Enumeration | findByAddressType(java.lang.String aAddressType, java.lang.Long aMemberId) Find by address type. |
java.util.Enumeration | findByMemberId(java.lang.Long aMemberId) Find by member id. |
java.util.Enumeration | findByMemberIdOrderByLastName(java.lang.Long aMemberId) Find by MemberId. |
java.util.Enumeration | findByMemberIdOrderByNickName(java.lang.Long aMemberId) Find by MemberId and order by the Nick Name. |
AddressAccessBean | findByNickname(java.lang.String aNickname, java.lang.Long aMemberId) Find by Nick Name. |
java.util.Enumeration | findByUserAndAddress(java.lang.Long aMemberId, java.lang.Long aAddressId) Find by user and address. |
java.util.Enumeration | findPrimaryAddress(java.lang.String aAddressType, java.lang.Long aMemberId) Find by primary address. |
AddressAccessBean | findSelfAddressByMember(java.lang.Long aMemberId) Find by self address. |
java.lang.String | getAddress1() This method provides access to the ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50). |
java.lang.String | getAddress2() This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50). |
java.lang.String | getAddress3() This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50). |
java.lang.String | getAddressBookId() This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getAddressBookIdInEJBType() This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL. |
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 | getAddressId() This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getAddressIdInEJBType() This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getAddressType() This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5). |
java.lang.String | getBestCallingTime() This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1). |
java.lang.String | getBillingCode() This method accesses a non-CMP field |
java.lang.String | getBillingCodeType() This method accesses a non-CMP field |
java.lang.String | getBusinessTitle() This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128). |
java.lang.String | getCity() This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128). |
java.lang.String | getCountry() This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128). |
java.lang.String | getCreatedTimestamp() This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCreatedTimestampInEJBType() This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP. |
java.lang.String | getEmail1() This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256). |
java.lang.String | getEmail2() This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256). |
java.lang.String | getFax1() This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32). |
java.lang.String | getFax2() This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32). |
java.lang.String | getFirstName() This method provides access to the ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128). |
java.lang.String | getLastName() This method provides access to the ADDRESS.LASTNAME column of DB2 type VARCHAR(128). |
java.lang.String | getMemberId() This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getMemberIdInEJBType() This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getMiddleName() This method provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128). |
java.lang.String | getNickName() This method provides access to the ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getOfficeAddress() This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128). |
java.lang.String | getOrganizationName() This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128). |
java.lang.String | getOrganizationUnitName() This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128). |
java.lang.String | getPackageSuppression() This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER. |
java.lang.Integer | getPackageSuppressionInEJBType() This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER. |
java.lang.String | getPersonTitle() This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50). |
java.lang.String | getPhone1() This method provides access to the ADDRESS.PHONE1 column of DB2 type VARCHAR(32). |
java.lang.String | getPhone1Type() This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3). |
java.lang.String | getPhone2() This method provides access to the ADDRESS.PHONE2 column of DB2 type VARCHAR(32). |
java.lang.String | getPhone2Type() This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3). |
java.lang.String | getPrimary() This method accesses a non-CMP field |
java.lang.Integer | getPrimaryInEJBType() This method accesses a non-CMP field |
java.lang.String | getPublishPhone1() This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER. |
java.lang.Integer | getPublishPhone1InEJBType() This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER. |
java.lang.String | getPublishPhone2() This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER. |
java.lang.Integer | getPublishPhone2InEJBType() This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER. |
java.lang.String | getSelfAddress() This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getSelfAddressInEJBType() This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getShippingGeoCode() This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254). |
java.lang.String | getState() This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128). |
java.lang.String | getStatus() This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1). |
java.lang.String | getTaxGeoCode() This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254). |
java.lang.String | getZipCode() This method provides access to the ADDRESS.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 | setAddressBookId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAddressBookId(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 | setAddressType(java.lang.String newValue) This method accesses a non-CMP field |
void | setBestCallingTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setBillingCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setBillingCodeType(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 | setCreatedTimestamp(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreatedTimestamp(java.sql.Timestamp 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 | setFirstName(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_AddressId(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 | setOfficeAddress(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrganizationName(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrganizationUnitName(java.lang.String newValue) This method accesses a non-CMP field |
void | setPackageSuppression(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPackageSuppression(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 | setPhone1Type(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 | setPhone2Type(java.lang.String newValue) This method accesses a non-CMP field |
void | setPrimary(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPrimary(java.lang.String newValue) This method accesses a non-CMP field |
void | setPublishPhone1(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPublishPhone1(java.lang.String newValue) This method accesses a non-CMP field |
void | setPublishPhone2(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPublishPhone2(java.lang.String newValue) This method accesses a non-CMP field |
void | setSelfAddress(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSelfAddress(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 | setStatus(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 | 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 AddressAccessBean()
public AddressAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public AddressAccessBean(java.lang.Long arg1, java.lang.String arg2) 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
Method Detail |
public AddressAccessBean findByNickname(java.lang.String aNickname, java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by Nick Name.
The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.NICKNAME = ?) AND (T1.MEMBER_ID = ?)"
public AddressAccessBean findSelfAddressByMember(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by self address.
The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.SELFADDRESS = 1) AND (T1.MEMBER_ID = ?)".
public java.util.Enumeration findByAddressType(java.lang.String aAddressType, java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by address type.
The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.ADDRESSTYPE = ?) AND (T1.MEMBER_ID = ?)".
public java.util.Enumeration findByMemberId(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by member id.
The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.NICKNAME".
public java.util.Enumeration findByMemberIdOrderByLastName(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by MemberId.
The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.LASTNAME".
public java.util.Enumeration findByMemberIdOrderByNickName(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by MemberId and order by the Nick Name.
The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.NICKNAME".
public java.util.Enumeration findByUserAndAddress(java.lang.Long aMemberId, java.lang.Long aAddressId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by user and address.
The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) AND (T1.ADDRESS_ID = ?)".
public java.util.Enumeration findPrimaryAddress(java.lang.String aAddressType, java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Find by primary address.
The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.ISPRIMARY = 1) AND (T1.ADDRESSTYPE = ?) AND (T1.MEMBER_ID = ?)".
public void setInitKey_AddressId(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 getOrganizationName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
If this is a business address, the name of the organization to for this address. This is not the name of the organization that owns the address book with this address. This column replaces SAREPCOM used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setOrganizationName(java.lang.String newValue)
public java.lang.String getAddressBookId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public java.lang.Long getAddressBookIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setAddressBookId(java.lang.String newValue)
public void setAddressBookId(java.lang.Long newValue)
public java.lang.String getOrganizationUnitName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Name of the organizational unit to which this address information applies, if this is a business address. See comment on ORGNAME above.
public void setOrganizationUnitName(java.lang.String newValue)
public java.lang.String getCity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128).
The following is a description of this column:
The city, replacing SACITY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
The following is a description of this column:
The business title. For example, Manager or Chief Executive Officer. LDAP uses a length of 128 characters for title attribute in ePerson. Compare with the BCTITLE column in the BUCONT table.
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 ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).
The following is a description of this column:
Tax code based on geographical region, used for integration with Taxware.
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 ADDRESS.COUNTRY column of DB2 type VARCHAR(128).
The following is a description of this column:
The country or region, replacing SACNTRY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setCountry(java.lang.String newValue)
public java.lang.String getPhone2Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3).
The following is a description of this column:
Phone type for the secondary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SAEPHTYP.
public void setPhone2Type(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 ADDRESS.STATE column of DB2 type VARCHAR(128).
The following is a description of this column:
State or province, replacing SASTATE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 getPackageSuppression() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).
public java.lang.Integer getPackageSuppressionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).
public void setPackageSuppression(java.lang.String newValue)
public void setPackageSuppression(java.lang.Integer 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 ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).
The following is a description of this column:
Address line 3, replacing SAADDR3 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).
The following is a description of this column:
Address line 2, replacing SAADDR2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).
The following is a description of this column:
Address line 1, replacing SAADDR1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
First name of the person to which this address applies, replacing SAFNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.EMAIL2 column of DB2 type VARCHAR(256).
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 ADDRESS.EMAIL1 column of DB2 type VARCHAR(256).
The following is a description of this column:
The primary e-mail address, replacing SAEMAIL1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setEmail1(java.lang.String newValue)
public java.lang.String getOfficeAddress() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128).
The following is a description of this column:
Desktop delivery or office address associated with a shipping address.
public void setOfficeAddress(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 ADDRESS.ZIPCODE column of DB2 type VARCHAR(40).
The following is a description of this column:
ZIP or postal code, replacing SAZIPC used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setZipCode(java.lang.String newValue)
public java.lang.String getSelfAddress() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use
public java.lang.Integer getSelfAddressInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use
public void setSelfAddress(java.lang.String newValue)
public void setSelfAddress(java.lang.Integer 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 ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The nickname or identifier of the address, replacing SANICK used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Among all the addresses owned by a member, their nicknames must be unique.
public void setNickName(java.lang.String newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1).
The following is a description of this column:
Specifies the status of the address. Valid values are Permanent (current) or temporary (historical). This column replaces SAADRFLAG used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setStatus(java.lang.String newValue)
public java.lang.String getBillingCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBillingCode(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 ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Middle name or initials of the person to which this address applies, replacing SAMNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
The following is a description of this column:
Title of the person to which this address applies, replacing SATITLE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. LDAP uses a length of 50. Valid values are Dr, Prof, Rev, Mr, Mrs, Ms, and N (not provided). The default is N.
public void setPersonTitle(java.lang.String newValue)
public java.lang.String getAddressType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5).
The following is a description of this column:
Type of address, valid values are configurable by using a properties file: S (shipto), B (billto), and SB (both shipto and billto). A single address may be of different types. If a properties file cannot be found, a default of SB will be used.
public void setAddressType(java.lang.String newValue)
public java.lang.String getCreatedTimestamp() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public java.sql.Timestamp getCreatedTimestampInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setCreatedTimestamp(java.lang.String newValue)
public void setCreatedTimestamp(java.sql.Timestamp newValue)
public java.lang.String getFax2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.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 ADDRESS.FAX1 column of DB2 type VARCHAR(32).
The following is a description of this column:
The primary fax number 1, replacing SAFAX used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
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 ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the member who owns 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 ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the member who owns this address.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public java.lang.String getBestCallingTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1).
The following is a description of this column:
The best time to call, replacing SABTCALL used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Valid values are D (daytime) and E (evening).
public void setBestCallingTime(java.lang.String newValue)
public java.lang.String getPublishPhone2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).
public java.lang.Integer getPublishPhone2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).
public void setPublishPhone2(java.lang.String newValue)
public void setPublishPhone2(java.lang.Integer 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 ADDRESS.LASTNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Last name of the person to which this address applies, replacing SALNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setLastName(java.lang.String newValue)
public java.lang.String getPublishPhone1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).
public java.lang.Integer getPublishPhone1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
The following is a description of this column:
Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).
public void setPublishPhone1(java.lang.String newValue)
public void setPublishPhone1(java.lang.Integer newValue)
public java.lang.String getAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique reference number, internally generated. This is a primary key, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public java.lang.Long getAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique reference number, internally generated. This is a primary key, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public java.lang.String getPhone2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PHONE2 column of DB2 type VARCHAR(32).
The following is a description of this column:
The secondary phone number, replacing SAPHONE2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setPhone2(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 ADDRESS.PHONE1 column of DB2 type VARCHAR(32).
The following is a description of this column:
The primary phone number, replacing SAPHONE1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setPhone1(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 ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).
The following is a description of this column:
Shipping code based on geographical region. This value is used for integration with Taxware.
public void setShippingGeoCode(java.lang.String newValue)
public java.lang.String getPrimary() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPrimaryInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrimary(java.lang.String newValue)
public void setPrimary(java.lang.Integer newValue)
public java.lang.String getPhone1Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3).
The following is a description of this column:
Phone type for the primary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SADPHTYP.
public void setPhone1Type(java.lang.String newValue)
public java.lang.String getBillingCodeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBillingCodeType(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.