public abstract class AbstractExample extends Object
| Constructor and Description |
|---|
AbstractExample() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
report(String msg) |
protected static void |
report(String msg,
Object... args) |
protected static int |
reportEntities(org.odata4j.consumer.ODataConsumer c,
String entitySetHref,
int limit) |
protected static int |
reportEntities(String entitySetHref,
org.core4j.Enumerable<org.odata4j.core.OEntity> entities) |
protected static void |
reportEntity(String caption,
org.odata4j.core.OEntity entity) |
protected static void |
reportError(org.odata4j.core.OError error) |
protected static void |
reportMetadata(org.odata4j.edm.EdmDataServices services) |
protected static void report(String msg)
protected static void reportEntity(String caption, org.odata4j.core.OEntity entity)
protected static int reportEntities(org.odata4j.consumer.ODataConsumer c,
String entitySetHref,
int limit)
protected static int reportEntities(String entitySetHref, org.core4j.Enumerable<org.odata4j.core.OEntity> entities)
protected static void reportMetadata(org.odata4j.edm.EdmDataServices services)
protected static void reportError(org.odata4j.core.OError error)
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.