com.ibm.commerce.user.beans
Class OrganizationDataBean

com.ibm.commerce.user.beans.OrganizationDataBean
All Implemented Interfaces:
Delegator, Protectable

public class OrganizationDataBean
implements Delegator, Protectable

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.security.Protectable
COPYRIGHT
 
Constructor Summary
OrganizationDataBean()
           
 
Method Summary
 boolean fulfills(java.lang.Long aFills, java.lang.String aFills)
          IBM internal use only.
 java.lang.String getAdministratorFirstName()
          IBM internal use only.
 java.lang.String getAdministratorLastName()
          IBM internal use only.
 java.lang.String getAdministratorMiddleName()
          IBM internal use only.
 java.lang.Long[] getAncestors()
          IBM internal use only.
 java.lang.String getBusinessCategory()
          IBM internal use only.
 java.lang.Long[] getChildren()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyMemberId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.Long[] getDescendants()
          IBM internal use only.
 java.lang.String getDescription()
          IBM internal use only.
 java.lang.String getDisplayName()
          IBM internal use only.
 java.lang.String getDistinguishedName()
          IBM internal use only.
 java.lang.String getLegalId()
          IBM internal use only.
 java.lang.String getMemberId()
          IBM internal use only.
 java.lang.Long getMemberIdInEJBType()
          IBM internal use only.
 java.lang.String getOrganizationId()
          IBM internal use only.
 java.lang.Long getOrganizationIdInEJBType()
          IBM internal use only.
 java.lang.String getOrganizationName()
          IBM internal use only.
 java.lang.String getOrgEntityField1()
          IBM internal use only.
 java.lang.String getOrgEntityField2()
          IBM internal use only.
 java.lang.String getOrgEntityField3()
          IBM internal use only.
 java.lang.String getOrgEntityType()
          IBM internal use only.
 java.lang.Long getOwner()
          IBM internal use only.
 java.lang.String getOwnerMemberId()
          IBM internal use only.
 java.lang.Long getOwnerMemberIdInEJBType()
          IBM internal use only.
 java.lang.String getParentMemberId()
          IBM internal use only.
 java.lang.String getPreferredDelivery()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.Integer[] getRoles(java.lang.Long aRoles)
          IBM internal use only.
 java.lang.Integer[] getRolesForOrgEntityAndAncestors(java.lang.Long aRolesForOrgEntityAndAncestors)
          IBM internal use only.
 java.lang.String getState()
          IBM internal use only.
 java.lang.Integer getStateInEJBType()
          IBM internal use only.
 java.lang.String getTaxPayerId()
          IBM internal use only.
 java.lang.String getType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setAdministratorFirstName(java.lang.String aAdministratorFirstName)
          IBM internal use only.
 void setAdministratorLastName(java.lang.String aAdministratorLastName)
          IBM internal use only.
 void setAdministratorMiddleName(java.lang.String aAdministratorMiddleName)
          IBM internal use only.
 void setBusinessCategory(java.lang.String aBusinessCategory)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyMemberId(java.lang.String aDataBeanKeyMemberId)
          Set its primary key for fetching.
 void setDescription(java.lang.String aDescription)
          IBM internal use only.
 void setDistinguishedName(java.lang.String aDistinguishedName)
          IBM internal use only.
 void setLegalId(java.lang.String aLegalId)
          IBM internal use only.
 void setOrganizationName(java.lang.String aOrganizationName)
          IBM internal use only.
 void setOrgEntityField1(java.lang.String aOrgEntityField1)
          IBM internal use only.
 void setOrgEntityField2(java.lang.String aOrgEntityField2)
          IBM internal use only.
 void setOrgEntityField3(java.lang.String aOrgEntityField3)
          IBM internal use only.
 void setOrgEntityType(java.lang.String aOrgEntityType)
          IBM internal use only.
 void setOwnerMemberId(java.lang.Long aOwnerMemberId)
          IBM internal use only.
 void setParentMemberId(java.lang.String aParentMemberId)
          IBM internal use only.
 void setPreferredDelivery(java.lang.String aPreferredDelivery)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setState(java.lang.Integer aState)
          IBM internal use only.
 void setTaxPayerId(java.lang.String aTaxPayerId)
          IBM internal use only.
 

Constructor Detail

OrganizationDataBean

public OrganizationDataBean()
Method Detail

fulfills

public boolean fulfills(java.lang.Long aFills,
                        java.lang.String aFills)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException

IBM internal use only.

Specified by:
fulfills in interface Protectable
Parameters:
aFills - java.lang.Long
aFills - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdministratorFirstName

public java.lang.String getAdministratorFirstName()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdministratorLastName

public java.lang.String getAdministratorLastName()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdministratorMiddleName

public java.lang.String getAdministratorMiddleName()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAncestors

public java.lang.Long[] getAncestors()
                              throws javax.naming.NamingException,
                                     javax.ejb.CreateException,
                                     java.rmi.RemoteException,
                                     javax.ejb.FinderException

IBM internal use only.

