public class ComposeOrganizationFromDataBeanBaseCmdImpl extends ComposeMemberHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
protected static java.lang.String | EMPTY_STR
Member databeans return "" instead of null when the column is null
|
Constructor and Description |
---|
ComposeOrganizationFromDataBeanBaseCmdImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void | addPropertyToMap(java.util.Map mapAttributes, java.lang.String strPropertyName, com.ibm.commerce.user.beans.OrgEntityDataBean dbOrganization)
Adds the specified property and value to mapAttributes if it exists in the organization data bean.
|
protected OrganizationIdentifierType | createOrganizationIdentifier()
Composes a OrganizationIdentifierType SDO based on the input data bean.
|
protected OrganizationIdentifierType | createParentOrganizationIdentifier()
Composes an OrganizationIdentifier SDO based on the input data bean.
|
OrganizationType | getOrganization()
Gets the organization
|
protected com.ibm.commerce.user.beans.OrgEntityDataBean | getOrganizationDataBean()
Gets a data bean representing the organization.
|
void | setOrganization(OrganizationType organization)
Sets the organization
|
void | setOrganizationDataBean(com.ibm.commerce.user.beans.OrgEntityDataBean organizationDataBean)
Sets the organization data bean
|
public static final java.lang.String COPYRIGHT
protected static final java.lang.String EMPTY_STR
public ComposeOrganizationFromDataBeanBaseCmdImpl()
protected OrganizationIdentifierType createOrganizationIdentifier()
public final void setOrganizationDataBean(com.ibm.commerce.user.beans.OrgEntityDataBean organizationDataBean)
protected final com.ibm.commerce.user.beans.OrgEntityDataBean getOrganizationDataBean()
public OrganizationType getOrganization()
public void setOrganization(OrganizationType organization)
protected OrganizationIdentifierType createParentOrganizationIdentifier() throws ECException
protected void addPropertyToMap(java.util.Map mapAttributes, java.lang.String strPropertyName, com.ibm.commerce.user.beans.OrgEntityDataBean dbOrganization)