Creating the PortalInfo business object
Follow these instructions to create, in the eMerged_Library library, the PortalInfo business object which has these attributes:
bankCustomer
bankAccounts
news
brokerageAccount
stockPortfolio
From the menu, select
File > New > Other
. The
New
window opens.
In the navigation tree, click
Business Integration > Business Object
.
Click
Next
.
From the
Module
list, click
eMergedModule
. The
Inherit from
field is set to
<none>
.
In the
Folder
field, type
com.emerged.portal
.
In the
Name
field, type
PortalInfoBO
.
The
Namespace
field is set to
http://eMergedModule/com/emerged/portal
.
Click
Finish
. The editor opens for
PortalInfoBO
.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
bankCustomer
.
From the
Type
list, click
CustomerBO { http://eMergedLibrary/com/emerged/portal }
.
From the list, click
CustomerBO { http://eMergedLibrary/com/emerged/portal }
.
Switch to the PortalInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
bankAccounts
.
From the
Type
list, click
BankAccountBO { http://eMergedLibrary/com/emerged/portal }
.
From the list, click
BankAccountBO { http://eMergedLibrary/com/emerged/portal }
.
Select the
Array
check box.
Switch to the PortalInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
news
.
From the
Type
list, click
NewsArticleBO { http://eMergedLibrary/com/emerged/portal }
.
From the list, click
NewsArticleBO { http://eMergedLibrary/com/emerged/portal }
.
Select the
Array
check box.
Switch to the PortalInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
brokerageAccount
.
From the
Type
list, click
BrokerageAccountBO { http://eMergedLibrary/com/emerged/portal }
.
From the list, click
BrokerageAccountBO { http://eMergedLibrary/com/emerged/portal }
.
Switch to the PortalInfoBO editor.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view.
In the
Name
field, type
stockPortfolio
.
From the
Type
list, click
StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }
.
From the list, click
StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }
.
From the menu, select
File > Save
(or press
Ctrl+S
).
From the menu, select
File > Close
(or press
Ctrl+F4
). The editor closes for
PortalInfoBO
.
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the BrokerageAccount business object
Next topic:
Creating the Portal process interface