Modifier and Type | Method and Description |
---|---|
NSDictionary |
_JR_WOLipsProject.localFiles() |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
WODisplayGroup.insertedObjectDefaultValues() |
Modifier and Type | Method and Description |
---|---|
void |
WODisplayGroup.setInsertedObjectDefaultValues(NSDictionary defaultValues) |
Constructor and Description |
---|
WONettyAdaptor(String name,
NSDictionary<String,Object> config) |
Constructor and Description |
---|
ERXOptGroupBrowser(String arg0,
NSDictionary arg1,
WOElement arg2) |
ERXOptGroupPopupButton(String name,
NSDictionary associations,
WOElement template) |
ERXTimedGenericContainer(String name,
NSDictionary associations,
WOElement template) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
EOAttribute._internalInfo |
protected NSDictionary |
EOAttribute._sourceToDestinationKeyMap |
protected NSDictionary |
EOAttribute._userInfo |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
EOAttribute._internalInfo() |
NSDictionary |
EOAttribute._sourceToDestinationKeyMap() |
NSDictionary |
EOAttribute.userInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
EOAttribute._setInternalInfo(NSDictionary dictionary) |
void |
EOAttribute._setSourceToDestinationKeyMap(NSDictionary mapping) |
void |
EOAttribute.awakeWithPropertyList(NSDictionary plist) |
void |
EOAttribute.setUserInfo(NSDictionary dictionary) |
Constructor and Description |
---|
EOAttribute(NSDictionary plist,
Object owner) |
ERXEntity(NSDictionary plist,
Object owner)
Creates and returns a new EOEntity initialized from the
property list plist belonging to the EOModel owner.
|
ERXModel(NSDictionary propertyList,
String path) |
ERXModel(NSDictionary propertyList,
URL url) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
EOCustomObject.__lastSnapshot() |
NSDictionary |
EOCustomObject.__originalSnapshot() |
NSDictionary |
EOCustomObject.changesFromSnapshot(NSDictionary snapshot) |
NSDictionary<String,Object> |
EOCustomObject.snapshot() |
NSDictionary |
EOCustomObject.valuesForKeys(NSArray keys) |
NSDictionary |
EOCustomObject.valuesForKeysWithMapping(NSDictionary mapping) |
Modifier and Type | Method and Description |
---|---|
void |
EOCustomObject.__setLastSnapshot(NSDictionary ls) |
void |
EOCustomObject.__setOriginalSnapshot(NSDictionary os) |
NSDictionary |
EOCustomObject.changesFromSnapshot(NSDictionary snapshot) |
void |
EOCustomObject.reapplyChangesFromDictionary(NSDictionary changes) |
void |
EOCustomObject.takeValuesFromDictionary(NSDictionary dictionary) |
void |
EOCustomObject.takeValuesFromDictionaryWithMapping(NSDictionary dictionary,
NSDictionary mapping) |
void |
EOCustomObject.takeValuesFromDictionaryWithMapping(NSDictionary dictionary,
NSDictionary mapping) |
void |
EOCustomObject.updateFromSnapshot(NSDictionary<String,Object> snapshot) |
NSDictionary |
EOCustomObject.valuesForKeysWithMapping(NSDictionary mapping) |
Modifier and Type | Class and Description |
---|---|
class |
NSMutableDictionary<K,V>
NSMutableDictionary reimplementation to support JDK 1.5 templates and the
proper collection methods.
|
Modifier and Type | Field and Description |
---|---|
static NSDictionary |
NSDictionary.EmptyDictionary |
Modifier and Type | Method and Description |
---|---|
static <K,V> NSDictionary<K,V> |
NSDictionary.emptyDictionary() |
NSDictionary<K,V> |
NSMutableDictionary.immutableClone() |
NSDictionary<K,V> |
NSDictionary.immutableClone() |
static <K,V> NSDictionary<K,V> |
NSDictionary.of()
Returns an immutable
NSDictionary containing zero entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1)
Returns an immutable
NSDictionary containing a single entry. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2)
Returns an immutable
NSDictionary containing two entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3)
Returns an immutable
NSDictionary containing three entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4)
Returns an immutable
NSDictionary containing four entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5)
Returns an immutable
NSDictionary containing five entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6)
Returns an immutable
NSDictionary containing six entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6,
K k7,
V v7)
Returns an immutable
NSDictionary containing seven entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6,
K k7,
V v7,
K k8,
V v8)
Returns an immutable
NSDictionary containing eight entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6,
K k7,
V v7,
K k8,
V v8,
K k9,
V v9)
Returns an immutable
NSDictionary containing nine entries. |
static <K,V> NSDictionary<K,V> |
NSDictionary.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6,
K k7,
V v7,
K k8,
V v8,
K k9,
V v9,
K k10,
V v10)
Returns an immutable
NSDictionary containing ten entries. |
Modifier and Type | Method and Description |
---|---|
void |
NSMutableDictionary.addEntriesFromDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
boolean |
NSDictionary.isEqualToDictionary(NSDictionary<?,?> otherDictionary) |
void |
NSMutableDictionary.setDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
Constructor and Description |
---|
NSDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
NSMutableDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
_OpenBasePlugIn.jdbcInfo() |
NSDictionary<String,Object> |
ERMicrosoftPlugIn.jdbcInfo()
This is usually extracted from the database using JDBC, but this is
really inconvenient for users who are trying to generate SQL at some.
|
NSDictionary<String,Object> |
PostgresqlPlugIn.jdbcInfo()
This is usually extracted from the the database using
JDBC, but this is really inconvenient for users who are
trying to generate SQL at some.
|
NSDictionary<String,Object> |
_MySQLPlugIn.jdbcInfo() |
NSDictionary<String,Object> |
_H2PlugIn.jdbcInfo()
This is usually extracted from the the database using JDBC, but this is
really inconvenient for users who are trying to generate SQL at some.
|
NSDictionary<String,Object> |
_FrontBasePlugIn.jdbcInfo()
This is usually extracted from the the database using JDBC, but this is really inconvenient for users who are
trying to generate SQL at some.
|
NSDictionary |
_DerbyPlugIn.jdbcInfo()
This is usually extracted from the the database using JDBC, but this is
really inconvenient for users who are trying to generate SQL at some.
|
NSDictionary |
DB2PlugIn.jdbcInfo()
This is usually extracted from the the database using
JDBC, but this is really inconvenient for users who are
trying to generate SQL at some.
|
Modifier and Type | Method and Description |
---|---|
NSArray<NSDictionary<String,Object>> |
ERMicrosoftPlugIn.newPrimaryKeys(int count,
EOEntity entity,
JDBCChannel channel)
Generates a batch of new primary keys for the given entity.
|
NSArray<NSDictionary<String,Object>> |
PostgresqlPlugIn.newPrimaryKeys(int count,
EOEntity entity,
JDBCChannel channel)
Overrides the parent implementation to provide a more efficient mechanism for generating primary keys,
while generating the primary key support on the fly.
|
NSArray<NSDictionary<String,Object>> |
_H2PlugIn.newPrimaryKeys(int count,
EOEntity entity,
JDBCChannel channel)
Overrides the parent implementation to provide a more efficient mechanism
for generating primary keys, while generating the primary key support on
the fly.
|
NSArray<NSDictionary<String,Object>> |
_FrontBasePlugIn.newPrimaryKeys(int numberOfKeys,
EOEntity eoentity,
JDBCChannel jdbcchannel) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
MSiteConfig.dictionaryForArchive() |
NSDictionary |
MInstance.dictionaryForArchive()
Archiving Support *********
|
NSDictionary |
MHost.dictionaryForArchive()
Archiving Support *********
|
NSDictionary |
MApplication.dictionaryForArchive()
Archiving Support
|
static NSDictionary |
NSDictionary_Extensions.dictionaryForArchive(NSDictionary tempDict) |
static NSDictionary |
NSDictionary_Extensions.dictionaryFromArchive(NSDictionary tempDict) |
NSDictionary<String,NSMutableArray<String>> |
MSiteConfig.passwordDictionary() |
NSDictionary |
MInstance.statistics() |
Modifier and Type | Method and Description |
---|---|
void |
MHost._setHostInfo(NSDictionary _hostStats) |
static NSDictionary |
NSDictionary_Extensions.dictionaryForArchive(NSDictionary tempDict) |
static NSDictionary |
NSDictionary_Extensions.dictionaryFromArchive(NSDictionary tempDict) |
static NSMutableDictionary |
NSDictionary_Extensions.replaceSpaceWithUnderscore(NSDictionary aDict) |
static NSMutableDictionary |
NSDictionary_Extensions.replaceUnderscoreWithSpace(NSDictionary aDict) |
void |
MInstance.setStatistics(NSDictionary newStatistics) |
void |
MObject.updateValues(NSDictionary aDict) |
void |
MInstance.updateValues(NSDictionary aDict) |
static void |
NSDictionary_Extensions.verbosePrint(NSDictionary aDict) |
Constructor and Description |
---|
MApplication(NSDictionary aDict,
MSiteConfig aConfig) |
MHost(NSDictionary aValuesDict,
MSiteConfig aConfig) |
MInstance(NSDictionary aDict,
MSiteConfig aConfig) |
MSiteConfig(NSDictionary xmlDict) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
WODictionaryRepetition._dictionary |
NSDictionary |
WOStatsPage.detailsDict |
NSDictionary |
WOStatsPage.directActionsDict |
NSDictionary |
WOStatsPage.memoryDict |
NSDictionary |
WOStatsPage.pagesDict |
NSDictionary |
WOStatsPage.sessionMemoryDict |
NSDictionary |
WOStatsPage.statsDict |
NSDictionary |
WOStatsPage.transactions |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
WODictionaryRepetition.dictionary() |
Modifier and Type | Method and Description |
---|---|
protected long |
WOStatsPage._maxServedForDictionary(NSDictionary aDictionary) |
Constructor and Description |
---|
WOMethodInvocation(String aName,
NSDictionary associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
AjaxSortableList.createAjaxOptions() |
NSDictionary |
AjaxDroppable.createAjaxOptions() |
NSDictionary<String,String> |
AjaxDraggable.createAjaxOptions() |
protected NSDictionary<String,String> |
AjaxAutoComplete.createAjaxOptions() |
NSDictionary |
AjaxAccordion.createAjaxOptions() |
NSDictionary<String,String> |
AjaxUpdateContainer.createAjaxOptions(WOComponent component) |
NSDictionary |
AjaxSessionPing.createAjaxOptions(WOComponent component)
Gathers the bindings into an AjaxOptions dictionary.
|
NSDictionary |
AjaxRoundEffect.createAjaxOptions(WOComponent component)
Deprecated.
|
NSDictionary |
AjaxInPlaceEditor.createAjaxOptions(WOComponent component) |
protected NSDictionary |
AjaxHyperlink.createAjaxOptions(WOComponent component) |
NSDictionary |
AjaxGrid.currentColumn()
Cover method for item binding of a WORepetition.
|
NSDictionary |
AjaxGrid.manadatorySortDictionary()
Returns a copy of the mandatory sort configuration with an
additional (dummy) value for the MANDATORY_SORT_ORDER_FLAG.
|
protected static NSDictionary |
AjaxInPlaceViewTemplate.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxInPlaceEditTemplate.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxFunctionLink.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxFunctionButton.processAssociations(NSDictionary associations) |
protected static NSDictionary<String,WOAssociation> |
AjaxToggleLink.processAssociations(NSDictionary<String,WOAssociation> associations) |
static NSDictionary<String,String> |
AjaxUpdateContainer.removeDefaultOptions(NSDictionary<String,String> options) |
NSDictionary<String,?> |
AjaxFlexibleFileUpload.uploadState()
Generate a dictionary containing the current state of the upload.
|
NSDictionary<String,?> |
AjaxFlexibleFileUpload.Proxy.uploadState()
Wrapper for
AjaxFlexibleFileUpload.uploadState() . |
Modifier and Type | Method and Description |
---|---|
protected void |
FocusTextField._appendAttributesFromAssociationsToResponse(WOResponse response,
WOContext wocontext,
NSDictionary nsdictionary) |
protected void |
FocusText._appendAttributesFromAssociationsToResponse(WOResponse woresponse,
WOContext wocontext,
NSDictionary nsdictionary) |
static void |
AjaxOptions._appendToBuffer(NSDictionary options,
Appendable appendable,
WOContext context)
Adds JSON formatted key-value pairs from options to end of response content.
|
static void |
AjaxOptions._appendToResponse(NSDictionary options,
WOResponse response,
WOContext context)
Adds JSON formatted key-value pairs from options to end of response content.
|
protected String |
AjaxSocialNetwork._submissionUrl(String baseUrl,
String urlKey,
String targetUrl,
String titleKey,
String title,
NSDictionary<String,String> additionalParams) |
protected void |
AjaxOption.addToDictionary(WOComponent component,
NSDictionary<String,? extends WOAssociation> associations,
NSMutableDictionary<String,String> dictionary)
Evaluates this AjaxOption on a WODynamicElement and adds the name and JavaScript formatted value to dictionary.
|
static void |
AjaxUtils.appendTagAttributeAndValue(WOResponse response,
WOContext context,
WOComponent component,
NSDictionary<String,WOAssociation> associations,
String name) |
static void |
AjaxUtils.appendTagAttributeAndValue(WOResponse response,
WOContext context,
WOComponent component,
NSDictionary<String,WOAssociation> associations,
String name,
String appendValue) |
static void |
AjaxOptions.appendToBuffer(NSDictionary options,
Appendable appendable,
WOContext context)
Adds JSON formatted key-value pairs from options to end of response content.
|
static void |
AjaxOptions.appendToResponse(NSDictionary options,
WOResponse response,
WOContext context)
Adds JSON formatted key-value pairs from options to end of response content.
|
static NSMutableDictionary<String,String> |
AjaxOption.createAjaxOptionsDictionary(NSArray<AjaxOption> ajaxOptions,
WOComponent component,
NSDictionary<String,? extends WOAssociation> associations) |
protected static NSDictionary |
AjaxInPlaceViewTemplate.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxInPlaceEditTemplate.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxFunctionLink.processAssociations(NSDictionary associations) |
protected static NSDictionary |
AjaxFunctionButton.processAssociations(NSDictionary associations) |
protected static NSDictionary<String,WOAssociation> |
AjaxToggleLink.processAssociations(NSDictionary<String,WOAssociation> associations) |
static NSDictionary<String,String> |
AjaxUpdateContainer.removeDefaultOptions(NSDictionary<String,String> options) |
void |
AjaxGrid.setCurrentColumn(NSDictionary newColumn)
Cover method for item binding of a WORepetition.
|
protected Object |
AjaxOption.valueInComponent(WOComponent component,
NSDictionary<String,? extends WOAssociation> associations) |
protected Object |
AjaxConstantOption.valueInComponent(WOComponent component,
NSDictionary<String,? extends WOAssociation> associations) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
MTStyledPopUpButton.createAjaxOptions() |
NSDictionary |
MTJSDatePicker.createAjaxOptions() |
NSDictionary |
MTAjaxSortableList.createAjaxOptions() |
NSDictionary |
MTAjaxDraggable.createAjaxOptions() |
protected NSDictionary<String,String> |
MTAjaxAutoComplete.createAjaxOptions() |
NSDictionary |
MTAccordionContainer.createAjaxOptions() |
NSDictionary |
MTAjaxUpdateContainer.createAjaxOptions(WOComponent component) |
NSDictionary |
MTAjaxModalContainer.createAjaxOptions(WOComponent component) |
static NSDictionary |
MTAjaxUpdateContainer.removeDefaultOptions(NSDictionary options) |
Modifier and Type | Method and Description |
---|---|
static NSDictionary |
MTAjaxUpdateContainer.removeDefaultOptions(NSDictionary options) |
Constructor and Description |
---|
MTAjaxModalContainer(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTAjaxObserveField(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTAjaxSubmitButton(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTAjaxTabbedPanel(String name,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
MTAjaxTabbedPanelTab(String aName,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
MTAjaxUpdateContainer(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTAjaxUpdateLink(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTJSSlider(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
MTMediaBox(String name,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
Constructor and Description |
---|
ERAttachmentLink(String name,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERAttachmentQuickTimeViewer.parameters() |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERCNSnapshot.globalIDsForDeletionGroupedByEntity() |
NSDictionary |
ERCNSnapshot.globalIDsGroupedByEntity(NSArray objects) |
NSDictionary |
ERCNSnapshot.shapshotsForInsertionGroupedByEntity() |
NSDictionary |
ERCNSnapshot.shapshotsForUpdateGroupedByEntity() |
NSDictionary |
ERCNSnapshot.snapshotsGroupedByEntity(NSArray objects) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
CCSegmentedSlider.options() |
Constructor and Description |
---|
CCGoogleAnalytics(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
CCGoogleMap(String aName,
NSDictionary someAssociations,
WOElement template) |
CCGoogleMapMarker(String name,
NSDictionary<String,WOAssociation> someAssociations,
WOElement children) |
CCRating(String name,
NSDictionary associations,
WOElement children) |
CCTagEditor(String name,
NSDictionary<String,WOAssociation> associations,
WOElement children) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
ERCMailableExceptionPage.extraInfo |
Modifier and Type | Method and Description |
---|---|
ERCMailMessage |
ERCMailDelivery.composeComponentEmail(String from,
NSArray to,
NSArray cc,
NSArray bcc,
String title,
String componentName,
NSDictionary bindings,
EOEditingContext ec)
Composes a mail message from a given component.
|
ERCMailMessage |
ERCMailDelivery.composeComponentEmail(String from,
NSArray to,
NSArray cc,
NSArray bcc,
String title,
String componentName,
String plainTextComponentName,
NSDictionary bindings,
EOEditingContext ec)
Composes a mail message from a given component.
|
String |
ERCoreBusinessLogic.extraInfoString(NSDictionary extraInfo,
int indent) |
void |
ERCoreBusinessLogic.reportException(Throwable exception,
NSDictionary extraInfo)
Reports an exception.
|
void |
ERCMailableExceptionPage.setExtraInfo(NSDictionary value) |
Modifier and Type | Method and Description |
---|---|
protected NSDictionary |
ERCAuditTrailHandler.serializeObject(EOEnterpriseObject eo) |
Modifier and Type | Method and Description |
---|---|
protected NSDictionary |
ERD2WContextDictionary.componentLevelValuesForKey(String propertyKey)
Returns the keys for the given property key.
|
NSDictionary |
ERD2WContextDictionary.dictionary() |
protected static NSDictionary |
ERD2WModel.dictionaryFromPathUrl(URL url) |
NSDictionary |
ERD2WDirectAction.primaryKeyFromRequest(EOEditingContext ec,
String entityName) |
Modifier and Type | Method and Description |
---|---|
static Object |
ERDirectToWeb.d2wContextValueForKey(String key,
String entityName,
NSDictionary extraValuesForContext) |
Constructor and Description |
---|
ERD2WContextDictionary(String pageConfiguration,
NSDictionary dictionary) |
Modifier and Type | Field and Description |
---|---|
protected static NSDictionary |
ERDDefaultModelAssignment.keys
holds the array of keys this assignment depends upon
|
protected static NSDictionary |
ERDDefaultIDAssignment.keys
holds the array of keys this assignment depends upon
|
protected static NSDictionary |
ERDDefaultFormControlNameAssignment.keys
holds the array of keys this assignment depends upon
|
protected static NSDictionary |
ERDDefaultDisplayNameAssignment.keys
holds the dependent keys of the assignment
|
protected static NSDictionary |
ERDDefaultClassStringAssignment.keys
holds the array of keys this assignment depends upon
|
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDDefaultActionAssignment.defaultActions(com.webobjects.directtoweb.D2WContext c)
Calculates the actions names for a given context.
|
Modifier and Type | Method and Description |
---|---|
protected EOQualifier |
ERDDelayedExtraQualifierAssignment.extraQualifier(com.webobjects.directtoweb.D2WContext c,
NSDictionary<String,Object> dict) |
protected EOQualifier |
ERDDelayedExtraQualifierAssignment.qualifierForObject(String key,
NSDictionary object) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERDDebuggingHelp._contextDictionary |
protected NSDictionary |
ERD2WPropertyName._contextDictionary |
protected NSDictionary |
ERDActionBar.branch
holds the chosen branch
|
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDActionBar.branch()
Cover method for getting the choosen branch.
|
NSDictionary |
ERD2WCheatSheet.componentConfiguration() |
NSDictionary |
ERDDebuggingHelp.contextDictionary() |
NSDictionary |
ERD2WPropertyName.contextDictionary() |
NSDictionary |
ERDDebuggingHelp.contextDictionaryForPage() |
NSDictionary |
ERD2WPropertyName.contextDictionaryForPropertyKey() |
NSDictionary |
ERD2WCheatSheet.currentEditor() |
NSDictionary |
ERD2WCheatSheet.editors() |
NSDictionary |
ERD2WSwitchComponent.extraBindings() |
Modifier and Type | Method and Description |
---|---|
void |
ERDActionBar.setBranch(NSDictionary value)
Sets the user choosen branch.
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERDControllerButton.branch
holds the chosen branch
|
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDControllerButton.branch()
Cover method for getting the choosen branch.
|
Modifier and Type | Method and Description |
---|---|
void |
ERDControllerButton.setBranch(NSDictionary value)
Sets the user chosen branch.
|
Modifier and Type | Field and Description |
---|---|
NSDictionary |
ERDEditFile.extraBindings |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.queryBindings() |
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.queryMatch() |
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.queryMax() |
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.queryMin() |
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.queryOperator() |
NSDictionary |
ERDSavedQueriesComponent.queryParamsToFetchSavedQueryResults() |
static NSDictionary |
ERDSavedQueriesComponent.savedQueriesForPageConfigurationNamed(WOSession session,
String pageConfigurationName)
retrieves the saved queries for the given pageConfiguration and returns a
dictionary where the key is the name of the savedQuery and value is the
savedQuery itself.
|
NSDictionary |
ERDSavedQueriesComponent.SavedQuery.values() |
Modifier and Type | Method and Description |
---|---|
protected Object |
ERDSavedQueriesComponent.SavedQuery.decodeDictionaryWithEOs(NSDictionary dictionary) |
protected NSMutableDictionary |
ERDSavedQueriesComponent.SavedQuery.encodeDictionaryWithEOs(NSDictionary dictionary) |
protected static String |
ERDSavedQueriesComponent.SavedQuery.logDictionary(String title,
NSDictionary dictionary,
String indentStr) |
void |
ERDSavedQueriesComponent.SavedQuery.setQueryBindings(NSDictionary queryBindings) |
void |
ERDSavedQueriesComponent.SavedQuery.setQueryMatch(NSDictionary queryMatch) |
void |
ERDSavedQueriesComponent.SavedQuery.setQueryMax(NSDictionary queryMax) |
void |
ERDSavedQueriesComponent.SavedQuery.setQueryMin(NSDictionary queryMin) |
void |
ERDSavedQueriesComponent.SavedQuery.setQueryOperator(NSDictionary queryOperator) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDEditOwnedRelationship.postRelationshipKeys() |
NSDictionary |
ERDEditOwnedRelationship.preRelationshipKeys() |
NSDictionary |
ERDList.settings() |
NSDictionary |
ERDInspect.settings() |
NSDictionary |
ERDEditableList.settings() |
NSDictionary<String,Object> |
ERDEditRelationship.settings() |
Modifier and Type | Field and Description |
---|---|
protected static NSDictionary |
ERDListPageRepetition.NO_ACTIONS |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERDListPageRepetition.actions()
Should return an array of arrays denoting actions
|
Modifier and Type | Method and Description |
---|---|
protected NSDictionary |
ERDBranchDelegate.branchChoiceDictionary(String method,
String label)
Utility to build branch choice dictionaries in code.
|
Modifier and Type | Field and Description |
---|---|
protected static NSDictionary |
ERExcelLook.styles
Caches the styles dictionary
|
Modifier and Type | Method and Description |
---|---|
static NSDictionary |
ERExcelLook.styles()
Gets the styles dictionary from the playlist.
|
NSDictionary |
ERExcelListPage.styles() |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERD2WPage._branch
holds the chosen branch
|
protected NSDictionary |
ERD2WQueryPage.queryBindings |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERD2WPage.branch()
Cover method for getting the choosen branch.
|
NSDictionary |
ERD2WEditableListPage.ERDMassChangeGenericRecord.pendingChanges() |
NSDictionary |
ERD2WQueryPage.queryBindings() |
NSDictionary |
ERD2WPage.settings() |
NSDictionary |
ERD2WPage.statsForPage()
Gets the stats for the current page.
|
Modifier and Type | Method and Description |
---|---|
void |
ERD2WPage.setBranch(NSDictionary branch)
Sets the user chosen branch.
|
void |
ERD2WQueryPage.setQueryBindings(NSDictionary dictionary) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
ERCMailableExceptionPage.extraInfo |
Modifier and Type | Method and Description |
---|---|
ERCMailMessage |
ERCMailDelivery.composeComponentEmail(String from,
NSArray to,
NSArray cc,
NSArray bcc,
String title,
String componentName,
NSDictionary bindings,
EOEditingContext ec)
Composes a mail message from a given component.
|
ERCMailMessage |
ERCMailDelivery.composeComponentEmail(String from,
NSArray to,
NSArray cc,
NSArray bcc,
String title,
String componentName,
String plainTextComponentName,
NSDictionary bindings,
EOEditingContext ec)
Composes a mail message from a given component.
|
void |
ERCMailableExceptionPage.setExtraInfo(NSDictionary value) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
EGWrapper.fonts() |
NSDictionary |
EGWrapper.styles() |
Modifier and Type | Method and Description |
---|---|
void |
EGWrapper.setFonts(NSDictionary value) |
void |
EGWrapper.setStyles(NSDictionary value) |
Constructor and Description |
---|
EGSimpleTableParser(InputStream contentStream,
NSDictionary fontDicts,
NSDictionary styleDicts) |
EGSimpleTableParser(InputStream contentStream,
NSDictionary fontDicts,
NSDictionary styleDicts) |
EGXLSXSimpleTableParser(InputStream contentStream,
NSDictionary<String,NSDictionary<String,String>> fontDicts,
NSDictionary<String,NSDictionary<String,String>> styleDicts) |
EGXLSXSimpleTableParser(InputStream contentStream,
NSDictionary<String,NSDictionary<String,String>> fontDicts,
NSDictionary<String,NSDictionary<String,String>> styleDicts) |
Constructor and Description |
---|
EGXLSXSimpleTableParser(InputStream contentStream,
NSDictionary<String,NSDictionary<String,String>> fontDicts,
NSDictionary<String,NSDictionary<String,String>> styleDicts) |
EGXLSXSimpleTableParser(InputStream contentStream,
NSDictionary<String,NSDictionary<String,String>> fontDicts,
NSDictionary<String,NSDictionary<String,String>> styleDicts) |
Modifier and Type | Class and Description |
---|---|
static class |
ERXWOXMLCoder.XMLData
Quick and dirty class to en- and decode the generic xml data to full-fledged objects that
can be bound in the edit interface.
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary<String,NSArray<String>> |
ERXRequest._cookieDictionary
Holds the cookies in a NSDictionary.
|
protected NSDictionary |
ERXPathDirectAction.pathPartsByKeys
caches the path parts by keys
|
protected NSDictionary |
ERXPathDirectAction.pathPartsByKeysCaseInsensitive
caches the path parts by case insensitive keys
|
protected static NSDictionary |
ERXApplication.propertiesFromArgv |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERXResourceManager._contentTypesDictionary()
Overrides the original implementation appending the additionalMimeTypes to the content types dictionary.
|
NSDictionary |
ERXRequest.cookieValues()
Overridden to call _cookieDictionary() where we parse the cookies one
at a time using java.net.HttpCookie so that we don't get an empty cookie
dictionary if one cookie is malformed.
|
protected NSDictionary<String,Object> |
ERXRedirect.directActionQueryParameters() |
static NSDictionary<String,String> |
ERXPathDirectActionRequestHandler.formValuesFromRequest(WORequest request,
boolean useActionClass,
boolean useActionName)
Returns a dictionary similar to the normal request form value dict.
|
NSDictionary |
ERXPathDirectAction.pathPartsByKeys()
Given an array of path parts (foo=food, bar=baz, gee) this will
produce a dictionary of the form: { foo=food; bar=baz; }.
|
NSDictionary |
ERXPathDirectAction.pathPartsByKeysCaseInsensitive()
Same method as pathPartsByKeys except all of the keys have been down cased, ie
for path parts (Foo=food, bAr=baz, gee) this will give a dictionary of the form
{ foo=food; bar=baz; }.
|
static NSDictionary |
ERXComponentRequestHandler.requestHandlerValuesForRequest(WORequest aRequest) |
NSDictionary |
ERXWOContext.userInfo() |
abstract NSDictionary |
ERXBrowser.userInfo()
UserInfo dictionary
UserInfo ディクショナリーを戻します
|
NSDictionary |
ERXBasicBrowser.userInfo() |
Modifier and Type | Method and Description |
---|---|
NSArray<NSDictionary<String,Object>> |
ERXApplication.additionalAdaptors()
Returns the additionalAdaptors, but calls _addAdditionalAdaptors to give the runtime an opportunity to
programmatically force adaptors into the list.
|
Modifier and Type | Method and Description |
---|---|
WOAdaptor |
ERXApplication.adaptorWithName(String aClassName,
NSDictionary<String,Object> anArgsDictionary) |
ERXBrowser |
ERXBrowserFactory.createBrowser(String browserName,
String version,
String mozillaVersion,
String platform,
NSDictionary userInfo)
Creates a new browser object for given parameters.
|
static String |
ERXWOContext.directActionUrl(WOContext context,
String host,
Integer port,
String path,
String directActionName,
NSDictionary<String,Object> queryParameters,
Boolean secure,
boolean includeSessionID)
Generates direct action URLs with support for various overrides.
|
static String |
ERXWOContext.directActionUrl(WOContext context,
String directActionName,
NSDictionary<String,Object> queryParameters,
Boolean secure,
boolean includeSessionID)
Generates direct action URLs with support for various overrides.
|
String |
ERXWOContext.directActionURLForActionNamed(String actionName,
NSDictionary queryDict,
boolean includeSessionID)
Returns a complete URL for the specified action.
|
protected void |
ERXWOXMLCoder.encodeDictionaryWithXMLTag(NSDictionary dict,
String tag) |
ERXBrowser |
ERXBrowserFactory.getBrowserInstance(String browserName,
String version,
String mozillaVersion,
String platform,
NSDictionary userInfo)
Gets a shared browser object from browser pool.
|
WOResponse |
ERXApplication.reportException(Throwable exception,
WOContext context,
NSDictionary extraInfo)
Reports an exception.
|
void |
ERXRedirect.setQueryParameters(NSDictionary<String,? extends Object> queryParameters)
Sets the query parameters for this redirect.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ERXApplication._addAdditionalAdaptors(NSMutableArray<NSDictionary<String,Object>> additionalAdaptors)
Injects additional adaptors into the WOAdditionalAdaptors setting.
|
Constructor and Description |
---|
ERXBasicBrowser(String browserName,
String version,
String mozillaVersion,
String platform,
NSDictionary userInfo) |
ERXDebugTimer(String name,
NSDictionary associations,
WOElement template) |
ERXDefaultAdaptor(String name,
NSDictionary parameters)
Constructs an ERXDefaultAdaptor.
|
ERXDefaultAdaptor(String name,
NSDictionary parameters,
boolean secure)
Constructs an ERXDefaultAdaptor.
|
ERXSecureDefaultAdaptor(String name,
NSDictionary parameters)
Constructs an ERXSecureAdaptor.
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERXNavigationItem._childrenChoices |
protected NSDictionary |
ERXNavigationItem._queryBindings |
protected NSDictionary<String,ERXNavigationItem> |
ERXNavigationManager.navigationItemsByName |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERXNavigationItem.childrenChoices() |
NSDictionary<String,ERXNavigationItem> |
ERXNavigationManager.navigationItemsByName() |
NSDictionary |
ERXNavigationItem.queryBindings() |
Modifier and Type | Method and Description |
---|---|
ERXNavigationItem |
ERXNavigationManager.newNavigationItem(NSDictionary dict) |
Constructor and Description |
---|
ERXNavigationItem(NSDictionary values) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
ERXDirectActionBatchNavigationBar.dictInRepetition
The one used in the repetition
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERXDirectActionBatchNavigationBar.additionalUrlParameters()
The parameters to add to each link
|
Modifier and Type | Method and Description |
---|---|
NSArray<NSDictionary<String,Object>> |
ERXDirectActionBatchNavigationBar.batchNumbers()
Returns "batchNumber" objects which are dictionaries with key-value-pairs for the String to display.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXDirectActionBatchNavigationBar.setAdditionalUrlParameters(NSDictionary<String,Object> dict)
Set the parameters to add to each link
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary<String,WOAssociation> |
ERXLinkButton5._otherQueryAssociations |
protected NSDictionary<String,WOAssociation> |
ERXLinkButton._otherQueryAssociations |
NSDictionary |
ERXStringListPicker.choices |
protected NSDictionary |
ERXCachingWrapper.values |
Modifier and Type | Method and Description |
---|---|
protected NSDictionary |
ERXDateGrouper._groupedObjects() |
NSDictionary<String,WOAssociation> |
ERXDynamicElement.associations()
Returns the element's association dictionary.
|
static NSDictionary |
ERXGMapUtilities.resolveAddress(String address) |
protected NSDictionary |
ERXCachingWrapper.values() |
Modifier and Type | Method and Description |
---|---|
static NSMutableDictionary<String,WOAssociation> |
ERXComponentUtilities._queryParameterAssociations(NSDictionary<String,WOAssociation> associations,
boolean removeQueryParameterAssociations) |
static void |
ERXComponentUtilities.appendHtmlAttributes(NSDictionary<String,WOAssociation> associations,
NSArray<String> excludeKeys,
WOResponse response,
WOComponent component)
Appends a dictionary of associations as HTML attributes.
|
static void |
ERXComponentUtilities.appendHtmlAttributes(NSDictionary<String,WOAssociation> associations,
WOResponse response,
WOComponent component)
Appends a dictionary of associations as HTML attributes.
|
static void |
ERXComponentUtilities.appendHtmlAttributes(NSDictionary<String,WOAssociation> associations,
WOResponse response,
WOContext context)
Appends a dictionary of associations as HTML attributes.
|
static <T> NSArray<T> |
ERXComponentUtilities.arrayValueForBinding(String name,
NSArray<T> defaultValue,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current array value of the given binding from the component.
|
static NSArray |
ERXComponentUtilities.arrayValueForBinding(String name,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current array value of the given binding from the component.
|
static boolean |
ERXComponentUtilities.bindingIsSettable(String name,
NSDictionary<String,WOAssociation> associations)
Checks if the association for a binding with the given name can assign
values at runtime.
|
static WOAssociation |
ERXComponentUtilities.bindingNamed(String name,
NSDictionary<String,WOAssociation> associations)
Returns the association for a binding with the given name.
|
static boolean |
ERXComponentUtilities.booleanValueForBinding(String name,
boolean defaultValue,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current boolean value of the given binding from the component.
|
static boolean |
ERXComponentUtilities.booleanValueForBinding(String name,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current boolean value of the given binding from the component.
|
static String |
ERXDirectActionHyperlink.directActionHyperlink(WOContext context,
boolean encryptEos,
NSArray eos,
String entityNameSeparator,
NSDictionary encryptedDict,
NSDictionary unencryptedDict,
String appName,
String daName,
boolean relative,
String suffix) |
static String |
ERXDirectActionHyperlink.directActionHyperlink(WOContext context,
boolean encryptEos,
NSArray eos,
String entityNameSeparator,
NSDictionary encryptedDict,
NSDictionary unencryptedDict,
String appName,
String daName,
boolean relative,
String suffix) |
static boolean |
ERXComponentUtilities.hasBinding(String name,
NSDictionary<String,WOAssociation> associations)
Checks if there is an association for a binding with the given name.
|
static int |
ERXComponentUtilities.integerValueForBinding(String name,
int defaultValue,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current int value of the given binding from the component.
|
static NSMutableDictionary<String,WOAssociation> |
ERXComponentUtilities.queryParameterAssociations(NSDictionary<String,WOAssociation> associations)
Returns the set of ?key=value associations from an associations
dictionary.
|
static NSMutableDictionary |
ERXComponentUtilities.queryParametersInComponent(NSDictionary associations,
WOComponent component)
Returns a query parameter dictionary from a set of ?key=association
WOAssociation dictionary.
|
static WOResponse |
ERXExceptionPage.reportException(Throwable exception,
WOContext context,
NSDictionary extraInfo)
Provided for convenience when overriding Application.reportException().
|
static void |
ERXComponentUtilities.setValueForBinding(Object value,
String name,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Will try to set the given binding in the component to the passed value.
|
static String |
ERXComponentUtilities.stringValueForBinding(String name,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current string value of the given binding from the component.
|
static String |
ERXComponentUtilities.stringValueForBinding(String name,
String defaultValue,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current string value of the given binding from the component.
|
static Object |
ERXComponentUtilities.valueForBinding(String name,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current value of the given binding from the component.
|
static Object |
ERXComponentUtilities.valueForBinding(String name,
Object defaultValue,
NSDictionary<String,WOAssociation> associations,
WOComponent component)
Retrieves the current value of the given binding from the component.
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERXWOForm._otherQueryAssociations |
Constructor and Description |
---|
ERXActiveImage(String tag,
NSDictionary associations,
WOElement element) |
ERXHyperlink(String arg0,
NSDictionary arg1,
WOElement arg2) |
ERXSubmitButton(String arg0,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement arg2) |
ERXSwitchComponent(String paramString,
NSDictionary paramNSDictionary,
WOElement paramWOElement) |
ERXWOBrowser(String s,
NSDictionary nsdictionary,
WOElement woelement) |
ERXWOForm(String name,
NSDictionary<String,WOAssociation> associations,
WOElement element) |
ERXWOPasswordField(String name,
NSDictionary associations,
WOElement template) |
ERXWORepetition(String string,
NSDictionary<String,WOAssociation> associations,
WOElement woelement)
Designated Constructor.
|
ERXWOString(String s,
NSDictionary nsdictionary,
WOElement woelement) |
ERXWOTextField(String tagname,
NSDictionary nsdictionary,
WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
protected void |
ERXWOConditional.pullAssociations(NSDictionary<String,? extends WOAssociation> nsdictionary)
Override to pull the associations for your condition.
|
protected void |
ERXListContainsItemConditional.pullAssociations(NSDictionary<String,? extends WOAssociation> dict) |
protected void |
ERXKeyValueConditional.pullAssociations(NSDictionary<String,? extends WOAssociation> dict) |
protected void |
ERXInstanceOfConditional.pullAssociations(NSDictionary<String,? extends WOAssociation> dict) |
protected void |
ERXEqualConditional.pullAssociations(NSDictionary<String,? extends WOAssociation> dict) |
Constructor and Description |
---|
ERXElse(String s,
NSDictionary nsdictionary,
WOElement woelement) |
ERXEqualConditional(String aS,
NSDictionary aNsdictionary,
WOElement aWoelement) |
ERXInstanceOfConditional(String aName,
NSDictionary aDict,
WOElement aElement) |
ERXKeyValueConditional(String aName,
NSDictionary aDict,
WOElement aElement) |
ERXListContainsItemConditional(String aName,
NSDictionary aDict,
WOElement aElement) |
ERXNonNullConditional(String aName,
NSDictionary aDict,
WOElement aElement) |
ERXNonZeroConditional(String aName,
NSDictionary aDict,
WOElement aElement) |
ERXWOCase(String name,
NSDictionary<String,WOAssociation> associations,
WOElement woelement) |
ERXWOConditional(String name,
NSDictionary dict,
WOElement element) |
ERXWOSwitch(String name,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
ERXWOTemplate(String s,
NSDictionary associations,
WOElement woelement) |
Constructor and Description |
---|
ERXWOEmailField(String tagname,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
ERXWOInput(String tagname,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
ERXWONumberField(String tagname,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
ERXWOTelField(String tagname,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
ERXWOUrlField(String tagname,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
ERXJSVariables._arguments |
protected NSDictionary |
ERXJSRemoteCall._arguments |
NSDictionary |
ERXJSInputValidator.currentItem |
NSDictionary |
ERXJSFormForTarget.targetDictionary |
Modifier and Type | Method and Description |
---|---|
protected static NSDictionary |
ERXClickableContainer._processAssociations(NSDictionary associations) |
NSDictionary |
ERXJSVariables.arguments() |
NSDictionary |
ERXJSRemoteCall.arguments() |
Modifier and Type | Method and Description |
---|---|
protected static NSDictionary |
ERXClickableContainer._processAssociations(NSDictionary associations) |
Constructor and Description |
---|
ERXClickableContainer(String name,
NSDictionary associations,
WOElement template) |
ERXJavaScript(String s,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
ERXJSSubmitFunction(String elementName,
NSDictionary associations,
WOElement woelement) |
Constructor and Description |
---|
ERXPartialMarker(String s,
NSDictionary nsdictionary,
WOElement woelement) |
ERXPartialWrapper(String s,
NSDictionary nsdictionary,
WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
static NSMutableDictionary<String,String> |
ERXCrypto.decodedFormValuesDictionary(NSDictionary<String,NSArray<String>> dict)
Decodes all of the values from a given dictionary using the default
crypter.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXGroupingFetchSpecification<T extends NSDictionary>
Extended fetch specification (work in progress).
|
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERXEntityClassDescription._validationInfo
Holds validation info from the entities user info dictionary
|
static NSDictionary |
ERXConstant.EmptyDictionary |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERXForwardingAdaptorContext._newPrimaryKey(EOEnterpriseObject object,
EOEntity entity) |
NSDictionary |
ERXForwardingAdaptor.administrativeConnectionDictionaryForAdaptor(EOAdaptor adaptor) |
static NSDictionary<String,Integer> |
ERXEOControlUtilities.changedRegisteredObjectCount(NSDictionary<String,Integer> currentCounts,
NSDictionary<String,Integer> oldCounts)
Returns the changes in count registered objects in the EC grouped by entity name, which is useful for memory debugging.
|
NSDictionary<String,Object> |
ERXGenericRecord.changesFromCommittedSnapshot() |
NSDictionary<String,Object> |
ERXEnterpriseObject.changesFromCommittedSnapshot()
Computes the current set of changes that this object has from the
currently committed snapshot.
|
NSDictionary |
ERXCustomObject.changesFromCommittedSnapshot() |
NSDictionary<String,Object> |
ERXGenericRecord.committedSnapshot()
This method exists because
EOEditingContext.committedSnapshotForObject()
gives unexpected results for newly inserted objects if
EOEditingContext.processRecentChanges()
has been called. |
NSDictionary |
ERXEC.committedSnapshotForObject(EOEnterpriseObject eoenterpriseobject) |
NSDictionary |
ERXForwardingAdaptor.connectionDictionary() |
NSDictionary<String,Object> |
ERXQuery.DefaultRecordConstructor.constructRecord(EOEditingContext ec,
NSMutableDictionary<String,Object> row) |
NSDictionary |
ERXEC.currentEventSnapshotForObject(EOEnterpriseObject eoenterpriseobject) |
protected static NSDictionary |
ERXModelGroup.databaseConfigForModel(EOModel model) |
NSDictionary |
ERXDatabaseContextMulticastingDelegate.databaseContextNewPrimaryKey(EODatabaseContext dbCtxt,
Object object,
EOEntity entity) |
NSDictionary<String,Object> |
ERXDatabaseContextDelegate.databaseContextNewPrimaryKey(EODatabaseContext databaseContext,
Object object,
EOEntity entity)
Provides the ability for new enterprise objects that implement the interface
ERXGeneratesPrimaryKeyInterface
to provide their own primary key dictionary. |
NSDictionary |
ERXDatabaseContextMulticastingDelegate.databaseContextShouldUpdateCurrentSnapshot(EODatabaseContext dbCtxt,
NSDictionary existingSnapshot,
NSDictionary fetchedRow,
EOGlobalID gid,
EODatabaseChannel dbChannel) |
NSDictionary |
ERXObjectStoreCoordinatorSynchronizer.LocalChange.deleted() |
protected abstract NSDictionary<String,NSSet<String>> |
ERXEntityOrder.dependenciesByEntity()
Processes
allEntities() and returns a dictionary keyed on
dependencyKeyFor(EOEntity) . |
protected NSDictionary |
ERXEntityFKConstraintOrder.dependenciesByEntity()
Processes the list of entities, creating the ordering dictionary based on foreign key constraints.
|
NSDictionary |
ERXTemporaryGlobalID.dictionary(String key)
Returns a pk-ready dictionary with the supplied key.
|
static NSDictionary |
ERXEOEncodingUtilities.dictionaryOfFormValuesForEnterpriseObjects(NSArray eos,
String separator,
boolean encrypt)
Constructs the form values dictionary by first calling
the method
encodeEnterpriseObjectsPrimaryKeyForUrl
and then using the results of that to construct the dictionary. |
protected static NSDictionary |
ERXEOEncodingUtilities.encodedEntityNames()
This method constructs a dictionary with encoded
entity names as keys and entity names as values.
|
static <T extends EOGlobalID> |
ERXEOGlobalIDUtilities.globalIDsGroupedByEntityName(Collection<T> globalIDs)
Groups an array of global IDs by their entity name.
|
static NSDictionary |
ERXEOEncodingUtilities.groupedEnterpriseObjectsFromFormValues(EOEditingContext ec,
NSDictionary formValues)
Returns enterprise objects grouped by entity name.
|
NSDictionary |
ERXObjectStoreCoordinatorSynchronizer.LocalChange.inserted() |
NSDictionary |
ERXObjectStoreCoordinatorSynchronizer.LocalChange.invalidated() |
static NSDictionary<String,Object> |
ERXEOControlUtilities.newPrimaryKeyDictionaryForEntityNamed(EOEditingContext ec,
String entityName)
Utility method to generate a new primary key dictionary using
the adaptor for a given entity.
|
static NSDictionary<String,Object> |
ERXEOControlUtilities.newPrimaryKeyDictionaryForObject(EOEnterpriseObject eo)
Utility method to generate a new primary key for an object.
|
static NSDictionary<String,Object> |
ERXEOControlUtilities.newPrimaryKeyDictionaryForObjectFromClassProperties(EOEnterpriseObject eo)
Utility method to generate a new primary key dictionary using
the objects class properties.
|
NSDictionary<Thread,NSMutableArray<Exception>> |
ERXEC.openLockTraces() |
static NSDictionary |
ERXLongPrimaryKeyFactory.primaryKeyDictionary(EOEnterpriseObject eo) |
static NSDictionary |
ERXEOAccessUtilities.primaryKeyDictionaryForEntity(EOEditingContext ec,
String entityName)
Utility method to generate a new primary key dictionary using the adaptor
for a given entity.
|
static NSDictionary<String,Object> |
ERXEOControlUtilities.primaryKeyDictionaryForString(EOEditingContext ec,
String entityName,
String string)
Returns the decoded dictionary for an propertylist encoded string representation
of the primary key for a given object.
|
NSDictionary |
ERXForwardingAdaptorChannel.primaryKeyForNewRowWithEntity(EOEntity entity) |
NSDictionary<String,Object> |
ERXGenericRecord.rawPrimaryKeyDictionary(boolean inTransaction)
Implementation of the interface
ERXGeneratesPrimaryKeyInterface . |
NSDictionary<String,Object> |
ERXGeneratesPrimaryKeyInterface.rawPrimaryKeyDictionary(boolean inTransaction)
This method is called by the ERXDatabaseContextDelegate when
in the middle of a transaction.
|
NSDictionary<String,Object> |
ERXCustomObject.rawPrimaryKeyDictionary(boolean inTransaction)
Implementation of the interface
ERXGeneratesPrimaryKeyInterface . |
static NSDictionary<String,Integer> |
ERXEOControlUtilities.registeredObjectCount(EOEditingContext ec)
Returns the count of registered objects in the EC grouped by entity name, which is useful for memory debugging.
|
NSDictionary |
ERXForwardingAdaptorChannel.returnValuesForLastStoredProcedureInvocation() |
NSDictionary |
ERXDatabase.SnapshotCacheChange.snapshot() |
NSDictionary |
ERXDatabase.snapshotForGlobalID(EOGlobalID gid) |
NSDictionary |
ERXDatabase.snapshotForGlobalID(EOGlobalID gid,
long timestamp) |
NSDictionary |
ERXDatabase.snapshots() |
protected NSDictionary |
ERXObjectStoreCoordinatorSynchronizer.LocalChange.snapshotsGroupedByEntity(NSArray objects,
EOObjectStoreCoordinator osc)
Returns a dictionary of snapshots where the key is the entity name
and the value an array of snapshots.
|
NSDictionary |
ERXObjectStoreCoordinatorSynchronizer.LocalChange.updated() |
NSDictionary |
ERXFetchSpecification.userInfo()
Gets the user info.
|
Modifier and Type | Method and Description |
---|---|
NSArray<NSDictionary<String,Object>> |
ERXQuery.fetch()
Does the fetch and returns the values.
|
NSArray<NSDictionary<String,Object>> |
ERXQuery.fetch(EOEditingContext ec)
Does the fetch and returns the values.
|
NSArray<NSDictionary<String,Object>> |
ERXQuery.fetch(EOEditingContext ec,
NSDictionary<String,Object> recordInitializationValues) |
NSArray<NSDictionary<String,Object>> |
ERXFetchSpecification.fetchRawRows(EOEditingContext ec)
Type-safe method to fetch raw rows.
|
static NSArray<NSDictionary<String,Object>> |
ERXEOControlUtilities.primaryKeyValuesInRange(EOEditingContext ec,
EOFetchSpecification spec,
int start,
int end)
Returns an
NSArray containing the primary keys from the resulting rows starting
at start and stopping at end using a custom SQL, derived from the SQL
which the EOFetchSpecification would use normally setHints() |
static NSArray<NSDictionary> |
ERXEOAccessUtilities.rawRowsForSQLExpression(EOEditingContext ec,
String modelName,
EOSQLExpression expression)
Returns the raw rows for the given EOSQLExpression.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXEC._processObjectStoreChanges(NSDictionary info)
Quick and experimental hack to hook into the merge-changes system.
|
void |
ERXGenericRecord._setPrimaryKeyDictionary(NSDictionary<String,Object> pkDict)
Sets the primary key dictionary for this EO (key = attribute name, value = pk value).
|
static Number |
ERXEOControlUtilities.aggregateFunctionWithQualifier(EOEditingContext ec,
String entityName,
String attributeName,
String function,
String fetchSpecificationName,
NSDictionary bindings)
Computes an aggregate function for a given attribute
restricted by a given qualifier.
|
static NSDictionary<String,Integer> |
ERXEOControlUtilities.changedRegisteredObjectCount(NSDictionary<String,Integer> currentCounts,
NSDictionary<String,Integer> oldCounts)
Returns the changes in count registered objects in the EC grouped by entity name, which is useful for memory debugging.
|
static NSDictionary<String,Integer> |
ERXEOControlUtilities.changedRegisteredObjectCount(NSDictionary<String,Integer> currentCounts,
NSDictionary<String,Integer> oldCounts)
Returns the changes in count registered objects in the EC grouped by entity name, which is useful for memory debugging.
|
static ERXCopyable.CopyType |
ERXCopyable.Utility.copyType(EOProperty property,
NSDictionary<String,Object> userInfo)
Abstracted out of
ERXCopyable.Utility.copyType(EOProperty) to handle exceptions
if the userInfo dictionary is null, there is no
ERXCopyable.CopyType key, or the value for the key is null or
invalid. |
static EOEnterpriseObject |
ERXEOControlUtilities.createAndAddObjectToRelationship(EOEditingContext editingContext,
EOEnterpriseObject source,
String relationshipName,
String destinationEntityName,
NSDictionary objectInfo)
Creates an object using the utility method
createEO
from this utility class. |
static EOEnterpriseObject |
ERXEOControlUtilities.createAndInsertObject(EOEditingContext editingContext,
String entityName,
NSDictionary objectInfo)
Creates an enterprise object for the given entity
name by first looking up the class description
of the entity to create the enterprise object and
then adding values from the dictionary.
|
void |
ERXForwardingAdaptor.createDatabaseWithAdministrativeConnectionDictionary(NSDictionary administrativeConnectionDictionary) |
static String |
ERXEOAccessUtilities.createSchemaSQLForEntitiesInModelWithNameAndOptions(NSArray entities,
String modelName,
NSDictionary optionsCreate)
Deprecated.
|
static String |
ERXEOAccessUtilities.createSchemaSQLForEntitiesInModelWithNameAndOptionsForOracle9(NSArray entities,
String modelName,
NSDictionary optionsCreate)
Oracle 9 has a maximum length of 30 characters for table names, column names and constraint names.
|
static String |
ERXEOAccessUtilities.createSchemaSQLForEntitiesWithOptions(NSArray entities,
EODatabaseContext databaseContext,
NSDictionary optionsCreate)
Deprecated.
|
boolean |
ERXDatabaseContextMulticastingDelegate.databaseContextShouldInvalidateObjectWithGlobalID(EODatabaseContext dbCtxt,
EOGlobalID gid,
NSDictionary dic) |
boolean |
ERXDatabaseContextMulticastingDelegate.databaseContextShouldLockObjectWithGlobalID(EODatabaseContext dbCtxt,
EOGlobalID gid,
NSDictionary dic) |
NSDictionary |
ERXDatabaseContextMulticastingDelegate.databaseContextShouldUpdateCurrentSnapshot(EODatabaseContext dbCtxt,
NSDictionary existingSnapshot,
NSDictionary fetchedRow,
EOGlobalID gid,
EODatabaseChannel dbChannel) |
NSDictionary |
ERXDatabaseContextMulticastingDelegate.databaseContextShouldUpdateCurrentSnapshot(EODatabaseContext dbCtxt,
NSDictionary existingSnapshot,
NSDictionary fetchedRow,
EOGlobalID gid,
EODatabaseChannel dbChannel) |
static NSArray |
ERXEOEncodingUtilities.decodeEnterpriseObjectsFromFormValues(EOEditingContext ec,
NSDictionary values)
Decodes all of the objects for a given set of form values in
the given editing context.
|
protected NSSet<String> |
ERXEntityOrder.dependentEntities(NSDictionary<String,NSSet<String>> dependencies,
EOEntity entity) |
void |
ERXForwardingAdaptor.dropDatabaseWithAdministrativeConnectionDictionary(NSDictionary administrativeConnectionDictionary) |
static EOEnterpriseObject |
ERXEOEncodingUtilities.enterpriseObjectForEntityNamedFromFormValues(EOEditingContext ec,
String entityName,
NSDictionary formValues)
Returns the enterprise object fetched with decoded
formValues from
entityName . |
static NSArray |
ERXEOEncodingUtilities.enterpriseObjectsForEntityNamedFromFormValues(EOEditingContext ec,
String entityName,
NSDictionary formValues)
Returns the enterprise objects fetched with decoded
formValues from
entityName . |
protected String |
EOEnterpriseObjectClazz.entityNameFromRawRow(EOEditingContext ec,
NSDictionary dict)
Utility method to get the entity name from a raw row dictionary, taking subclasses and restricting qualifiers into account.
|
void |
ERXForwardingAdaptorChannel.executeStoredProcedure(EOStoredProcedure storedProcedure,
NSDictionary values) |
NSArray<T> |
EOEnterpriseObjectClazz.faultsMatchingValues(EOEditingContext ec,
NSDictionary nsdictionary,
NSArray<EOSortOrdering> sortOrderings)
Fetches an array of faults for a given set of criteria.
|
NSArray<NSDictionary<String,Object>> |
ERXQuery.fetch(EOEditingContext ec,
NSDictionary<String,Object> recordInitializationValues) |
<T> NSArray<T> |
ERXQuery.fetch(EOEditingContext anEC,
NSDictionary<String,Object> recordInitializationValues,
Class<T> recordClass)
Use this method to fetch results into objects of the specified class.
|
<T> NSArray<T> |
ERXQuery.fetch(EOEditingContext ec,
NSDictionary<String,Object> recordInitializationValues,
ERXQuery.RecordConstructor<T> recordConstructor)
Use this method to fetch either by using an implementation of the RecordConstructor
functional interface or by using a lambda expression as follows:
|
protected <T> NSArray<T> |
ERXQuery.fetch(EOSQLExpression expression,
NSArray<EOAttribute> fetchAttributes,
EOEditingContext ec,
NSDictionary<String,Object> initValues,
ERXQuery.RecordConstructor<T> recordConstructor)
Core fetch method.
|
static EOFetchSpecification |
ERXFetchSpecification.fetchSpec(String entityName,
EOQualifier qualifier,
NSArray<EOSortOrdering> sortOrderings,
boolean usesDistinct,
boolean isDeep,
NSDictionary hints) |
static EOFetchSpecification |
ERXEOControlUtilities.fetchSpecificationNamedWithBindings(String entityName,
String fetchSpecificationName,
NSDictionary bindings)
Gets a fetch specification from a given entity.
|
NSArray<T> |
EOEnterpriseObjectClazz.filteredArray(NSArray<T> array,
EOFetchSpecification spec,
NSDictionary bindings)
Filters an array with a given fetch spec.
|
static NSDictionary |
ERXEOEncodingUtilities.groupedEnterpriseObjectsFromFormValues(EOEditingContext ec,
NSDictionary formValues)
Returns enterprise objects grouped by entity name.
|
static String |
ERXEOAccessUtilities.guessPluginNameForConnectionDictionary(NSDictionary connectionDictionary)
Tries to get the plugin name for a connection dictionary.
|
protected boolean |
ERXEntityOrder.hasDependenciesForEntity(NSDictionary<String,NSSet<String>> dependencies,
EOEntity entity) |
static int |
ERXEOAccessUtilities.insertRow(EOEditingContext ec,
String entityName,
NSDictionary newValues)
Insert row described dictionary.
|
void |
ERXForwardingAdaptorChannel.insertRow(NSDictionary row,
EOEntity entity) |
void |
ERXForwardingAdaptorChannel.lockRowComparingAttributes(NSArray atts,
EOEntity entity,
EOQualifier qualifier,
NSDictionary snapshot) |
Number |
EOEnterpriseObjectClazz.objectCountWithFetchSpecificationAndBindings(EOEditingContext ec,
String fetchSpecName,
NSDictionary bindings)
Find the number of objects matching the given fetch
specification and bindings for the clazz's entity
name.
|
T |
EOEnterpriseObjectClazz.objectFromRawRow(EOEditingContext ec,
NSDictionary dict)
Creates an enterprise object from a raw row
for the clazz's entity in the given editing context.
|
NSArray<T> |
EOEnterpriseObjectClazz.objectsWithFetchSpecificationAndBindings(EOEditingContext ec,
String name,
NSDictionary bindings)
Fetches an array of objects for a given fetch specification
and an array of bindings.
|
static NSArray |
ERXEOControlUtilities.objectsWithQualifier(EOEditingContext editingContext,
String entityName,
EOQualifier qualifier,
NSArray prefetchKeyPaths,
NSArray sortOrderings,
boolean usesDistinct,
boolean isDeep,
NSDictionary hints,
boolean includeNewObjects,
boolean includeNewObjectsInParentEditingContext,
boolean filterUpdatedObjects,
boolean removeDeletedObjects)
Utility method used to fetch an array of objects given a qualifier.
|
static NSArray |
ERXEOControlUtilities.objectsWithQualifier(EOEditingContext editingContext,
String entityName,
EOQualifier qualifier,
NSArray prefetchKeyPaths,
NSArray sortOrderings,
int fetchLimit,
boolean usesDistinct,
boolean isDeep,
NSDictionary hints,
boolean includeNewObjects,
boolean includeNewObjectsInParentEditingContext,
boolean filterUpdatedObjects,
boolean removeDeletedObjects)
Utility method used to fetch an array of objects given a qualifier.
|
NSArray |
EOEnterpriseObjectClazz.primaryKeysMatchingValues(EOEditingContext ec,
NSDictionary nsdictionary,
NSArray sortOrderings)
Fetches an array of primary keys matching the values
in a given dictionary.
|
static EOQualifier |
ERXEOAccessUtilities.qualifierFromAttributes(NSArray<EOAttribute> attributes,
NSDictionary values)
Creates an AND qualifier of EOKeyValueQualifiers for every keypath in the given array of attributes.
|
void |
ERXDatabase.recordSnapshotForGlobalID(NSDictionary snapshot,
EOGlobalID gid) |
void |
ERXDatabase.recordSnapshots(NSDictionary snapshots) |
void |
ERXDatabase.recordToManySnapshots(NSDictionary snapshots) |
void |
ERXArrayFaultCache.registerRelationshipCacheEntries(String entityName,
String relationshipName,
NSDictionary entries)
Register the to-many faults by entity name and relationship name.
|
protected NSArray<T> |
ERXEnterpriseObjectChangeListener.relevantChanges(EOEditingContext editingContext,
NSDictionary dict,
String key)
Helper to check if an array of EOs contains the handled entity or its
subclasses (if deep).
|
void |
ERXForwardingAdaptor.setConnectionDictionary(NSDictionary dictionary) |
EOEntity |
ERXLongPrimaryKeyFactory.subEntityForEntity(EOEntity entity,
NSDictionary pkDict) |
void |
ERXGenericRecord.updateFromSnapshot(NSDictionary snapshot)
This method explicitly turns off inverse relationship updating, because
it's only called during undo and revert inside of EOF.
|
static int |
ERXEOAccessUtilities.updateRowsDescribedByQualifier(EOEditingContext ec,
String entityName,
EOQualifier qualifier,
NSDictionary newValues)
Updates rows described by the qualifier.
|
void |
ERXForwardingAdaptorChannel.updateValuesInRowDescribedByQualifier(NSDictionary row,
EOQualifier qualifier,
EOEntity entity) |
int |
ERXForwardingAdaptorChannel.updateValuesInRowsDescribedByQualifier(NSDictionary row,
EOQualifier qualifier,
EOEntity entity) |
protected boolean |
ERXEntityClassDescription.validateObjectValueDictWithInfo(ERXEntityClassDescription.ValidationObjectValue values,
NSDictionary info,
String cacheKey) |
Modifier and Type | Method and Description |
---|---|
static int |
ERXEOAccessUtilities.insertRows(EOEditingContext ec,
String entityName,
Collection<? extends NSDictionary<String,?>> newValues)
Insert rows described the array of dictionaries.
|
Constructor and Description |
---|
ERXEOAttribute(NSDictionary plist,
Object owner) |
ERXFetchSpecification(String entityName,
EOQualifier qualifier,
NSArray<EOSortOrdering> sortOrderings,
boolean usesDistinct,
boolean isDeep,
NSDictionary hints) |
LocalChange(EOObjectStoreCoordinator osc,
NSDictionary userInfo,
boolean causedByRemoteUpdate) |
SnapshotCacheChange(EOGlobalID gid,
NSDictionary snapshot) |
SnapshotDeleted(EOGlobalID gid,
NSDictionary snapshot) |
SnapshotInserted(EOGlobalID gid,
NSDictionary snapshot) |
SnapshotUpdated(EOGlobalID gid,
NSDictionary snapshot) |
Modifier and Type | Method and Description |
---|---|
EOQualifier |
ERXToManyQualifier.qualifierWithBindings(NSDictionary arg0,
boolean arg1) |
EOQualifier |
ERXQualifierInSubquery.qualifierWithBindings(NSDictionary someBindings,
boolean requiresAll)
Creates another qualifier after replacing the values of the bindings.
|
EOQualifier |
ERXFullTextQualifier.qualifierWithBindings(NSDictionary bindings,
boolean requiresAll) |
EOQualifier |
ERXExistsQualifier.qualifierWithBindings(NSDictionary someBindings,
boolean requiresAll)
Creates another qualifier after replacing the values of the bindings.
|
EOQualifier |
ERXBetweenQualifier.qualifierWithBindings(NSDictionary someBindings,
boolean requiresAll)
Creates another qualifier after replacing the values of the bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXMutableDictionary<K,V>
Adds
Map functionality to NSMutableDictionary and has
helpers to en- and decode from database field. |
static class |
ERXMutableDictionary.ThreadSafeDictionary<K,V>
Simple thread safe wrapper.
|
Modifier and Type | Field and Description |
---|---|
static NSDictionary<String,String> |
ERXStringUtilities.HTML_SAFE_UNESCAPES
Safe HTML entities to unescape (SYMBOL+ISO).
|
static NSDictionary<String,String> |
ERXStringUtilities.HTML_UNESCAPES
HTML entities to unescape (XML+SYMBOL+ISO).
|
static NSDictionary<String,String> |
ERXStringUtilities.ISO_UNESCAPES
ISO entities to unescape.
|
static NSDictionary<String,String> |
ERXStringUtilities.SYMBOL_UNESCAPES
Symbol entities to unescape.
|
static NSDictionary<String,String> |
ERXStringUtilities.XML_UNESCAPES
XML entities to unescape.
|
Modifier and Type | Method and Description |
---|---|
static <T,K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<T> objects,
ERXKey<K> keyPath,
boolean includeNulls,
ERXKey<V> valueKeyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <T,K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<T> objects,
ERXKey<K> keyPath,
K nullGroupingKey,
ERXKey<V> valueKeyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <T,K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<T> objects,
String keyPath,
boolean includeNulls,
String valueKeyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <T> NSDictionary |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<T> objects,
String keyPath,
Object nullGroupingKey,
String valueKeyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<V> objects,
ERXKey<K> keyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByKeyPath(Collection<V> objects,
String keyPath)
Starting with an array of KeyValueCoding-compliant objects and a keyPath,
this method calls valueForKey on each object in the array and groups the
contents of the array, using the result of the valueForKey call as a key
in a dictionary.
|
static <T,K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<T> objects,
ERXKey<K> keyPath,
K nullGroupingKey,
ERXKey<V> valueKeyPath)
Typesafe variant of arrayGroupedByToManyKeyPath.
|
static <T> NSDictionary |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<T> objects,
String keyPath,
Object nullGroupingKey,
String valueKeyPath)
Groups an array of objects by a given to-many key path, where every
single item in the to-many will put the object in the corresponding group.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<V> objects,
ERXKey<K> keyPath,
boolean includeNulls)
Typesafe variant of arrayGroupedByToManyKeyPath.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<V> objects,
ERXKey<K> keyPath,
K nullGroupingKey)
Typesafe variant of arrayGroupedByToManyKeyPath.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<V> objects,
String keyPath,
boolean includeNulls)
Groups an array of objects by a given to-many key path, where every
single item in the to-many will put the object in the corresponding group.
|
static <K,V> NSDictionary<K,NSArray<V>> |
ERXArrayUtilities.arrayGroupedByToManyKeyPath(Collection<V> objects,
String keyPath,
K nullGroupingKey)
Groups an array of objects by a given to-many key path, where every
single item in the to-many will put the object in the corresponding group.
|
NSDictionary<String,String> |
ERXProperties.Operator.compute(String key,
String value,
String parameters)
Performs some computation on the key, value, and parameters and
returns a dictionary of new properties.
|
NSDictionary<String,String> |
ERXProperties.InRangeOperator.compute(String key,
String value,
String parameters) |
NSDictionary<String,String> |
ERXProperties.EncryptedOperator.compute(String key,
String value,
String parameters) |
NSDictionary<String,String> |
ERXProperties.InIpRangeOperator.compute(String key,
String value,
String parameters) |
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.deepClone(NSDictionary<K,V> dict,
boolean onlyCollections)
Returns a deep clone of the given dictionary.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary<K,V> d,
NSArray<K> a)
Removes an array of keys from a dictionary and
returns the result.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryByRemovingKeysNotInArray(NSDictionary<K,V> d,
NSArray<K> a)
Creates a new dictionary with only the keys and objects in the array.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryForJSONString(String value)
Parses the JSON formatted
string and returns the resulting property list as an NSDictionary. |
static NSDictionary |
ERXProperties.dictionaryForKey(String s)
Cover method for returning an NSDictionary for a
given system property.
|
static NSDictionary |
ERXProperties.dictionaryForKeyWithDefault(String s,
NSDictionary defaultValue)
dictionaryForKeyWithDefault
Cover method for returning an NSDictionary for a
given system property or the default value.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryForString(String value)
Parses the property list representation
string and returns the resulting property list as an NSDictionary. |
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryForString(String value,
boolean forceXML)
Parses the property list representation
string and returns the resulting property list as an NSDictionary. |
static NSDictionary<String,Object> |
ERXDictionaryUtilities.dictionaryFromObjectWithKeys(Object object,
ERXKey... keys)
Creates a dictionary from an objects and an array of key paths
|
static NSDictionary<String,Object> |
ERXDictionaryUtilities.dictionaryFromObjectWithKeys(Object object,
NSArray<String> keys)
Creates a dictionary from an objects and an array of key paths
|
static NSDictionary<String,Object> |
ERXDictionaryUtilities.dictionaryFromObjectWithKeys(Object object,
String... keys)
Creates a dictionary from an object and a list of key paths
|
static NSDictionary |
ERXDictionaryUtilities.dictionaryFromPropertyList(String name,
NSBundle bundle)
Creates an NSDictionary from a resource associated with a given bundle
that is in property list format.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPath(NSArray<T> array,
ERXKey<K> keyPath)
Given an array of objects, returns a dictionary mapping the value by performing valueForKeyPath on each object in
the array to the object in the array.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPath(NSArray<T> array,
ERXKey<K> keyPath,
boolean throwOnCollision)
Given an array of objects, returns a dictionary mapping the value by performing valueForKeyPath on each object in
the array to the object in the array.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPath(NSArray<T> array,
String keyPath)
Given an array of objects, returns a dictionary mapping the value by performing valueForKeyPath on each object in
the array to the object in the array.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPath(NSArray<T> array,
String keyPath,
boolean throwOnCollision)
Given an array of objects, returns a dictionary mapping the value by performing valueForKeyPath on each object in
the array to the object in the array.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPathThrowOnCollision(NSArray<T> array,
ERXKey<K> keyPath,
boolean throwOnCollision)
Deprecated.
|
static <K,T> NSDictionary<K,T> |
ERXArrayUtilities.dictionaryOfObjectsIndexedByKeyPathThrowOnCollision(NSArray<T> array,
String keyPath,
boolean throwOnCollision)
Deprecated.
|
static NSDictionary |
ERXValueUtilities.dictionaryValue(Object obj)
Basic utility method for reading NSDictionary values which works also
with Strings.
|
static NSDictionary |
ERXValueUtilities.dictionaryValueWithDefault(Object obj,
NSDictionary def)
Basic utility method for reading
NSDictionary values which
also works with serialized NSDictionarys. |
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryWithBinaryPropertyListPathURL(URL url)
Return NSDictionary for a valid plist.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryWithBinaryStream(InputStream is)
Return NSDictionary for a valid plist when passed a binary plist stream.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryWithDictionaryAndDictionary(NSDictionary<? extends K,? extends V> dict1,
NSDictionary<? extends K,? extends V> dict2)
Creates an immutable dictionary containing all of the keys and
objects from two dictionaries.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryWithInputStream(InputStream is,
String encoding)
Read a plist from an InputStream and return NSDictionary of values.
|
static NSDictionary |
ERXDictionaryUtilities.dictionaryWithObjectsAndKeys(Object[] objectsAndKeys)
Creates a dictionary from a list of alternating objects and keys
starting with an object.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryWithPathURL(URL url)
Converts a java.net.URL into a property list and returns the resulting property list as an NSDictionary.
|
static <K,V> NSDictionary<K,V> |
ERXPropertyListSerialization.dictionaryWithPathURL(URL url,
boolean forceXML)
Converts a java.net.URL into a property list and returns the resulting property list as an NSDictionary.
|
static NSDictionary |
ERXMutableDictionary.fromBlob(NSData d) |
static NSDictionary |
ERXMutableDictionary.fromPropertyList(String plist) |
NSDictionary<K,V> |
ERXMutableDictionary.ThreadSafeDictionary.immutableClone() |
static NSDictionary |
ERXUtilities.relationshipEntityWithEntityAndKeyPath(EOEntity srcentity,
String keyPath) |
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.removeNullValues(NSDictionary<K,V> dict) |
static <T,U> NSDictionary<T,U> |
ERXMutableDictionary.synchronizedDictionary(NSDictionary<? extends T,? extends U> dict)
Returns either a new thread-safe dictionary, or just
returns dict if the dictionary is not mutable.
|
NSDictionary<String,?> |
ERXPropertyListSerialization._BinaryPListParser.BinaryDict.toNSDictionary() |
Modifier and Type | Method and Description |
---|---|
void |
ERXMutableDictionary.ThreadSafeDictionary.addEntriesFromDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
void |
ERXMutableURL.addQueryParameters(NSDictionary<String,? extends Object> queryParameters)
Adds additional query parameters to this URL from those defined in the
given NSDictionary.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.deepClone(NSDictionary<K,V> dict,
boolean onlyCollections)
Returns a deep clone of the given dictionary.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary<K,V> d,
NSArray<K> a)
Removes an array of keys from a dictionary and
returns the result.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryByRemovingKeysNotInArray(NSDictionary<K,V> d,
NSArray<K> a)
Creates a new dictionary with only the keys and objects in the array.
|
static NSDictionary |
ERXProperties.dictionaryForKeyWithDefault(String s,
NSDictionary defaultValue)
dictionaryForKeyWithDefault
Cover method for returning an NSDictionary for a
given system property or the default value.
|
static NSMutableDictionary<String,Object> |
ERXDictionaryUtilities.dictionaryFromObjectWithKeyMappings(Object object,
NSDictionary<String,ERXKey<?>> keyMappings)
Creates a dictionary from an object according to the given key mappings, skipping null values.
|
static NSDictionary |
ERXValueUtilities.dictionaryValueWithDefault(Object obj,
NSDictionary def)
Basic utility method for reading
NSDictionary values which
also works with serialized NSDictionarys. |
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryWithDictionaryAndDictionary(NSDictionary<? extends K,? extends V> dict1,
NSDictionary<? extends K,? extends V> dict2)
Creates an immutable dictionary containing all of the keys and
objects from two dictionaries.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.dictionaryWithDictionaryAndDictionary(NSDictionary<? extends K,? extends V> dict1,
NSDictionary<? extends K,? extends V> dict2)
Creates an immutable dictionary containing all of the keys and
objects from two dictionaries.
|
static <T> NSArray<T> |
ERXArrayUtilities.filteredArrayWithEntityFetchSpecification(NSArray<T> array,
String entity,
String fetchSpec,
NSDictionary<String,?> bindings)
Filters a given array with a named fetch specification and bindings.
|
boolean |
ERXMutableDictionary.ThreadSafeDictionary.isEqualToDictionary(NSDictionary<?,?> otherDictionary) |
static <T> NSArray<T> |
ERXDictionaryUtilities.keysSortedByValueAscending(NSDictionary<T,?> d) |
static String |
ERXDictionaryUtilities.queryStringForDictionary(NSDictionary<?,?> dict,
String separator)
Encodes a dictionary into a string that can be used in a request uri.
|
static String |
ERXDictionaryUtilities.queryStringForDictionary(NSDictionary<?,?> dict,
String separator,
String encoding)
Encodes a dictionary into a string that can be used in a request uri.
|
static <K,V> NSDictionary<K,V> |
ERXDictionaryUtilities.removeNullValues(NSDictionary<K,V> dict) |
void |
ERXMutableDictionary.ThreadSafeDictionary.setDictionary(NSDictionary<? extends K,? extends V> otherDictionary) |
static void |
ERXProperties.setDictionaryForKey(NSDictionary dictionary,
String key)
Sets a dictionary in the System properties for
a particular key.
|
void |
ERXMutableURL.setQueryParameters(NSDictionary<String,? extends Object> queryParameters)
Replaces the query parameters of this URL with those defined in the given
NSDictionary.
|
static String |
ERXStringUtilities.stringFromDictionary(NSDictionary dict)
Same as NSPropertySerialization except it sorts on keys first.
|
static NSArray<String> |
ERXDictionaryUtilities.stringKeysSortedAscending(NSDictionary<String,?> d) |
static <T,U> NSDictionary<T,U> |
ERXMutableDictionary.synchronizedDictionary(NSDictionary<? extends T,? extends U> dict)
Returns either a new thread-safe dictionary, or just
returns dict if the dictionary is not mutable.
|
static void |
ERXKeyValueCodingUtilities.takeChangedValuesFromDictionary(Object object,
NSDictionary<String,?> dictionary)
* Works like takeValuesFromDictionary, except that it only calls takeValueForKey if the current value
* is different than the new value.
|
static NSData |
ERXMutableDictionary.toBlob(NSDictionary<?,?> d) |
static String |
ERXMutableDictionary.toPropertyList(NSDictionary<?,?> dict) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
ERXJDBCUtilities.CopyTask._destDictionary |
protected NSDictionary |
ERXJDBCUtilities.CopyTask._sourceDictionary |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERXJDBCConnectionAnalyzer.connectionDictionary()
Returns the connection dictionary being analyzed.
|
protected NSDictionary |
ERXJDBCAdaptor.jdbcInfo() |
protected NSDictionary |
ERXJDBCAdaptor.typeInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModelGroup modelGroup,
NSDictionary sourceDict,
NSDictionary destDict) |
static void |
ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModelGroup modelGroup,
NSDictionary sourceDict,
NSDictionary destDict) |
static void |
ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModel m,
NSDictionary sourceDict,
NSDictionary destDict)
Copies all rows from one database to another database.
|
static void |
ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModel m,
NSDictionary sourceDict,
NSDictionary destDict)
Copies all rows from one database to another database.
|
static EOAdaptorChannel |
ERXJDBCUtilities.adaptorChannelWithUserAndPassword(String adaptorName,
NSDictionary originalConnectionDictionary,
String userName,
String password)
Returns an adaptor channel with the given username and password.
|
void |
ERXJDBCUtilities.CopyTask.connect(NSDictionary aSourceConnectionDict,
NSDictionary aDestConnectionDict) |
void |
ERXJDBCUtilities.CopyTask.connect(NSDictionary aSourceConnectionDict,
NSDictionary aDestConnectionDict) |
protected Connection |
ERXJDBCUtilities.CopyTask.connectionWithDictionary(NSDictionary dict) |
String |
ERXSQLHelper.createSchemaSQLForEntitiesInModelAndOptions(NSArray<EOEntity> entities,
EOModel model,
NSDictionary optionsCreate)
creates SQL to create tables for the specified Entities.
|
String |
ERXSQLHelper.createSchemaSQLForEntitiesInModelWithNameAndOptions(NSArray<EOEntity> entities,
String modelName,
NSDictionary optionsCreate)
creates SQL to create tables for the specified Entities.
|
String |
ERXSQLHelper.OracleSQLHelper.createSchemaSQLForEntitiesInModelWithNameAndOptions(NSArray<EOEntity> entities,
String modelName,
NSDictionary optionsCreate)
oracle 9 has a maximum length of 30 characters for table names,
column names and constraint names Foreign key constraint names are
defined like this from the plugin:
|
String |
ERXSQLHelper.createSchemaSQLForEntitiesWithOptions(NSArray<EOEntity> entities,
EOAdaptor adaptor,
NSDictionary<String,String> optionsDictionary)
Creates the schema sql for a set of entities.
|
String |
ERXSQLHelper.createSchemaSQLForEntitiesWithOptions(NSArray<EOEntity> entities,
EODatabaseContext databaseContext,
NSDictionary<String,String> optionsCreate)
Creates the schema sql for a set of entities.
|
void |
ERXJDBCAdaptor.Channel.executeStoredProcedure(EOStoredProcedure eostoredprocedure,
NSDictionary nsdictionary)
Overridden to clean up after a transaction fails.
|
int |
ERXJDBCAdaptor.Channel.updateValuesInRowsDescribedByQualifier(NSDictionary nsdictionary,
EOQualifier eoqualifier,
EOEntity eoentity)
Overridden to clea up after a transaction fails.
|
Constructor and Description |
---|
ERXJDBCConnectionAnalyzer(NSDictionary aConnectionDictionary)
Designated constructor.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERXLocalizer.cache()
キャシュを戻します
|
NSDictionary<String,Object> |
ERXLocalizer.createdKeys()
作成されているキーをdictionaryとして戻します
|
protected NSDictionary |
ERXLocalizer.readPropertyListFromFileInFramework(String fileName,
String framework,
NSArray<String> languages) |
Modifier and Type | Method and Description |
---|---|
protected void |
ERXLocalizer.addEntriesToCache(NSDictionary<String,Object> dict) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERXMigrationTable.newPrimaryKey()
Returns a dictionary that represents the primary key for
an entity described by this table.
|
Modifier and Type | Method and Description |
---|---|
NSArray<NSDictionary<String,Object>> |
ERXMigrationTable.newPrimaryKeys(int count)
Returns an array of dictionaries that represent the primary keys for
an entity described by this table.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXMigrationColumn.setDataType(int jdbcType,
int scale,
int precision,
int width,
NSDictionary options)
Changes the data type of this column.
|
void |
ERXMigrationColumn.setNumericType(int jdbcType,
int scale,
int precision,
NSDictionary options)
Changes the data type of this column to a new numeric type.
|
void |
ERXMigrationColumn.setWidthType(int jdbcType,
int width,
NSDictionary options)
Changes the data type of this column to a type that has a width.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<Class,ERXPartial> |
ERXPartialGenericRecord._partialsDictionary() |
Modifier and Type | Method and Description |
---|---|
EOQualifier |
ERXTrueQualifier.qualifierWithBindings(NSDictionary bindings,
boolean requireAll) |
EOQualifier |
ERXFalseQualifier.qualifierWithBindings(NSDictionary bindings,
boolean requireAll) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,NSSet<EOGlobalID>> |
ERXRemoteSynchronizer.globalIDsGroupedByEntity(NSArray<EOGlobalID> gids) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERXStatisticsStore.statistics() |
NSDictionary |
ERXStatsSummary.statsByType()
Gets the aggregate stats grouped by event type.
|
Constructor and Description |
---|
ERXTimedSwitchComponent(String name,
NSDictionary associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
static <T,K,U> Collector<T,?,NSDictionary<K,U>> |
ERXCollectors.toNSDictionary(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends U> valueMapper)
Returns a
Collector that accumulates the input elements grouped by
key/value into a new NSDictionary . |
static <T,K,U> Collector<T,?,NSDictionary<K,U>> |
ERXCollectors.toNSDictionary(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends U> valueMapper,
BinaryOperator<U> mergeFunction)
Returns a
Collector that accumulates the input elements grouped by
key/value into a new NSDictionary . |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
FSAdaptorChannel.returnValuesForLastStoredProcedureInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
FSAdaptorChannel.executeStoredProcedure(EOStoredProcedure aStoredProcedure,
NSDictionary someValues) |
void |
FSAdaptorChannel.insertRow(NSDictionary<String,Object> aRow,
EOEntity anEntity) |
int |
FSAdaptorChannel.updateValuesInRowsDescribedByQualifier(NSDictionary aRow,
EOQualifier aQualifier,
EOEntity anEntity) |
Constructor and Description |
---|
GCAbstractChart(String name,
NSDictionary associations,
WOElement element) |
GCBarChart(String name,
NSDictionary associations,
WOElement element) |
GCLineChart(String name,
NSDictionary associations,
WOElement element) |
GCMap(String name,
NSDictionary associations,
WOElement element) |
GCMeter(String name,
NSDictionary associations,
WOElement element) |
GCPie3DChart(String name,
NSDictionary associations,
WOElement element) |
GCPieChart(String name,
NSDictionary associations,
WOElement element) |
GCQRCode(String name,
NSDictionary associations,
WOElement element) |
GCRadarChart(String name,
NSDictionary associations,
WOElement element) |
GCScatterPlot(String name,
NSDictionary associations,
WOElement element) |
GCSparkline(String name,
NSDictionary associations,
WOElement element) |
GCVennDiagram(String name,
NSDictionary associations,
WOElement element) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
DRReportModel._groupDict |
protected NSDictionary |
DRSubMasterCriteria._presetLookupDict |
protected NSDictionary |
DRAttribute._userInfo |
protected NSDictionary |
DRCriteria._valueDict |
Constructor and Description |
---|
DRAttribute(String keyPath,
String format,
String label,
boolean shouldTotal,
NSDictionary userInfo)
Constructor with parameters.
|
DRAttributeGroup(NSDictionary dictionary,
NSArray subAttributes) |
DRAttributeGroup(String keyPath,
String format,
String label,
boolean shouldTotal,
NSArray attributes,
NSDictionary userInfo) |
DRSubMasterCriteria(NSDictionary smcdict,
NSArray apossibleValues)
Constructor that uses a
NSDictionary which defines the properties. |
Constructor and Description |
---|
InstantMessengerAdaptor(String name,
NSDictionary parameters) |
Modifier and Type | Method and Description |
---|---|
static NSArray |
IMSearchOptionsAction.selectedValues(NSDictionary options,
boolean quicksilver,
String message) |
static NSArray |
IMSearchMessageAction.selectedValues(NSDictionary options,
boolean quicksilver,
String message) |
Constructor and Description |
---|
IMAction(String name,
NSDictionary assocationsDictionary,
WOElement template) |
IMConfirmationAction(String name,
NSDictionary associations,
WOElement children) |
IMSearchMessageAction(String name,
NSDictionary associations,
WOElement element) |
IMSearchOptionsAction(String name,
NSDictionary associations,
WOElement element) |
IMTextAction(String name,
NSDictionary associations,
WOElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ERIndex.addAttribute(String propertyName,
NSDictionary propertyDefinition) |
protected ERIndex.IndexAttribute |
ERIndex.createAttribute(String propertyName,
NSDictionary propertyDefinition)
Creates a new
ERIndex.IndexAttribute and adds it to the attributes dictionary of this Index |
protected void |
ERAutoIndex.Configuration.createAttributes(NSDictionary indexDef)
Creates the lucene index attributes from the properties dictionary contained
in the indexModel defintion.
|
protected void |
ERAutoIndex.Configuration.initFromDictionary(NSDictionary indexDef) |
Constructor and Description |
---|
ERAutoIndex(String name,
NSDictionary indexDef) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary<String,Object> |
ERMailDeliveryComponentBased._sessionDictionary
Variable that stores the state of the session.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERMailDeliveryComponentBased.sessionDictionary()
Accessor for the sessionDictionary property
|
NSDictionary<String,Object> |
ERMessage.userInfo() |
NSDictionary<String,Object> |
ERMailDelivery.userInfo()
Returns the userInfo dictionary for this ERMailDelivery.
|
Modifier and Type | Method and Description |
---|---|
static javax.mail.internet.InternetAddress[] |
ERMailUtils.convertNSDictionaryToInternetAddresses(NSDictionary<String,String> addrs,
String charset)
Method that converts NSDictionary consisting of String emails as keys and String personal names
to InternetAddress [].
|
static WOComponent |
ERMailUtils.instantiatePage(String pageName,
NSDictionary<String,Object> sessionDict)
Augmented version of the method found in
ERXApplication . |
void |
ERMailDelivery.setBCCAddresses(NSDictionary<String,String> bccAddresses)
Sets the bcc-addresses array for the current message instance
カレント・メッセージ・インスタンスの BCCアドレス NSDictionary をセットします
|
void |
ERMailDelivery.setCCAddresses(NSDictionary<String,String> ccAddresses)
Sets the cc-addresses array for the current message instance
カレント・メッセージ・インスタンスの CCアドレス NSDictionary をセットします
|
static void |
ERMailUtils.setDictionaryValuesInSession(NSDictionary<String,Object> dict,
WOSession session)
This method sets the values found in a dictionary into the session's state dictionary.
|
void |
ERMailDeliveryComponentBased.setSessionDictionary(NSDictionary<String,Object> dict)
Accessor for the sessionDictionary property
|
void |
ERMailDelivery.setToAddresses(NSDictionary<String,String> toAddresses)
Sets the to-addresses array for the current message instance
カレント・メッセージ・インスタンスの送信先 NSDictionary アドレスをセットします
|
void |
ERMessage.setUserInfo(NSDictionary<String,Object> userInfo) |
void |
ERMailDelivery.setUserInfo(NSDictionary<String,Object> userInfo)
Sets the userInfo dictionary for this ERMailDelivery.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERQMAutoComplete.jsonQueryDictionary() |
Constructor and Description |
---|
AXSubmitButton(String aName,
NSDictionary<String,WOAssociation> someAssociations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
jQueryLoadLink.queryDictionary() |
NSDictionary |
jQueryGetLink.queryDictionary() |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERLuceneAdaptorContext._newPrimaryKey(EOEnterpriseObject object,
EOEntity entity) |
NSDictionary |
ERLuceneAdaptorChannel.returnValuesForLastStoredProcedureInvocation() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERMemoryAdaptorContext._newPrimaryKey(EOEnterpriseObject object,
EOEntity entity) |
NSDictionary |
ERMemoryAdaptorChannel.primaryKeyForNewRowWithEntity(EOEntity entity)
Deprecated.
|
NSDictionary |
ERMemoryAdaptorChannel.returnValuesForLastStoredProcedureInvocation() |
Constructor and Description |
---|
ERJoinEntityStore(NSDictionary<EOEntity,EREntityStore> stores,
EOEntity entity) |
Modifier and Type | Field and Description |
---|---|
protected static NSDictionary<String,Object> |
ERMDDefaultConfigurationNameAssignment.keys |
protected static NSDictionary |
ERMDDefaultCSSAssignment.keys
holds the array of keys this assignment depends upon
|
Modifier and Type | Field and Description |
---|---|
static ERXKey<NSDictionary<String,NSArray<String>>> |
ERMDAjaxNotificationCenter.PROPERTY_DEPENDENCIES |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,NSArray<String>> |
ERMDAjaxNotificationCenter.propertyDependencies(com.webobjects.directtoweb.D2WContext context) |
NSDictionary<String,String> |
ERMD2WStyleSheetInjector.stylesheet() |
NSDictionary<String,String> |
ERMD2WCSSReference.stylesheet() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
ERMDEditRelationship.settings() |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
ERMDNestingListPageRepetition.childRelationshipBindings() |
Modifier and Type | Field and Description |
---|---|
NSDictionary<?,?> |
ERMODErrorBlock.errorMessages |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
ERMODEditRelationshipPage.settings() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
ERMTD2WStyleSheetInjector.stylesheet() |
NSDictionary<String,String> |
ERMTD2WCSSReference.stylesheet() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
Neo4JContext._newPrimaryKey(EOEnterpriseObject object,
EOEntity entity) |
NSDictionary<String,Object> |
Neo4JChannel.primaryKeyForNewRowWithEntity(EOEntity entity) |
NSDictionary<?,?> |
Neo4JChannel.returnValuesForLastStoredProcedureInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
Neo4JChannel.executeStoredProcedure(EOStoredProcedure paramEOStoredProcedure,
NSDictionary paramNSDictionary) |
void |
Neo4JChannel.insertRow(NSDictionary<String,Object> row,
EOEntity entity) |
void |
Neo4JAdaptor.setConnectionDictionary(NSDictionary<String,Object> dictionary) |
int |
Neo4JChannel.updateValuesInRowsDescribedByQualifier(NSDictionary<String,Object> dict,
EOQualifier qualifier,
EOEntity entity) |
Modifier and Type | Method and Description |
---|---|
static NSDictionaryErsatz |
NSDictionaryErsatz.fromDictionary(NSDictionary<EOAttribute,Object> dict)
Creates ersatz based on values in the given dictionary.
|
static NSDictionaryErsatz |
NSDictionaryErsatz.full(EOEntity entity,
NSDictionary<String,Object> snapshot)
Creates ersatz representing all record EO attributes from the given EOF snapshot.
|
static NSDictionaryErsatz |
NSDictionaryErsatz.partial(EOEntity entity,
NSDictionary<String,Object> snapshot)
Creates ersatz representing partial value of a record from the given partial EOF snapshot.
|
Modifier and Type | Method and Description |
---|---|
static NSData |
ERPDFUtilities.htmlAsPdf(String html,
String encoding,
String urlPrefix,
NSDictionary<String,Object> config)
Turns a valid XHTML document string and renders it as a PDF document.
|
static WOActionResults |
ERPDFUtilities.pageAsPdf(WOElement element,
NSDictionary<String,Object> config)
Creates and returns a page component that will render the output of the
passed component as a PDF when appendToResponse() is called.
|
static NSData |
ERPDFUtilities.xml2Fop2Pdf(String xml,
String fopxsl,
NSDictionary<String,Object> config)
takes xml as a string and a transform document as a url and transforms it
to pdf like freakin' magic.
|
Constructor and Description |
---|
ERPDFWrapper(String name,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
Fop2PdfImpl.agentDefaults() |
NSDictionary<String,Object> |
Fop2PdfImpl.configuration() |
NSDictionary<String,Object> |
Fop2PdfImpl.configurationDefaults() |
Modifier and Type | Method and Description |
---|---|
void |
Fop2PdfImpl.createDocument(OutputStream os,
NSDictionary<String,Object> agentAttributes) |
void |
Fop2EpsImpl.createDocument(OutputStream os,
NSDictionary<String,Object> agentAttributes) |
void |
FOPBuilder.createDocument(OutputStream os,
NSDictionary<String,Object> agentAttributes) |
void |
UJACImpl.setSource(String document,
String encoding,
String urlPrefix,
NSDictionary<String,Object> configuration) |
void |
PDFBuilder.setSource(String document,
String encoding,
String urlPrefix,
NSDictionary<String,Object> configuration) |
void |
FlyingSaucerImpl.setSource(String document,
String encoding,
String urlPrefix,
NSDictionary<String,Object> configuration) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary<String,?> |
ERPChart._configuration |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,?> |
ERPChart.configuration() |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
AjaxUpdaterLink.queryDictionary() |
NSDictionary |
AjaxRequestLink.queryDictionary() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<?,?> |
Accordion.createAjaxOptions() |
Modifier and Type | Method and Description |
---|---|
static NSDictionary |
ValueFactory.blobDictionary(NSData value) |
static NSDictionary |
ValueFactory.stringDictionary(String value) |
Modifier and Type | Method and Description |
---|---|
static NSData |
ValueConversion.blobDictionary(NSDictionary value) |
static String |
ValueConversion.stringDictionary(NSDictionary value) |
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
WRQuickReport._modelDictionary |
protected NSDictionary |
WRQuickReport._reportDictionary |
protected NSDictionary |
WRQuickReport._settingsDictionary |
Modifier and Type | Method and Description |
---|---|
NSDictionary |
WRReport.addCoordsFrom(NSMutableDictionary currCritDict) |
NSDictionary |
WRReport.attributeListDict() |
NSDictionary |
WRRecordGroup.attributeListDict() |
NSDictionary |
WRAttributeGroup.attributeListDict() |
NSDictionary |
WRRecordGroup.coordinates() |
NSDictionary |
WRReport.currentCoordinates() |
NSDictionary |
WRReport.currentZCriteria() |
NSDictionary |
WRQuickReport.modelDictionary() |
NSDictionary |
WRQuickReport.reportDictionary() |
NSDictionary |
WRQuickReport.settingsDictionary() |
NSDictionary |
WRReport.totalDict() |
NSDictionary |
WRRecordGroup.totalDict() |
Constructor and Description |
---|
NSDictionaryClassDescription(NSDictionary<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
ERXStringBufferRestResponse.headers() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<ERXRoute.Key,String> |
ERXRoute.keys(String url,
ERXRoute.Method method)
Returns the route keys for the given URL.
|
static NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(String url,
ERXRoute.Method method,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<String,Object> |
ERXRoute.objects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's key names to their resolved objects.
|
NSDictionary<String,Object> |
ERXRoute.objects(String url,
ERXRoute.Method method,
ERXRestContext context)
Returns a dictionary mapping the route's key names to their resolved objects.
|
NSDictionary<ERXRoute.Key,String> |
ERXRouteController.routeKeys()
Returns the unprocessed keys from the route (the values are the original value from the URL).
|
NSDictionary<ERXRoute.Key,Object> |
ERXRouteController.routeObjects()
Returns all the processed objects from the route keys.
|
NSDictionary<ERXRoute.Key,Object> |
ERXRouteController.routeObjects(ERXRestContext restContext)
Returns all the processed objects from the route keys.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXRouteController._setRouteKeys(NSDictionary<ERXRoute.Key,String> routeKeys)
Sets the unprocessed keys from the route.
|
void |
ERXRouteController._setRouteObjects(NSDictionary<ERXRoute.Key,Object> objects)
Sets the processed objects for the current route.
|
static String |
ERXRouteUrlUtils.actionUrlForEntity(WOContext context,
String entityName,
Object entityID,
String action,
String format,
NSDictionary<String,Object> queryParameters,
boolean secure,
boolean includeSessionID) |
static String |
ERXRouteUrlUtils.actionUrlForEntityType(WOContext context,
String entityName,
String action,
String format,
NSDictionary<String,Object> queryParameters,
boolean secure,
boolean includeSessionID) |
static String |
ERXRouteUrlUtils.actionUrlForRecord(WOContext context,
ERXGenericRecord record,
String action,
String format,
NSDictionary<String,Object> queryParameters,
boolean secure,
boolean includeSessionID) |
static NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<String,Object> |
ERXRoute.objects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's key names to their resolved objects.
|
void |
ERXRouteRequestHandler.setupRouteControllerFromUserInfo(ERXRouteController controller,
NSDictionary<String,Object> userInfo)
Sets up a route controller based on a request userInfo that came from routeForMethodAndPath.
|
Modifier and Type | Method and Description |
---|---|
static NSDictionary<String,Object> |
ERXRestSchema.schemaForEntityNamed(String entityName,
ERXKeyFilter filter) |
protected static NSDictionary<String,Object> |
ERXRestSchema.schemaPropertiesForEntityNamed(String entityName,
ERXKeyFilter filter,
Set<String> entities) |
Modifier and Type | Method and Description |
---|---|
protected WOResponse |
SeleniumAction.dictionaryResponse(NSDictionary<?,?> dict) |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,Object> |
SESnapshotStats.snapshot() |
Modifier and Type | Method and Description |
---|---|
void |
SEEntityStats.addSnapshot(EOKeyGlobalID gid,
NSDictionary<String,Object> snapshot) |
Constructor and Description |
---|
SESnapshotStats(EODatabaseContext databaseContext,
EOGlobalID gid,
NSDictionary<String,Object> snapshot) |
Modifier and Type | Method and Description |
---|---|
<U> NSDictionary<String,U> |
ERTaggableEntity.cloud(EOEditingContext editingContext,
NSArray<U> categoryList)
Takes the result of a tagCount call and an array of categories and
distributes the entries in the tagCount hash evenly across the
categories based on the count value for each tag.
|
<U> NSDictionary<String,U> |
ERTaggableEntity.cloud(NSDictionary<String,Integer> tagHash,
NSArray<U> categoryList)
Takes the result of a tagCount call and an array of categories and
distributes the entries in the tagCount hash evenly across the
categories based on the count value for each tag.
|
static NSDictionary<EOEntity,NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags.
|
static NSDictionary<EOEntity,NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags (unlimited).
|
static NSDictionary<EOEntity,NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(EOEditingContext editingContext,
Object tags)
Fetches all the EOs of all taggable entities that are associated with all of the given tags (unlimited).
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext,
EOQualifier additionalQualifier)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext,
int limit)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext,
int limit,
EOQualifier additionalQualifier)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext,
NSSelector selector,
int count,
int limit)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
NSDictionary<String,Integer> |
ERTaggableEntity.tagCount(EOEditingContext editingContext,
NSSelector selector,
int count,
int limit,
EOQualifier additionalQualifier)
This method counts the number of times the tags have been applied to your objects
and, by default, returns a dictionary in the form of { 'tag_name' => count, ...
|
Modifier and Type | Method and Description |
---|---|
<U> NSDictionary<String,U> |
ERTaggableEntity.cloud(NSDictionary<String,Integer> tagHash,
NSArray<U> categoryList)
Takes the result of a tagCount call and an array of categories and
distributes the entries in the tagCount hash evenly across the
categories based on the count value for each tag.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
ERTagCloud.tagCloud() |
Constructor and Description |
---|
ERWOAdaptor(String name,
NSDictionary config) |
Modifier and Type | Method and Description |
---|---|
static NSDictionary |
WOClassCacheAccessor.getClassCache() |
Modifier and Type | Method and Description |
---|---|
static String |
WOLipsUtilities.wolipsUrl(String action,
NSDictionary params) |
Constructor and Description |
---|
WOLComponentLink(String name,
NSDictionary associations,
WOElement template) |
Modifier and Type | Field and Description |
---|---|
NSDictionary |
PayPalSingleItemFormLink.aDict
Used in the WORepetition in the WOComponent
|
Copyright © 2002 – 2024 Project Wonder.