|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AfterGenerateSourceHandler (Object, EventArgs) |
Event handler for the AfterGenerateSource event of the
BusinessEntityDatasetController |
||
| LONGCHAR BuildFillChildTableCall (character, character, integer) |
Builds the calls to the child table fill methods |
||
| DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer) |
Defines the query and buffer names for a table |
||
| DisplayStatus (character) |
Displays a status message in the Business Entity Designer |
||
| CHARACTER FindOutputFolder () |
Returns the output folder (source code folder for business logic) |
||
| CHARACTER FixQueryCase (character) |
Corrects the case of ABL keywords in a query string |
||
| GenerateDataAccessQueries () |
Generates the DataAccess Fetch include and parameter classes |
||
| GenerateDataAccessQueries (dataset) |
Generates the Constants include file |
||
| LONGCHAR GenerateFillChildTablesMethod (character, integer, integer) |
Generates the Fill method for static query |
||
| CHARACTER GetExcludeFields (character, character) |
Returns the exclude field list for the named temp-table, for a db buffer |
||
| CHARACTER GetFieldMapping (character, character) |
Returns the field mapping pairs for the named temp-table, for a db buffer |
||
| CHARACTER GetStaticQueryNames (character, character, ClassName) |
Determines the method name and parameter object type/package used for the generated static data access query |
||
| CHARACTER PrettifyName (character) |
Removes any "-" or "_" characters from a table or field name, and CamelCases
the result; so "order-master" becomes "OrderMaster" |
||
| CHARACTER RelationTypeConversion (character, character, character) |
Returns the ABL function required for the data-type
conversion of the parent field to match the child field |
||
| Shutdown () |
Method called when the Business Entity Designer will get closed |
||
| CHARACTER SourceDefaultQuery (character) |
Builds the "default" SourceDefaultQuery for a Business Entity temp-table |
||
| Startup (IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager) |
Method called when the Business Entity Designer is starting and
has loaded the plugin. |
||
| LONGCHAR UpdateDataAccess (character, character, character, character, character) |
Adds the static query include to the DataAccess class, if needed |
||
| WriteFile (character, character, longchar) |
Writes a file to disk after publishing a BusinessEntityGenerator event |
| Options | Name | Purpose | |
|---|---|---|---|
| AbstractStaticDataAccessQueryPlugin () |
Default constructor |
| Options | Name | Purpose | |
|---|---|---|---|
| Consultingwerk.BusinessEntityDesigner.Common.IBusinessEntityDesignerPluginManager PluginManager |
|
|
Top
AfterGenerateSourceHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LONGCHAR BuildFillChildTableCall (character, character, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DisplayStatus (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER FindOutputFolder ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER FixQueryCase (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GenerateDataAccessQueries ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GenerateDataAccessQueries (dataset)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR GenerateFillChildTablesMethod (character, integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetExcludeFields (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetFieldMapping (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetStaticQueryNames (character, character, ClassName)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER PrettifyName (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER RelationTypeConversion (character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Shutdown ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER SourceDefaultQuery (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Startup (IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR UpdateDataAccess (character, character, character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WriteFile (character, character, longchar)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AbstractStaticDataAccessQueryPlugin ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
Consultingwerk.BusinessEntityDesigner.Common.IBusinessEntityDesignerPluginManager PluginManager
|
||||
|---|---|---|---|---|
Temp-Table eBusinessEntityDefined in: |
Temp-Table eBusinessEntityPropertiesDefined in: |
Temp-Table eDataRelationDefined in: |
Temp-Table eDataRelationPropertiesDefined in: |
Temp-Table eFieldDefined in: |
Temp-Table eFieldPropertiesDefined in: |
Temp-Table eIndexDefined in: |
Temp-Table eIndexPropertiesDefined in: |
Temp-Table eTableDefined in: |
Temp-Table eTablePropertiesDefined in: |