The code stubs generated by the code generation services can be completed in the appropriate manner for your specific data store. In particular, the execute methods for the service classes must be completed and the data object class must be implemented to retrieve values from the appropriate data structures.
See the implementation of the "execute..." scripts in RelationalServiceObject class to see how results should be cached, returned, and errors reported. These scripts illustrate the typical operations needed to work with a data store.