ERDDefaultConfigurationNameAssignment Class Reference
Inherits
er::directtoweb::assignments::ERDAssignment.
Inherited by ERDDefaultAjaxConfigurationNameAssignment, ERDConfigurationAssignment, ERDTabConfigurationAssignment, and ERMDDefaultConfigurationNameAssignment.
List of all members.
Detailed Description
This assignment calculates default page configuration names for the current entity in the context.
Constructor & Destructor Documentation
Public constructor
- Parameters:
-
| u | key-value unarchiver used when unarchiving from rule files. |
Public constructor
- Parameters:
-
| key | context key |
| value | of the assignment |
Member Function Documentation
| Object confirmConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default confirm page configuration based on the current entity name. Default format is 'Confirm' + entity name.
- Parameters:
-
- Returns:
- default confirm page configuration name
| Object confirmDeleteConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default confirm delete page configuration based on the current entity name. Default format is 'ConfirmDelete' + entity name.
- Parameters:
-
- Returns:
- default confirm delete page configuration name
| Object createConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default create page configuration based on the current entity name. Default format is 'Create' + entity name.
- Parameters:
-
- Returns:
- default create page configuration name
| Object createEmbeddedConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default embedded create page configuration based on the current entity name. Default format is 'CreateEmbedded' + entity name.
- Parameters:
-
- Returns:
- default embedded edit page configuration name
Reimplemented in ERMDDefaultConfigurationNameAssignment.
| Object createTabConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default create tab page configuration based on the current entity name. Default format is 'CreateTab' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
| Object createWizardConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default create tab page configuration based on the current entity name. Default format is 'Create' + entity name + 'Wizard'.
- Parameters:
-
- Returns:
- default list page configuration name
| static Object decodeWithKeyValueUnarchiver |
( |
EOKeyValueUnarchiver |
eokeyvalueunarchiver |
) |
[static] |
| NSArray dependentKeys |
( |
String |
keyPath |
) |
|
| Object editConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default edit page configuration based on the current entity name. Default format is 'Edit' + entity name.
- Parameters:
-
- Returns:
- default edit page configuration name
Reimplemented in ERDDefaultAjaxConfigurationNameAssignment.
| Object editEmbeddedConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default embedded edit page configuration based on the current entity name. Default format is 'EditEmbedded' + entity name.
- Parameters:
-
- Returns:
- default embedded edit page configuration name
| Object editRelationshipConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default edit relationship page configuration based on the current entity name. Default format is 'EditRelationship' + entity name.
- Parameters:
-
- Returns:
- default edit relationship page configuration name
| Object editRelationshipEmbeddedConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default embedded edit relationship page configuration based on the current entity name. Default format is 'EditRelationshipEmbedded' + entity.name.
- Parameters:
-
- Returns:
- default embedded edit relationship page configuration name
Reimplemented in ERMDDefaultConfigurationNameAssignment.
| Object editTabConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default edit tab page configuration based on the current entity name. Default format is 'EditTab' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
| String entityNameForContext |
( |
D2WContext |
c |
) |
[protected] |
Calculates the entity name for a given context. If the property is a relationship (meaning that destinationEntity is set) then this entity is used
- Parameters:
-
- Returns:
- the current entity name for that context.
| Object inspectConfigurationName |
( |
D2WContext |
c |
) |
|
| Object inspectEmbeddedConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default inspect page configuration based on the current entity name. Default format is 'InspectEmbedded' + entity name.
- Parameters:
-
- Returns:
- default inspect page configuration name
| Object inspectTabConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default inspect tab page configuration based on the current entity name. Default format is 'InspectTab' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
| Object listConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default list page configuration based on the current entity name. Default format is 'List' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
Reimplemented in ERDDefaultAjaxConfigurationNameAssignment.
| Object listEmbeddedConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default list page configuration based on the current entity name. Default format is 'ListEmbedded' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
| Object queryConfigurationName |
( |
D2WContext |
c |
) |
|
Generates a default query page configuration based on the current entity name. Default format is 'Query' + entity name.
- Parameters:
-
- Returns:
- default list page configuration name
Member Data Documentation
final NSArray _DEPENDENT_KEYS = new NSArray(new String[] {"propertyKey", "object.entityName", "entity.name"}) [static] |
holds the array of keys this assignment depends upon
The documentation for this class was generated from the following file: