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
  1. From the menu, select File > New > Other. The New window opens.
  2. In the navigation tree, click Business Integration > Business Object.
  3. Click Next.
  4. From the Module list, click eMergedModule. The Inherit from field is set to <none>.
  5. In the Folder field, type com.emerged.portal.
  6. In the Name field, type PortalInfoBO.
    Picture of the New Business Object window
    The Namespace field is set to http://eMergedModule/com/emerged/portal.
  7. Click Finish. The editor opens for PortalInfoBO.
  8. Click the Add an attribute to a business object. button Add an attribute to a business object..
  9. Switch to the Properties view.
  10. In the Name field, type bankCustomer.
  11. From the Type list, click CustomerBO { http://eMergedLibrary/com/emerged/portal }.
  12. From the list, click CustomerBO { http://eMergedLibrary/com/emerged/portal }.
  13. Switch to the PortalInfoBO editor.
  14. Click the Add an attribute to a business object. button Add an attribute to a business object..
  15. Switch to the Properties view.
  16. In the Name field, type bankAccounts.
  17. From the Type list, click BankAccountBO { http://eMergedLibrary/com/emerged/portal }.
  18. From the list, click BankAccountBO { http://eMergedLibrary/com/emerged/portal }.
  19. Select the Array check box.
  20. Switch to the PortalInfoBO editor.
  21. Click the Add an attribute to a business object. button Add an attribute to a business object..
  22. Switch to the Properties view.
  23. In the Name field, type news.
  24. From the Type list, click NewsArticleBO { http://eMergedLibrary/com/emerged/portal }.
  25. From the list, click NewsArticleBO { http://eMergedLibrary/com/emerged/portal }.
  26. Select the Array check box.
  27. Switch to the PortalInfoBO editor.
  28. Click the Add an attribute to a business object. button Add an attribute to a business object..
  29. Switch to the Properties view.
  30. In the Name field, type brokerageAccount.
  31. From the Type list, click BrokerageAccountBO { http://eMergedLibrary/com/emerged/portal }.
  32. From the list, click BrokerageAccountBO { http://eMergedLibrary/com/emerged/portal }.
  33. Switch to the PortalInfoBO editor.
  34. Click the Add an attribute to a business object. button Add an attribute to a business object..
  35. Switch to the Properties view.
  36. In the Name field, type stockPortfolio.
  37. From the Type list, click StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }.
  38. From the list, click StockPortfolioBO { http://eMergedLibrary/com/emerged/portal }.
  39. From the menu, select File > Save (or press Ctrl+S).
    PortalInfoBO
  40. From the menu, select File > Close (or press Ctrl+F4). The editor closes for PortalInfoBO.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.