Returns:
java.lang.Long[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getBusinessCategory

public java.lang.String getBusinessCategory()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getChildren

public java.lang.Long[] getChildren()
                             throws javax.naming.NamingException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.ejb.FinderException

IBM internal use only.

Returns:
java.lang.Long[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyMemberId

public java.lang.String getDataBeanKeyMemberId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getDescendants

public java.lang.Long[] getDescendants()
                                throws javax.naming.NamingException,
                                       javax.ejb.CreateException,
                                       java.rmi.RemoteException,
                                       javax.ejb.FinderException

IBM internal use only.

Returns:
java.lang.Long[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDisplayName

public java.lang.String getDisplayName()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDistinguishedName

public java.lang.String getDistinguishedName()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLegalId

public java.lang.String getLegalId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

public java.lang.Long getMemberIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrganizationId

public java.lang.String getOrganizationId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrganizationIdInEJBType

public java.lang.Long getOrganizationIdInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrganizationName

public java.lang.String getOrganizationName()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrgEntityField1

public java.lang.String getOrgEntityField1()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrgEntityField2

public java.lang.String getOrgEntityField2()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrgEntityField3

public java.lang.String getOrgEntityField3()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrgEntityType

public java.lang.String getOrgEntityType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

IBM internal use only.

Specified by:
getOwner in interface Protectable
Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwnerMemberId

public java.lang.String getOwnerMemberId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwnerMemberIdInEJBType

public java.lang.Long getOwnerMemberIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getParentMemberId

public java.lang.String getParentMemberId()
                                   throws javax.naming.NamingException,
                                          javax.ejb.CreateException,
                                          java.rmi.RemoteException,
                                          javax.ejb.FinderException

IBM internal use only.

Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getPreferredDelivery

public java.lang.String getPreferredDelivery()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getRoles

public java.lang.Integer[] getRoles(java.lang.Long aRoles)
                             throws javax.naming.NamingException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.ejb.FinderException

IBM internal use only.

Parameters:
aRoles - java.lang.Long
Returns:
java.lang.Integer[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getRolesForOrgEntityAndAncestors

public java.lang.Integer[] getRolesForOrgEntityAndAncestors(java.lang.Long aRolesForOrgEntityAndAncestors)
                                                     throws javax.naming.NamingException,
                                                            javax.ejb.CreateException,
                                                            java.rmi.RemoteException,
                                                            javax.ejb.FinderException

IBM internal use only.

Parameters:
aRolesForOrgEntityAndAncestors - java.lang.Long
Returns:
java.lang.Integer[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStateInEJBType

public java.lang.Integer getStateInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTaxPayerId

public java.lang.String getTaxPayerId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setAdministratorFirstName

public void setAdministratorFirstName(java.lang.String aAdministratorFirstName)

IBM internal use only.

Parameters:
aAdministratorFirstName - java.lang.String
Returns:
void

setAdministratorLastName

public void setAdministratorLastName(java.lang.String aAdministratorLastName)

IBM internal use only.

Parameters:
aAdministratorLastName - java.lang.String
Returns:
void

setAdministratorMiddleName

public void setAdministratorMiddleName(java.lang.String aAdministratorMiddleName)

IBM internal use only.

Parameters:
aAdministratorMiddleName - java.lang.String
Returns:
void

setBusinessCategory

public void setBusinessCategory(java.lang.String aBusinessCategory)

IBM internal use only.

Parameters:
aBusinessCategory - java.lang.String
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyMemberId

public void setDataBeanKeyMemberId(java.lang.String aDataBeanKeyMemberId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyMemberId - java.lang.String
Returns:
void

setDescription

public void setDescription(java.lang.String aDescription)

IBM internal use only.

Parameters:
aDescription - java.lang.String
Returns:
void

setDistinguishedName

public void setDistinguishedName(java.lang.String aDistinguishedName)

IBM internal use only.

Parameters:
aDistinguishedName - java.lang.String
Returns:
void

setLegalId

public void setLegalId(java.lang.String aLegalId)

IBM internal use only.

Parameters:
aLegalId - java.lang.String
Returns:
void

setOrganizationName

public void setOrganizationName(java.lang.String aOrganizationName)

IBM internal use only.

Parameters:
aOrganizationName - java.lang.String
Returns:
void

setOrgEntityField1

public void setOrgEntityField1(java.lang.String aOrgEntityField1)

IBM internal use only.

Parameters:
aOrgEntityField1 - java.lang.String
Returns:
void

setOrgEntityField2

public void setOrgEntityField2(java.lang.String aOrgEntityField2)

IBM internal use only.

Parameters:
aOrgEntityField2 - java.lang.String
Returns:
void

setOrgEntityField3

public void setOrgEntityField3(java.lang.String aOrgEntityField3)

IBM internal use only.

Parameters:
aOrgEntityField3 - java.lang.String
Returns:
void

setOrgEntityType

public void setOrgEntityType(java.lang.String aOrgEntityType)

IBM internal use only.

Parameters:
aOrgEntityType - java.lang.String
Returns:
void

setOwnerMemberId

public void setOwnerMemberId(java.lang.Long aOwnerMemberId)

IBM internal use only.

Parameters:
aOwnerMemberId - java.lang.Long
Returns:
void

setParentMemberId

public void setParentMemberId(java.lang.String aParentMemberId)
                       throws javax.naming.NamingException,
                              javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.ejb.FinderException

IBM internal use only.

Parameters:
aParentMemberId - java.lang.String
Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setPreferredDelivery

public void setPreferredDelivery(java.lang.String aPreferredDelivery)

IBM internal use only.

Parameters:
aPreferredDelivery - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setState

public void setState(java.lang.Integer aState)

IBM internal use only.

Parameters:
aState - java.lang.Integer
Returns:
void

setTaxPayerId

public void setTaxPayerId(java.lang.String aTaxPayerId)

IBM internal use only.

Parameters:
aTaxPayerId - java.lang.String
Returns:
void