Static Public Member Functions | |
| static void | excludeObjectFromPropertyWithKey (ERXEnterpriseObject object, Object value, String key) |
| static void | includeObjectIntoPropertyWithKey (ERXEnterpriseObject object, Object value, String key) |
| static void | setUpdateInverseRelationships (boolean updateInverseRelationships) |
| static void | takeStoredValueForKey (ERXEnterpriseObject object, Object value, String key) |
| static boolean | updateInverseRelationships () |
Static Private Attributes | |
| static boolean | updateInverseRelationships = ERXProperties.booleanForKey("er.extensions.ERXEnterpriseObject.updateInverseRelationships") |
| static void excludeObjectFromPropertyWithKey | ( | ERXEnterpriseObject | object, | |
| Object | value, | |||
| String | key | |||
| ) | [static] |
Called from eo.excludeObjectFromPropertyWithKey.
| object | the object being updated | |
| value | the value to remove from the relationship | |
| key | the name of the relationship to update |
| static void includeObjectIntoPropertyWithKey | ( | ERXEnterpriseObject | object, | |
| Object | value, | |||
| String | key | |||
| ) | [static] |
Called from eo.includeObjectIntoPropertyWithKey.
| object | the object being updated | |
| value | the value to include in the relationship | |
| key | the name of the relationship to update |
| static void setUpdateInverseRelationships | ( | boolean | updateInverseRelationships | ) | [static] |
Toggles the global setting for updating inverse relationships.
| updateInverseRelationships | if true, inverse relationships are automatically updated |
| static void takeStoredValueForKey | ( | ERXEnterpriseObject | object, | |
| Object | value, | |||
| String | key | |||
| ) | [static] |
Called from eo.takeValueForKey.
| object | the object being updated | |
| value | the value to set on the key | |
| key | the name of the key to update |
| static boolean updateInverseRelationships | ( | ) | [static] |
Returns whether or not inverse relationships are automatically updated.
boolean updateInverseRelationships = ERXProperties.booleanForKey("er.extensions.ERXEnterpriseObject.updateInverseRelationships") [static, private] |
1.5.8