|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.beans.AddressBookDataBean
This bean provides access to the ADDRBOOK table.
The following is a description of this table:
An Address Book is a container for addresses owned by a Member. In V5.1, a Member can only have one address book.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
AddressBookDataBean()
|
Method Summary | |
java.util.Enumeration |
getAddressAccessBeans()
IBM internal use only. |
AddressAccessBean[] |
getAddressAccessBeansList()
IBM internal use only. |
java.lang.String[][] |
getAddressList()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
Protectable |
getDelegate()
Retrieves access control information. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getStoreDirectory()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setMemberId(java.lang.Long aMemberId1)
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
void |
setStoreDirectory(java.lang.String aStoreDirectory1)
IBM internal use only. |
void |
setUserId(java.lang.String aUserId1)
IBM internal use only. |
Constructor Detail |
public AddressBookDataBean()
Method Detail |
public java.util.Enumeration getAddressAccessBeans()
IBM internal use only.
public AddressAccessBean[] getAddressAccessBeansList()
IBM internal use only.
public java.lang.String[][] getAddressList()
IBM internal use only.
public CommandContext getCommandContext()
Gets the command context set within this bean.
public Protectable getDelegate() throws java.lang.Exception
Retrieves access control information.
getDelegate
in interface Delegator
java.lang.Exception
- The java.lang.Exception exceptionpublic TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.lang.String getStoreDirectory()
IBM internal use only.
public void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setMemberId(java.lang.Long aMemberId1)
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table. The member who owns this address book. Together with ADDRBOOK_ID form a unique key.
aMemberId1
- java.lang.Longpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedPropertypublic void setStoreDirectory(java.lang.String aStoreDirectory1)
IBM internal use only.
aStoreDirectory1
- java.lang.Stringpublic void setUserId(java.lang.String aUserId1)
IBM internal use only.
aUserId1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |