process

abstract fun process(from: Entity, main: Entity, to: CalendarComponent)

Takes specific data from a jtx object (= jtx object row plus data rows, taken from the jtx Board content provider) and maps it into the given CalendarComponent.

If from references the same object as main, this method is called for a main jtx object (not an exception). If from references another object as main, this method is called for an exception (not a main jtx object).

Parameters

from

jtx object from content provider

main

main jtx object from content provider

to

destination object where the mapped data are stored (no explicit null values needed for fields that are not present)

Throws

on missing or invalid required fields