ERXRestEntityDelegateUtils Class Reference
List of all members.
|
Static Public Member Functions |
| static EOEntity | requiredEntityNamed (ERXRestContext context, String name) |
| static EOEntity | requiredEntityNamed (EOEditingContext editingContext, String name) |
| static String | toString (IERXRestResponseWriter writer, EOEntity entity, NSArray values) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, ParseException |
| static String | toString (IERXRestResponseWriter writer, Object value) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, ParseException |
| static String | toString (ERXRestContext context, IERXRestResponseWriter writer, EOEntity entity, NSArray values) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, ParseException |
| static String | toString (ERXRestContext context, IERXRestResponseWriter writer, Object value) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, ParseException |
Detailed Description
Miscellaneous rest-related utility methods.
- Author:
- mschrag
Member Function Documentation
| static EOEntity requiredEntityNamed |
( |
EOEditingContext |
editingContext, |
|
|
String |
name | |
|
) |
| | [static] |
Returns a String form of the given objects using the unsafe delegate.
- Parameters:
-
| writer | the writer to write with |
| values | the values to write |
- Returns:
- a string form of the value using the given writer
- Exceptions:
-
Returns a String form of the given object using the unsafe delegate.
- Parameters:
-
| writer | the writer to write with |
| value | the value to write |
- Returns:
- a string form of the value using the given writer
- Exceptions:
-
Returns a String form of the given objects using the given delegate.
- Parameters:
-
| context | the context to write within |
| writer | the writer to write with |
| values | the values to write |
- Returns:
- a string form of the value using the given writer
- Exceptions:
-
Returns a String form of the given object using the given delegate.
- Parameters:
-
| context | the context to write within |
| writer | the writer to write with |
| value | the value to write |
- Returns:
- a string form of the value using the given writer
- Exceptions:
-
The documentation for this class was generated from the following file: