|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cassinidivision.core.foundation.ConnectionDictionaryHelper
EOModel connection dictionary utility methods.
Constructor Summary | |
ConnectionDictionaryHelper()
|
Method Summary | |
static void |
overrideFromArguments(NSDictionary args)
Override the default connection information for an EOModel based on the information provided. |
static void |
overrideFromDictionary(NSDictionary dict,
String adaptorName)
Override the default connection information for an EOModel based on the information provided. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionDictionaryHelper()
Method Detail |
public static void overrideFromArguments(NSDictionary args)
The "args" dictionary should provide the following information:
Key Value
connectionDictionary String instance containing connection information in the format "a=b;c=d;...".
adaptorName String instance containing the EOAdaptor name.
args
- NSDictionary containing the required connection information.public static void overrideFromDictionary(NSDictionary dict, String adaptorName)
dict
- The new connection dictionary details.adaptorName
- The name of the new EOAdaptor.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |