com.ibm.commerce.user.objimpl.OrganizationBeanImpl
to
com.ibm.commerce.user.objimpl.OrganizationBeanBase
.Removed Methods | |
Integer[]
getRoles
() |
Insert the method's description here. |
Integer[]
getRoles
(Long ) |
Insert the method's description here. |
Changed Methods | ||
void
ejbLoad
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbLoad method comment |
void
ejbStore
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbStore method comment |
boolean
fulfills
(Long, String |
Change in exceptions thrown from (Exception,
RemoteException ) to Exception .Method was locally defined, but is now inherited from OrganizationBeanBase . |
|
Long
generateOrganizationId
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Generate unique key. |
String
getAdministratorFirstName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | First name of administrator of this orgEntity |
String
getAdministratorLastName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Last name of administrator of this orgEntity |
String
getAdministratorMiddleName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Middle name of administrator of this orgEntity |
Long[]
getAncestors
() |
Change in exceptions: RemoteException
was removed..Method was locally defined, but is now inherited from OrganizationBeanBase . |
|
String
getBusinessCategory
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Business category. |
Long[]
getChildren
() |
Change in exceptions: RemoteException
was removed..Method was locally defined, but is now inherited from OrganizationBeanBase . |
Insert the method's description here. |
Long[]
getDescendants
() |
Change in exceptions: RemoteException
was removed..Method was locally defined, but is now inherited from OrganizationBeanBase . |
Insert the method's description here. |
String
getDescription
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | A description of the organizational entity |
String
getDisplayName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Name of this organization. |
String
getDistinguishedName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Distinguished name of the entry. |
String
getLegalId
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Registered organization identifier may be null for an OU. |
String
getOrgEntityField1
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
String
getOrgEntityField2
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
String
getOrgEntityField3
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
String
getOrgEntityType
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Type of OrgEntity O=Organization OU=Organizational Unit |
Long
getOrganizationId
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Foreign key to MEMBER table for this O or OU |
String
getOrganizationName
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Short name for O or OU Not null is a requirement since it will be mapped to o or ou which are required attributes in LDAP. |
Long
getOwner
() |
Change in exceptions thrown from (Exception,
RemoteException ) to Exception .Method was locally defined, but is now inherited from OrganizationBeanBase . |
|
Long
getOwnerMemberId
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Foreign key reference to the MEMBER table pointing to the parent O or OU of this orgentity. |
String
getParentMemberId
() |
Change in exceptions: RemoteException
was removed..Method was locally defined, but is now inherited from OrganizationBeanBase . |
|
String
getPreferredDelivery
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Preferred delivery method. |
Integer[]
getRolesForOrgEntityAndAncestors
(Long ) |
Change in exceptions: RemoteException
was removed..Method was locally defined, but is now inherited from OrganizationBeanBase . |
|
String
getTaxPayerId
() |
Method was locally defined, but is now inherited from OrganizationBeanBase . | A string used to identify the orgEntity for taxation purpose. |
void
setAdministratorFirstName
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | First name of administrator of this orgEntity |
void
setAdministratorLastName
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Last name of administrator of this orgEntity |
void
setAdministratorMiddleName
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Middle name of administrator of this orgEntity |
void
setBusinessCategory
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Business category. |
void
setDescription
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | A description of the organizational entity |
void
setDistinguishedName
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Distinguished name of the entry. |
void
setLegalId
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Registered organization identifier may be null for an OU. |
void
setOrgEntityField1
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
void
setOrgEntityField2
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
void
setOrgEntityField3
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Reserved for customization |
void
setOrgEntityType
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Type of OrgEntity O=Organization OU=Organizational Unit |
void
setOrganizationId
(Long ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Foreign key to MEMBER table for this O or OU |
void
setOrganizationName
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Short name for O or OU Not null is a requirement since it will be mapped to o or ou which are required attributes in LDAP. |
void
setOwnerMemberId
(Long ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Foreign key reference to the MEMBER table pointing to the parent O or OU of this orgentity. |
void
setPreferredDelivery
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | Preferred delivery method. |
void
setTaxPayerId
(String ) |
Method was locally defined, but is now inherited from OrganizationBeanBase . | A string used to identify the orgEntity for taxation purpose. |
MemberKey
ejbCreate
(String ) |
Change in return type from void to
MemberKey .Change in exceptions: RemoteException was removed.. |
@param aOrganizationName java.lang.String |
MemberKey
ejbCreate
(Hashtable ) |
Change in return type from void to
MemberKey .Change in exceptions: RemoteException was removed.. |
@param aOrganizationName java.lang.String |
void
ejbPostCreate
(String ) |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbPostCreate method for a CMP entity bean |
void
ejbPostCreate
(Hashtable ) |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbPostCreate method for a CMP entity bean |
Changed Fields | ||
String
AdministratorFirstName
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
AdministratorLastName
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
AdministratorMiddleName
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
BusinessCategory
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
Description
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
Field1
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
Field2
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
Field3
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
LDAPDistinguishedName
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
LegalId
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
OrganizationName
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
OrganizationType
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
Long
OwnerMemberId
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
PreferredDelivery
|
Field was locally defined, but is now inherited from OrganizationBeanBase . | |
String
TaxPayerId
|
Field was locally defined, but is now inherited from OrganizationBeanBase . |