Skip to main content
Jump to: navigation, search

Scout/Concepts/Outline Service

< Scout‎ | Concepts
Revision as of 12:23, 3 November 2011 by Claudio.guglielmo.gmail.com (Talk | contribs) (Category changed)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


An Outline Service or Data Service normally provides ready-only data for the TablePage

  • extends: C obj.pngAbstractService

Description

A data service is normally a server service providing read-only data with aggregation and composition logic. Data services offer search and filter capabilities defined with SearchFilter.

If the data are stored in a database it can be interesting to use FormDataStatementBuilder.

See Also

Back to the top