Feature #156
Table interface for simple array values
Status: | CLOSED | Start date: | 05/20/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Phi | |||
Resolution: | NEEDINFO: |
Description
Implement an Adapter to perform CRUD actions on a table, where values are stored in simple DB array.
See NethService_Module_RemoteAccess_RemoteManagement
module.
Associated revisions
Refs #156. Launched TabularValueAdapter and unit test class.
Refs #156. Changed Tabular adapter behaviour: the first value of the matrix is extracted as the row key value.
Refs #156. Added getTableAdapter()
operation into HostConfigurationInterface.
- Updated Table classes to operate with TabularValueAdapter class
- Now TableRead maps the row key value into the Key column.
- Added
prepareViewForColumnKey()
method into TableRead.
Refs #156. Launched TabularValueAdapter and unit test class.
Refs #156. Changed Tabular adapter behaviour: the first value of the matrix is extracted as the row key value.
Refs #156. Added getTableAdapter()
operation into HostConfigurationInterface.
- Updated Table classes to operate with TabularValueAdapter class
- Now TableRead maps the row key value into the Key column.
- Added
prepareViewForColumnKey()
method into TableRead.
History
#1 Updated by Davide Principi about 10 years ago
- Status changed from NEW to ON_DEV
- Assignee set to Davide Principi
#2 Updated by Davide Principi about 10 years ago
- Start date set to 05/20/2011
#3 Updated by Davide Principi about 10 years ago
- Status changed from ON_DEV to CLOSED
- % Done changed from 0 to 100
The feature is completed but we must integrate Controller and List composite. See #178.