|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.rest.entityDelegates.ERXRestEntityDelegateUtils
public class ERXRestEntityDelegateUtils
Miscellaneous rest-related utility methods.
Constructor Summary | |
---|---|
ERXRestEntityDelegateUtils()
|
Method Summary | |
---|---|
static com.webobjects.eoaccess.EOEntity |
requiredEntityNamed(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String name)
|
static com.webobjects.eoaccess.EOEntity |
requiredEntityNamed(ERXRestContext context,
java.lang.String name)
|
static java.lang.String |
toString(ERXRestContext context,
IERXRestResponseWriter writer,
com.webobjects.eoaccess.EOEntity entity,
com.webobjects.foundation.NSArray values)
Returns a String form of the given objects using the given delegate. |
static java.lang.String |
toString(ERXRestContext context,
IERXRestResponseWriter writer,
java.lang.Object value)
Returns a String form of the given object using the given delegate. |
static java.lang.String |
toString(IERXRestResponseWriter writer,
com.webobjects.eoaccess.EOEntity entity,
com.webobjects.foundation.NSArray values)
Returns a String form of the given objects using the unsafe delegate. |
static java.lang.String |
toString(IERXRestResponseWriter writer,
java.lang.Object value)
Returns a String form of the given object using the unsafe delegate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXRestEntityDelegateUtils()
Method Detail |
---|
public static com.webobjects.eoaccess.EOEntity requiredEntityNamed(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String name)
public static com.webobjects.eoaccess.EOEntity requiredEntityNamed(ERXRestContext context, java.lang.String name)
public static java.lang.String toString(ERXRestContext context, IERXRestResponseWriter writer, java.lang.Object value) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, java.text.ParseException
context
- the context to write withinwriter
- the writer to write withvalue
- the value to write
ERXRestException
ERXRestSecurityException
ERXRestNotFoundException
ParseException
public static java.lang.String toString(ERXRestContext context, IERXRestResponseWriter writer, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, java.text.ParseException
context
- the context to write withinwriter
- the writer to write withvalues
- the values to write
ERXRestException
ERXRestSecurityException
ERXRestNotFoundException
ParseException
public static java.lang.String toString(IERXRestResponseWriter writer, java.lang.Object value) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, java.text.ParseException
writer
- the writer to write withvalue
- the value to write
ERXRestException
ERXRestSecurityException
ERXRestNotFoundException
ParseException
public static java.lang.String toString(IERXRestResponseWriter writer, com.webobjects.eoaccess.EOEntity entity, com.webobjects.foundation.NSArray values) throws ERXRestException, ERXRestSecurityException, ERXRestNotFoundException, java.text.ParseException
writer
- the writer to write withvalues
- the values to write
ERXRestException
ERXRestSecurityException
ERXRestNotFoundException
ParseException
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |