4.22.1Class DataService

Base class for services related to data management.

Class DataService( instance ) from \
                 Service(( instance))

Services must be configured indicating the name of the data manager they use, and a view.

This class MUST be configured with a view configuration variable, that represents the entity on which this service should operate and the view through which the entity must be accessed.

The handler configuration variable is mandatory as well. It indicates the target link for actions peformed at table/form level.

As views are nameless, they must be created directly in the configuration file (or in the configuration dictionary), and are tighly coupled with the service they refer to.

Properties
handlerTarget link managing of the table actions (submits and other table-level actions).
viewA DBView instance used to access the desired entity

Properties

handler

Target link managing of the table actions (submits and other table-level actions).

view

A DBView instance used to access the desired entity

Made with http://www.falconpl.org