|
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
PROTECTED AfterGenerateSourceHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LONGCHAR BuildFillChildTableCall (character, character, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisplayStatus (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindOutputFolder ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FixQueryCase (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED GenerateDataAccessQueries ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GenerateDataAccessQueries (dataset)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LONGCHAR GenerateFillChildTablesMethod (character, integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetExcludeFields (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetFieldMapping (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetStaticQueryNames (character, character, ClassName)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PrettifyName (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER RelationTypeConversion (character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Shutdown ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER SourceDefaultQuery (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Startup (IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LONGCHAR UpdateDataAccess (character, character, character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE WriteFile (character, character, longchar)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AbstractStaticDataAccessQueryPlugin ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
PUBLIC 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: |