Changes between Version 5 and Version 6 of HowTos/HowToUseGenericDatabaseMessages

Show
Ignore:
Timestamp:
04/15/10 16:11:22 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Corrected mis-matched links to GDM wiki pages

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseGenericDatabaseMessages

    v5 v6  
    1111The four GDMs that the !DataController is configured to listen for are as follows: 
    1212 
    13   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit modelglue.GenericList] When this message is broadcast, the !DataController will attempt to list records from a given table.[[BR]][[BR]] 
    14   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericDelete modelglue.GenericRead] When this message is broadcast, the !DataController will attempt to read a specific record from a given table.[[BR]][[BR]] 
    15   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericList modelglue.GenericCommit] When this message is broadcast, the !DataController will attempt to save a record to a given table.[[BR]][[BR]] 
    16   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericRead modelglue.GenericDelete] When this message is broadcast, the !DataController will attempt to delete a record from a given table.[[BR]][[BR]] 
     13  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericList modelglue.GenericList] When this message is broadcast, the !DataController will attempt to list records from a given table.[[BR]][[BR]] 
     14  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericRead modelglue.GenericRead] When this message is broadcast, the !DataController will attempt to read a specific record from a given table.[[BR]][[BR]] 
     15  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit modelglue.GenericCommit] When this message is broadcast, the !DataController will attempt to save a record to a given table.[[BR]][[BR]] 
     16  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericDelete modelglue.GenericDelete] When this message is broadcast, the !DataController will attempt to delete a record from a given table.[[BR]][[BR]]