|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.AddressAccessBean
This bean provides access to the ADDRESS table.
The following is a description of this table:
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AddressAccessBean()
Default constructor. |
|
AddressAccessBean(com.ibm.commerce.user.objimpl.AddressInputData aAddressInputData)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AddressAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AddressAccessBean(java.util.Hashtable aProperties)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AddressAccessBean(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). |
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) NULL. |
java.lang.String |
getAddress2()
This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getAddress3()
This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL. |
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()
Address line 1. |
java.lang.String |
getAddressField2()
Address line 2. |
java.lang.String |
getAddressField3()
Address line 3. |
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) NULL. |
java.lang.String |
getBestCallingTime()
This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1) NULL. |
java.lang.String |
getBillingCode()
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL. |
java.lang.String |
getBillingCodeType()
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL. |
java.lang.String |
getBusinessTitle()
This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCity()
This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCountry()
This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCreatedTimestamp()
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCreatedTimestampInEJBType()
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getEmail1()
This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256) NULL. |
java.lang.String |
getEmail2()
This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256) NULL. |
java.lang.String |
getFax1()
This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getFax2()
This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getFirstName()
First name of the person to which this address applies. |
java.lang.String |
getLastName()
Last name of the person to which this address applies. |
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) NULL. |
java.lang.String |
getNickName()
The nickname of the address. |
java.lang.String |
getOfficeAddress()
This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getOrganizationName()
Name of the organization to which this address information applies. |
java.lang.String |
getOrganizationUnitName()
This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getPackageSuppression()
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPackageSuppressionInEJBType()
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL. |
java.lang.String |
getPersonTitle()
This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getPhone1()
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPhone1Type()
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPhone2()
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPhone2Type()
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPrimary()
The primary address for the user. |
java.lang.Integer |
getPrimaryInEJBType()
Primary address for the user. |
java.lang.String |
getPublishPhone1()
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPublishPhone1InEJBType()
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL. |
java.lang.String |
getPublishPhone2()
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPublishPhone2InEJBType()
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL. |
java.lang.String |
getSelfAddress()
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSelfAddressInEJBType()
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShippingGeoCode()
This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getState()
This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getStatus()
Status of the address, such as permanent or temporary. |
java.lang.String |
getTaxGeoCode()
This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getZipCode()
ZIP or postal code. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAddress1(java.lang.String aAddress1)
This method provides access to the ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL. |
void |
setAddress2(java.lang.String aAddress2)
This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL. |
void |
setAddress3(java.lang.String aAddress3)
This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL. |
void |
setAddressBookId(java.lang.Long aAddressBookId)
This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL. |
void |
setAddressBookId(java.lang.String aAddressBookId)
This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL. |
void |
setAddressField1(java.lang.String aAddressField1)
Set the address line 1. |
void |
setAddressField2(java.lang.String aAddressField2)
Set the address line 2. |
void |
setAddressField3(java.lang.String aAddressField3)
Set the address line 3. |
void |
setAddressType(java.lang.String aAddressType)
This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5) NULL. |
void |
setBestCallingTime(java.lang.String aBestCallingTime)
This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1) NULL. |
void |
setBillingCode(java.lang.String aBillingCode)
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL. |
void |
setBillingCodeType(java.lang.String aBillingCodeType)
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL. |
void |
setBusinessTitle(java.lang.String aBusinessTitle)
This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL. |
void |
setCity(java.lang.String aCity)
This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128) NULL. |
void |
setCountry(java.lang.String aCountry)
This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL. |
void |
setCreatedTimestamp(java.lang.String aCreatedTimestamp)
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL. |
void |
setCreatedTimestamp(java.sql.Timestamp aCreatedTimestamp)
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL. |
void |
setEmail1(java.lang.String aEmail1)
This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256) NULL. |
void |
setEmail2(java.lang.String aEmail2)
This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256) NULL. |
void |
setFax1(java.lang.String aFax1)
This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL. |
void |
setFax2(java.lang.String aFax2)
This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL. |
void |
setFirstName(java.lang.String aFirstName)
Set the first name of the person to which this address applies. |
void |
setInitKey_AddressId(java.lang.String aInitKey_AddressId)
Set the primary key for this object |
void |
setLastName(java.lang.String aLastName)
Set the last name of the person to which this address applies. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMiddleName(java.lang.String aMiddleName)
This method provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL. |
void |
setNickName(java.lang.String aNickName)
Set the nickname of the address. |
void |
setOfficeAddress(java.lang.String aOfficeAddress)
This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128) NULL. |
void |
setOrganizationName(java.lang.String aOrganizationName)
Set the name of the organizational unit to which this address information applies |
void |
setOrganizationUnitName(java.lang.String aOrganizationUnitName)
This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128) NULL. |
void |
setPackageSuppression(java.lang.Integer aPackageSuppression)
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL. |
void |
setPackageSuppression(java.lang.String aPackageSuppression)
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL. |
void |
setPersonTitle(java.lang.String aPersonTitle)
This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL. |
void |
setPhone1(java.lang.String aPhone1)
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL. |
void |
setPhone1Type(java.lang.String aPhone1Type)
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL. |
void |
setPhone2(java.lang.String aPhone2)
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL. |
void |
setPhone2Type(java.lang.String aPhone2Type)
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL. |
void |
setPrimary(java.lang.Integer aPrimary)
Set the primary. |
void |
setPrimary(java.lang.String aPrimary)
Set the address specified is a primary address for the user. |
void |
setPublishPhone1(java.lang.Integer aPublishPhone1)
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL. |
void |
setPublishPhone1(java.lang.String aPublishPhone1)
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL. |
void |
setPublishPhone2(java.lang.Integer aPublishPhone2)
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL. |
void |
setPublishPhone2(java.lang.String aPublishPhone2)
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL. |
void |
setSelfAddress(java.lang.Integer aSelfAddress)
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL. |
void |
setSelfAddress(java.lang.String aSelfAddress)
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL. |
void |
setShippingGeoCode(java.lang.String aShippingGeoCode)
This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL. |
void |
setState(java.lang.String aState)
This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128) NULL. |
void |
setStatus(java.lang.String aStatus)
Set the status of the address. |
void |
setTaxGeoCode(java.lang.String aTaxGeoCode)
This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL. |
void |
setZipCode(java.lang.String aZipCode)
Set the ZIP or postal code. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddressAccessBean()
Default constructor. Maps to findByPrimaryKey.
public AddressAccessBean(com.ibm.commerce.user.objimpl.AddressInputData aAddressInputData) 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
aAddressInputData
- com.ibm.commerce.user.objimpl.AddressInputDatajavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AddressAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic AddressAccessBean(java.util.Hashtable aProperties) 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
aProperties
- java.util.Hashtablejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AddressAccessBean(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
aMemberId
- java.lang.LongaNickname
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?)".
aAddressType
- java.lang.StringaMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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".
aMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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".
aMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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".
aMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?)"
aNickName
- java.lang.StringaMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?)".
aMemberId
- java.lang.LongaAddressId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?)".
aAddressType
- java.lang.StringaMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?)".
aMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Address line 1, replacing SAADDR1 used in previous versions of WebSphere Commerce Suite.
getAddress1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Address line 2, replacing SAADDR2 used in previous versions of WebSphere Commerce Suite.
getAddress2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Address line 3, replacing SAADDR3 used in previous versions of WebSphere Commerce Suite.
getAddress3
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Suite.
getAddressBookId
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Suite.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Address line 1.
getAddressField1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Address line 2.
getAddressField2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Address line 3.
getAddressField3
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Suite.
getAddressId
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Suite.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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.
getAddressType
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The best time to call, replacing SABTCALL used in previous versions of WebSphere Commerce Suite. Valid values are D (daytime) and E (evening).
getBestCallingTime
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBillingCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
The code designating the system or method of code structure used for billing.
getBillingCode
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBillingCodeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
The code designating the system or method of code structure used for billing.
getBillingCodeType
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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.
getBusinessTitle
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The city, replacing SACITY used in previous versions of WebSphere Commerce Suite.
getCity
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The country or region, replacing SACNTRY used in previous versions of WebSphere Commerce Suite.
getCountry
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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 Suite.
getCreatedTimestamp
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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 Suite.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The primary e-mail address, replacing SAEMAIL1 used in previous versions of WebSphere Commerce Suite.
getEmail1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The secondary e-mail address.
getEmail2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The primary fax number 1, replacing SAFAX used in previous versions of WebSphere Commerce Suite.
getFax1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The secondary fax number.
getFax2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFirstName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
First name of the person to which this address applies.
getFirstName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Last name of the person to which this address applies.
getLastName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMemberId
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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 Suite.
getMiddleName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getNickName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The nickname of the address. Among all the addresses owned by a member, their nicknames must be unique.
getNickName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Desktop delivery or office address associated with a shipping address.
getOfficeAddress
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrganizationName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Name of the organization to which this address information applies.
getOrganizationName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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.
getOrganizationUnitName
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
getPackageSuppression
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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 Suite. LDAP uses a length of 50. Valid values are Dr, Prof, Rev, Mr, Mrs, Ms, and N (not provided). The default is N.
getPersonTitle
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPhone1() 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) NULL.
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.
getPhone1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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.
getPhone1Type
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPhone2() 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) NULL.
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.
getPhone2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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.
getPhone2Type
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPrimary() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The primary address for the user.
getPrimary
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getPrimaryInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Primary address for the user.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
getPublishPhone1
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
getPublishPhone2
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
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 user; it may belong to a friend, associate, or relative).
getSelfAddress
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
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 user; it may belong to a friend, associate, or relative).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Shipping code based on geographical region. This value is used for integration with Taxware.
getShippingGeoCode
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
State or province, replacing SASTATE used in previous versions of WebSphere Commerce Suite.
getState
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Status of the address, such as permanent or temporary.
getStatus
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Tax code based on geographical region, used for integration with Taxware.
getTaxGeoCode
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getZipCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
ZIP or postal code.
getZipCode
in interface AddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAddress1(java.lang.String aAddress1)
This method provides access to the ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Address line 1, replacing SAADDR1 used in previous versions of WebSphere Commerce Suite.
setAddress1
in interface AddressAccessBeanData
aAddress1
- java.lang.Stringpublic void setAddress2(java.lang.String aAddress2)
This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Address line 2, replacing SAADDR2 used in previous versions of WebSphere Commerce Suite.
setAddress2
in interface AddressAccessBeanData
aAddress2
- java.lang.Stringpublic void setAddress3(java.lang.String aAddress3)
This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Address line 3, replacing SAADDR3 used in previous versions of WebSphere Commerce Suite.
setAddress3
in interface AddressAccessBeanData
aAddress3
- java.lang.Stringpublic void setAddressBookId(java.lang.Long aAddressBookId)
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 Suite.
aAddressBookId
- java.lang.Longpublic void setAddressBookId(java.lang.String aAddressBookId)
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 Suite.
setAddressBookId
in interface AddressAccessBeanData
aAddressBookId
- java.lang.Stringpublic void setAddressField1(java.lang.String aAddressField1)
Set the address line 1.
setAddressField1
in interface AddressAccessBeanData
aAddressField1
- java.lang.Stringpublic void setAddressField2(java.lang.String aAddressField2)
Set the address line 2.
setAddressField2
in interface AddressAccessBeanData
aAddressField2
- java.lang.Stringpublic void setAddressField3(java.lang.String aAddressField3)
Set the address line 3.
setAddressField3
in interface AddressAccessBeanData
aAddressField3
- java.lang.Stringpublic void setAddressType(java.lang.String aAddressType)
This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5) NULL.
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.
setAddressType
in interface AddressAccessBeanData
aAddressType
- java.lang.Stringpublic void setBestCallingTime(java.lang.String aBestCallingTime)
This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The best time to call, replacing SABTCALL used in previous versions of WebSphere Commerce Suite. Valid values are D (daytime) and E (evening).
setBestCallingTime
in interface AddressAccessBeanData
aBestCallingTime
- java.lang.Stringpublic void setBillingCode(java.lang.String aBillingCode)
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
The code designating the system or method of code structure used for billing.
setBillingCode
in interface AddressAccessBeanData
aBillingCode
- java.lang.Stringpublic void setBillingCodeType(java.lang.String aBillingCodeType)
This method provides access to the ADDRESS.BILLINGCODETYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
The code designating the system or method of code structure used for billing.
setBillingCodeType
in interface AddressAccessBeanData
aBillingCodeType
- java.lang.Stringpublic void setBusinessTitle(java.lang.String aBusinessTitle)
This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.
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.
setBusinessTitle
in interface AddressAccessBeanData
aBusinessTitle
- java.lang.Stringpublic void setCity(java.lang.String aCity)
This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The city, replacing SACITY used in previous versions of WebSphere Commerce Suite.
setCity
in interface AddressAccessBeanData
aCity
- java.lang.Stringpublic void setCountry(java.lang.String aCountry)
This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The country or region, replacing SACNTRY used in previous versions of WebSphere Commerce Suite.
setCountry
in interface AddressAccessBeanData
aCountry
- java.lang.Stringpublic void setCreatedTimestamp(java.lang.String aCreatedTimestamp)
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL.
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 Suite.
setCreatedTimestamp
in interface AddressAccessBeanData
aCreatedTimestamp
- java.lang.Stringpublic void setCreatedTimestamp(java.sql.Timestamp aCreatedTimestamp)
This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP NULL.
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 Suite.
aCreatedTimestamp
- java.sql.Timestamppublic void setEmail1(java.lang.String aEmail1)
This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The primary e-mail address, replacing SAEMAIL1 used in previous versions of WebSphere Commerce Suite.
setEmail1
in interface AddressAccessBeanData
aEmail1
- java.lang.Stringpublic void setEmail2(java.lang.String aEmail2)
This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256) NULL.
The following is a description of this column:
The secondary e-mail address.
setEmail2
in interface AddressAccessBeanData
aEmail2
- java.lang.Stringpublic void setFax1(java.lang.String aFax1)
This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The primary fax number 1, replacing SAFAX used in previous versions of WebSphere Commerce Suite.
setFax1
in interface AddressAccessBeanData
aFax1
- java.lang.Stringpublic void setFax2(java.lang.String aFax2)
This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The secondary fax number.
setFax2
in interface AddressAccessBeanData
aFax2
- java.lang.Stringpublic void setFirstName(java.lang.String aFirstName)
Set the first name of the person to which this address applies.
setFirstName
in interface AddressAccessBeanData
aFirstName
- java.lang.Stringpublic void setInitKey_AddressId(java.lang.String aInitKey_AddressId)
Set the primary key for this object
aInitKey_AddressId
- java.lang.Stringpublic void setLastName(java.lang.String aLastName)
Set the last name of the person to which this address applies.
setLastName
in interface AddressAccessBeanData
aLastName
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
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.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
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.
setMemberId
in interface AddressAccessBeanData
aMemberId
- java.lang.Stringpublic void setMiddleName(java.lang.String aMiddleName)
This method provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.
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 Suite.
setMiddleName
in interface AddressAccessBeanData
aMiddleName
- java.lang.Stringpublic void setNickName(java.lang.String aNickName)
Set the nickname of the address.
setNickName
in interface AddressAccessBeanData
aNickName
- java.lang.Stringpublic void setOfficeAddress(java.lang.String aOfficeAddress)
This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Desktop delivery or office address associated with a shipping address.
setOfficeAddress
in interface AddressAccessBeanData
aOfficeAddress
- java.lang.Stringpublic void setOrganizationName(java.lang.String aOrganizationName)
Set the name of the organizational unit to which this address information applies
setOrganizationName
in interface AddressAccessBeanData
aOrganizationName
- java.lang.Stringpublic void setOrganizationUnitName(java.lang.String aOrganizationUnitName)
This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128) NULL.
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.
setOrganizationUnitName
in interface AddressAccessBeanData
aOrganizationUnitName
- java.lang.Stringpublic void setPackageSuppression(java.lang.Integer aPackageSuppression)
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL.
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).
aPackageSuppression
- java.lang.Integerpublic void setPackageSuppression(java.lang.String aPackageSuppression)
This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER NULL.
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).
setPackageSuppression
in interface AddressAccessBeanData
aPackageSuppression
- java.lang.Stringpublic void setPersonTitle(java.lang.String aPersonTitle)
This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.
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 Suite. LDAP uses a length of 50. Valid values are Dr, Prof, Rev, Mr, Mrs, Ms, and N (not provided). The default is N.
setPersonTitle
in interface AddressAccessBeanData
aPersonTitle
- java.lang.Stringpublic void setPhone1(java.lang.String aPhone1)
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL.
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.
setPhone1
in interface AddressAccessBeanData
aPhone1
- java.lang.Stringpublic void setPhone1Type(java.lang.String aPhone1Type)
This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3) NULL.
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.
setPhone1Type
in interface AddressAccessBeanData
aPhone1Type
- java.lang.Stringpublic void setPhone2(java.lang.String aPhone2)
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL.
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.
setPhone2
in interface AddressAccessBeanData
aPhone2
- java.lang.Stringpublic void setPhone2Type(java.lang.String aPhone2Type)
This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3) NULL.
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.
setPhone2Type
in interface AddressAccessBeanData
aPhone2Type
- java.lang.Stringpublic void setPrimary(java.lang.Integer aPrimary)
Set the primary.
aPrimary
- java.lang.Integerpublic void setPrimary(java.lang.String aPrimary)
Set the address specified is a primary address for the user.
setPrimary
in interface AddressAccessBeanData
aPrimary
- java.lang.Stringpublic void setPublishPhone1(java.lang.Integer aPublishPhone1)
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL.
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).
aPublishPhone1
- java.lang.Integerpublic void setPublishPhone1(java.lang.String aPublishPhone1)
This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER NULL.
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).
setPublishPhone1
in interface AddressAccessBeanData
aPublishPhone1
- java.lang.Stringpublic void setPublishPhone2(java.lang.Integer aPublishPhone2)
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL.
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).
aPublishPhone2
- java.lang.Integerpublic void setPublishPhone2(java.lang.String aPublishPhone2)
This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER NULL.
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).
setPublishPhone2
in interface AddressAccessBeanData
aPublishPhone2
- java.lang.Stringpublic void setSelfAddress(java.lang.Integer aSelfAddress)
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL.
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 user; it may belong to a friend, associate, or relative).
aSelfAddress
- java.lang.Integerpublic void setSelfAddress(java.lang.String aSelfAddress)
This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL.
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 user; it may belong to a friend, associate, or relative).
setSelfAddress
in interface AddressAccessBeanData
aSelfAddress
- java.lang.Stringpublic void setShippingGeoCode(java.lang.String aShippingGeoCode)
This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Shipping code based on geographical region. This value is used for integration with Taxware.
setShippingGeoCode
in interface AddressAccessBeanData
aShippingGeoCode
- java.lang.Stringpublic void setState(java.lang.String aState)
This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
State or province, replacing SASTATE used in previous versions of WebSphere Commerce Suite.
setState
in interface AddressAccessBeanData
aState
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
Set the status of the address.
setStatus
in interface AddressAccessBeanData
aStatus
- java.lang.Stringpublic void setTaxGeoCode(java.lang.String aTaxGeoCode)
This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Tax code based on geographical region, used for integration with Taxware.
setTaxGeoCode
in interface AddressAccessBeanData
aTaxGeoCode
- java.lang.Stringpublic void setZipCode(java.lang.String aZipCode)
Set the ZIP or postal code.
setZipCode
in interface AddressAccessBeanData
aZipCode
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |