You are on page 1of 5

Learning Objectives

What is it ?
The below module will help to learn about how

data is organized in hybris, and the different technologies

that can be used for importing data, such as the Data Hub.

By the end of the course, practitioners will be able to:

Learn about different types of data organization in hybris

Technology recommendations for Data Integrations.

Learn about Data Storage and validations.

Learn about Import /Export and data modeling in hybris

Deloitte Digital

hybris Commerce Training 2014

Data Storage

52

Types
A system of types and items is used
to organize and store data
Types are used to model all objects
in hybris

Products
Orders
Carts
Customers

Type

Attribute 1
Attribute 2

extends

Each type can be extended to add


custom attributes

Attribute 3

instance of

Item

Attribute 1
Attribute 2
Attribute 3

Name
Email

extends

Sub-Type

Every object in hybris is an instance


of a type

Subtypes can be used to create a


hierarchy

User

Customer

Address

instance of

1000001
Joe Smith
example@deloitte.com
123 Main St

Customizing Types
Adding Attributes

Insert new attribute into existing type

Best when new attribute will apply to all


instances of type. For example, adding
Facebook username attribute to Customer
type

Sub Types

Extend existing type with new attributes

Best when the new attributes only apply to a


subset of the type
ex. DigitalProduct extends Product

hMC
hybris Management Console (hMC) can be used to browse, create, edit, and
delete types and instances of types

You might also like