pega training whatsup@8142976573

8
Pega Training [email protected] WhatsUp@8142976573

Upload: santhoo-vardan

Post on 13-Apr-2017

26 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: pega training whatsup@8142976573

Pega Training

[email protected]@8142976573

Page 2: pega training whatsup@8142976573

DAY 2Class structure

Page 3: pega training whatsup@8142976573

Class types in PegaAbstract Class:  A class that supports the definition of classes. An

instance cannot be created for an abstract class. Abstract class names end with a hyphen( - ). All standard classes are abstract classes.Ex:  Work-       Data-

Concrete Class: Concrete classes hold persistent objects, known as

instances  Names must not end with a dash (-)  Names should define the type of work being

performed.   

Page 4: pega training whatsup@8142976573

Inheritance pattern inheritancedirected inheritance Pattern inheritance follows the pattern of

the names and dashes in the class name to define inheritance. Ex:AIG-Auto-ClaimsEntry-Accident,

AIG-Auto-ClaimsEntry AIG-Auto AIG-

Page 5: pega training whatsup@8142976573

Directed Inheritance : This field holds the immediate parent, by directed inheritance, to use for this class.

AIG-Auto-ClaimsEntry-Accident(Work-cover-)

(Directed)

Page 6: pega training whatsup@8142976573

class structure

Enterprise Reuse (Organization)Layer Divisional Reuse Framework Implementation

Page 7: pega training whatsup@8142976573
Page 8: pega training whatsup@8142976573