Guidewire Datamodel Sample
Guidewire Datamodel Sample
The Data Model in GW is the set of data object and information and their
relationships. Consists of entities and field, TypeList and typekeys. This data model
contains field validation and abstract data types.
In Gw data is saved in a one big table. ITs similar like inheritance in Java. All
entities are accessed with super class object with Dot operator.
1) Field validation, ITs field validator defines the format requirements for
specific field like postal code is not more than 5 characters it should contains only 0
to 9 numbers
2) Abstract data type, IT defines a datatype that is built on sample data type
and is used to ensure the consistent definition of similar fields like an Exchange
Rate data type could be defined as a decimal with a precision of 7 and a scale of 6.
Then, any field that is intended to store exchange rate value could use the abstract
data type, thereby ensuring that all exchange rate fields in the data model have
been declared in the same way.
In Guide wire data is categorized into 3 parts.
1) Entities
2) Entity Fields
3) TypeList
1) Entities It's nothing but a table. ITs abstract definition is group of
business objects used in an application. Business objects can be primitive data type
fields or sub group object or typekeys.
For an example. ABContact is the Entity It has Name, create time fields are
primitive data
types. Assigned user is subgroup object which is belongs to User group object.
This above screenshot shows rows from ab_abcontact table, which is the
table stores all instance of ABContact and its subtypes. 1 to 5 rows are longs to
ABPerson subtype. Row 74 to 46 are belongs to ABAutoRepairShop subtype.
Whenever an entity is subtypes, a typelist automatically created for it. This
typelist contains one typecode for every subtype of the parent entity. Typelist tables
are prefixed woth xxtl_, where xx is application code.
Entity fields
Data field
Foreign Key
Array key
Typekey fields and Typelists
The Data Dictionary Contains three kinds of data entity views. Full, Database
and
migration.
Entities link is full
Database view
Migration View
What is delegate
Delegate
http://www.allinterview.com/mypanel.php?ap
OR
http://www.allinterview.com/search.php?q=Guidewire&company=&go=Search