Last page update: November 23, 2011
Classes:
Complete reference:
With the term webpages variables we mean that there are some defined variables that you can use to customize the class to which they belong (in this case, the BaseResourceBatch class). They are:
If True, allow to stop the batch during its execution
A string with the time milliseconds start delay
Allow to add a note to the batch.
In the prints the “batch_title” adds a default note to the notes region of the print setting dialog
A string with a prefix for the batch name.
Example:
batch_prefix = 'st_prest'
TODO
TODO
A string with the batch title.
In the prints the “batch_title” is the title of the print setting dialog
Define the height of the batch dialog
Define the width of the batch dialog
TODO
Base resource class to create a batch
Redefine the batchUpdate() of the gnrsqltable module. Allow to make an update of the database. For more information, check the batchUpdate section
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Hook method. It starts during the run() method execution if you have defined the batch_steps webpage variable
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
| Parameters: | columns – it represents the columns to be returned by the “SELECT” clause in the traditional sql query. For more information, check the columns section |
|---|
TODO
TODO
| Parameters: |
|
|---|
Hook method. This method receives a ContentPane through which you can build a form to get parameters from client
| Parameters: | pane – the contentPane |
|---|
Hook method on initing of the batch execution
TODO
TODO
| Parameters: |
|
|---|