public interface ComposePersonFromDataBeanCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
PersonType |
getPerson()
The populated
PersonType SDO |
void |
setPerson(PersonType aPersonType)
Sets a partially populated person SDO.
|
void |
setUserDataBean(UserDataBean userDB)
Sets the user data bean which is used to compose the Person
SDO |
static final java.lang.String COPYRIGHT
void setUserDataBean(UserDataBean userDB) throws ECException
SDO
userDB
- UserDataBean
ECException
- if an error occursPersonType getPerson()
PersonType
SDO
PersonType
SDO
void setPerson(PersonType aPersonType)
IBM_All
access profile is composed of
IBM_Details
and IBM_CheckoutProfile
.aPersonType
- the partially populated person SDO