lowerFirst
:: String -> String
|
upperFirst
:: String -> String
|
dbconn
:: String -> (String,String)
Converts a string into a qualified name of the module "Database.CDBI.Connection". |
html
:: String -> (String,String)
Converts a string into a qualified name of the module "HTML.Base". |
spiceyModule
:: String
|
authenticationModule
:: String
|
authorizationModule
:: String
|
globalModule
:: String -> (String,String)
Converts a name into a qualified name of the module "Global". |
htmlModule
:: String -> (String,String)
Converts a name into a qualified name of the module "HTML.Base". |
sessionModule
:: String -> (String,String)
Converts a name into a qualified name of the module "HTML.Session". |
storageModule
:: String -> (String,String)
Converts a name into a qualified name of the module "Config.Storage". |
wuiModule
:: String -> (String,String)
Converts a name into a qualified name of the module "HTML.WUI". |
sessionInfoModule
:: String
|
userSessionInfoType
:: CTypeExpr
|
dataModuleName
:: String
|
mappingModuleName
:: String
|
entitiesToHtmlModule
:: String -> String
Name of EntitiesToHtml module. |
bootstrapModule
:: String
|
hrefButtonName
:: (String,String)
|
hrefSmallButtonName
:: (String,String)
|
:: String -> Relationship -> String
|
relationshipsForEntityName
:: String -> [Relationship] -> [Relationship]
|
isGenerated
:: Entity -> Bool
|
notPKey
:: Attribute -> Bool
|
notKey
:: Attribute -> Bool
|
isRelevantForEntity
:: Entity -> [Attribute] -> Bool
|
oneToOne
:: Entity -> [Relationship] -> [String]
|
manyToOne
:: Entity -> [Relationship] -> [String]
|
manyToMany
:: [Entity] -> Entity -> [String]
|
linkTableName
:: String -> String -> [Entity] -> String
|
controllerType
:: CTypeExpr
The standard type of new and list controllers. |
controllerModuleName
:: String -> String
|
newEntityTypeName
:: String -> (String,String)
The name of the type synonym for a "new entity" tuple. |
controllerFormName
:: String -> String -> (String,String)
The name of the controller form for a given entity and form type. |
controllerStoreName
:: String -> String -> (String,String)
The name of the controller store for a given entity and store type. |
controllerFunctionName
:: String -> String -> (String,String)
The name of the controller function for a given entity and controller functionality. |
transFunctionName
:: String -> String -> (String,String)
The name of the transaction function for a given entity and transaction functionality. |
viewModuleName
:: String -> String
|
viewFunctionName
:: String -> String -> (String,String)
|
viewBlockType
:: CTypeExpr
|
attrType
:: Attribute -> CTypeExpr
|
attrDefaultValues
:: CExpr -> [Attribute] -> [CExpr]
Generates Curry expressions representing default values. |
domainDefaultValue
:: CExpr -> Domain -> CExpr
Generates Curry expressions representing a default values for a given domain. |
isStringDom
:: Domain -> Bool
|
hasDateAttribute
:: [Attribute] -> Bool
|
combinator
:: Int -> (String,String)
|
attrWidgets
:: [Attribute] -> [CExpr]
|
widgetFor
:: Domain -> Bool -> CExpr
|
showQName
:: (String,String) -> String
|
|
|
Converts a string into a qualified name of the module "Database.CDBI.Connection".
|
Converts a string into a qualified name of the module "HTML.Base".
|
|
|
|
Converts a name into a qualified name of the module "Global".
|
Converts a name into a qualified name of the module "HTML.Base".
|
Converts a name into a qualified name of the module "HTML.Session".
|
Converts a name into a qualified name of the module "Config.Storage".
|
Converts a name into a qualified name of the module "HTML.WUI".
|
|
|
|
|
Name of EntitiesToHtml module.
|
|
|
|
|
|
|
|
|
|
|
The standard type of new and list controllers.
|
|
The name of the type synonym for a "new entity" tuple.
|
The name of the controller form for a given entity and form type.
|
The name of the controller store for a given entity and store type.
|
The name of the controller function for a given entity and controller functionality.
|
The name of the transaction function for a given entity and transaction functionality.
|
|
|
|
Generates Curry expressions representing default values. The first argument contains an expression that is used for ClockTime attributes (it is set to the current time as a default value). |
Generates Curry expressions representing a default values for a given domain. The first argument contains an expression that is used for ClockTime attributes (it is set to the current time as a default value). |
|
|
|
|
|