All Classes and Interfaces
Class
Description
This is a custom deserializer to deserialize the Object of type RecordDTO.
DataSetController handles operations related to datasets and their records.
DataSetFactory is a Factory implementation to resolve the type of DatasetService based om the dataset name provided.
DataSetService is the interface for the service layer of this application
This class is responsible for creating records based on given dataset and query the list of records for given fields
for sortBy and groupBy query
DataSetServiceProxy is a proxy service for the Dataset service which holds all the validation before performing the
actual task in Dataset Service.
DepartmentDatasetService is a concrete implementation of DatasetService interface and provides the
implementation of methods related to createRecord and searchRecord for Department dataset.
DepartmentDTO is the payload or the request object for creating a Department Record.
This is the response class for returning the DepartmentVO.
EmployeeDatasetService is the concrete implementation of DatasetService interface and provides the implementation of
methods related to createRecord and searchRecord for the employee Dataset.
EmployeeDTO is the payload or the request object for creating a Employee Record.
This is the response class for returning the EmployeeVO(Employee view object) after transformation from entity layer.
This is the RecordCreateResponseVO class which creates a record for the provided dataset.
This Interface is the Marker Interface for all dataset record DTOs.
This is the generic response class for retrieving records from the dataset.