London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Navigation [hide] [expand]

The Catalog Management system has two primary APIs: the DTO-based API and the object-based API, where the object-based API relies on the underlying Data Transfer Object (DTO) API.

DTO object model

The DTO API is the core catalog API and primarily used directly in the catalog administration and indirectly through the Object API.

DTO Object Model

Runtime object model

The runtime object model is primarily used during runtime, and Entry is the main object that you most likely work with.

Catalog Objects

Database diagram

The following diagram shows an overview of the Catalog Management system database.

Database Diagram

Last updated: Oct 12, 2015