Hierarchy Developer's Guide for Oracle Self-Service E-Billing > Extending Advanced Hierarchy Manager Use Cases > Creating New Types of Business Objects to Work with Hierarchy Manager >

Creating New Business Objects


To create a new type of business object, write your business object java classes and manage your business logic and persistent store, potentially using hibernate. It is recommended that you have a manager class, business object class and Data Access Object class for your new type of business object.

To create a new business object

  1. Create a new or extend an existing business object by implementing IOMFObject.java.
  2. Create a new object manager by implement IOMFObjectManager.java.
  3. Configure hibernate-mappings for your new business object.
Hierarchy Developer's Guide for Oracle Self-Service E-Billing Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.