public class OrganizationDataBean
extends com.ibm.commerce.user.beansrc.OrganizationDataBeanBase
implements com.ibm.commerce.user.beans.OrganizationInputDataBean, com.ibm.commerce.user.beans.OrganizationSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
OrganizationDataBean() |
Modifier and Type | Method and Description |
---|---|
AddressDataBean[] |
getAddressBook()
Get the address book of the organization.
|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
AddressDataBean |
getContactInfo()
Get the contact information (i.e.
|
java.lang.String |
getDataBeanKeyMemberId()
Gets the key (member id) of this data bean.
|
static java.lang.String |
getOrganizationalUnitRDNAttributeName()
Get the relative distinguished name attribute for organizational
units.
|
static java.lang.String |
getOrganizationRDNAttributeName()
Get the relative distinguished name attribute for organizations.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyMemberId(java.lang.String aMemberId)
Sets the key(member id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate, getOrganizationDisplayName, isBusinessEntity
findAllOrganization, findAllOrganizationNoCache, findAllOrganizationUnit, findAllOrganizationUnitNoCache, findByDN, findByDNNoCache, findEntitledOrganizationsForUser, findEntitledOrganizationsForUserWithAcctChk, findExplicitEntitledOrganizationsForUser, fulfills, getAdministratorFirstName, getAdministratorLastName, getAdministratorMiddleName, getAncestors, getBusinessCategory, getChildren, getDescendants, getDescription, getDisplayName, getDistinguishedName, getEntity, getLegalId, getMemberId, getMemberIdInEntityType, getOrganizationId, getOrganizationIdInEntityType, getOrganizationName, getOrgEntityField1, getOrgEntityField2, getOrgEntityField3, getOrgEntityType, getOwner, getOwnerMemberId, getOwnerMemberIdInEntityType, getParentMemberId, getPreferredDelivery, getRoles, getRoles, getRolesForOrgEntityAndAncestors, getState, getStateInEntityType, getStatus, getTaxPayerId, getType, instantiateEntity, setAdministratorFirstName, setAdministratorLastName, setAdministratorMiddleName, setBusinessCategory, setDescription, setDistinguishedName, setInitKey_memberId, setInitKey_memberId, setLegalId, setOrganizationName, setOrgEntityField1, setOrgEntityField2, setOrgEntityField3, setOrgEntityType, setOwnerMemberId, setOwnerMemberId, setParentMemberId, setPreferredDelivery, setState, setState, setStatus, setTaxPayerId
createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
fulfills, getOwner
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId
in interface com.ibm.commerce.user.beans.OrganizationSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId
in interface com.ibm.commerce.user.beans.OrganizationInputDataBean
aMemberId
- The key of this data bean.public void populate()
populate
in interface SmartDataBean
java.lang.Exception
public static java.lang.String getOrganizationRDNAttributeName()
public static java.lang.String getOrganizationalUnitRDNAttributeName()
public AddressDataBean getContactInfo()
public AddressDataBean[] getAddressBook()