|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDataResponseEntry | |
---|---|
com.sage.orion.sdata.servlet | |
com.sage.orion.sdata.servlet.accpac |
Uses of SDataResponseEntry in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet that return SDataResponseEntry | |
---|---|
static SDataResponseEntry |
ServiceOperationHelper.createSDataResponseEntry(java.lang.String operationFullName,
java.util.List<ServiceField> responseFields,
boolean useRequestTag)
Create an SDataResponseEntry from the list of response fields |
SDataResponseEntry |
SDataResponse.getEntry()
return the entry within the response |
SDataResponseEntry |
SDataExternalResponse.getEntry()
|
SDataResponseEntry |
SchemaResponse.getEntry()
|
SDataResponseEntry |
ResourceResponseImpl.getEntry()
|
SDataResponseEntry |
ResourceResponse.getEntry()
Gets the SDataResponseEntry . |
protected SDataResponseEntry |
JDBCResourceKind.getTemplate(SDataRequest request,
java.sql.Connection connection)
Gets the SData response entry for a GET request for the special $template operator. |
static SDataResponseEntry |
SDataResponseEntry.newIntermediateEntry(Category category,
java.lang.String id,
java.lang.String title,
java.lang.String content)
factory to create an intermediate URL entry |
Methods in com.sage.orion.sdata.servlet that return types with arguments of type SDataResponseEntry | |
---|---|
java.util.List<SDataResponseEntry> |
SDataResponseFeed.getEntries()
Returns a list of all the entries in the feed. |
Constructors in com.sage.orion.sdata.servlet with parameters of type SDataResponseEntry | |
---|---|
ResourceResponseImpl(SDataResponseEntry entry,
int responseCode)
constructs the SDataResponse with the provided entry and response code |
Constructor parameters in com.sage.orion.sdata.servlet with type arguments of type SDataResponseEntry | |
---|---|
SDataResponseFeed(java.util.List<SDataResponseEntry> entries,
PagingInfo pagingInfo,
java.lang.String resourceSetURL,
java.lang.String id)
Constructor |
|
SDataResponseFeed(java.util.List<SDataResponseEntry> entries,
PagingInfo pagingInfo,
java.lang.String resourceSetURL,
java.lang.String id,
SDataSchema schema,
Category category,
java.lang.String title)
Constructor |
|
SDataResponseFeed(java.util.List<SDataResponseEntry> entries,
PagingInfo pagingInfo,
java.lang.String resourceSetURL,
java.lang.String id,
SDataSchema schema,
Category category,
java.lang.String title,
boolean canPost,
boolean hasService)
|
|
SDataResponseFeed(java.util.List<SDataResponseEntry> entries,
PagingInfo pagingInfo,
java.lang.String resourceSetURL,
java.lang.String id,
SDataSchema schema,
java.lang.String title)
Constructor |
Uses of SDataResponseEntry in com.sage.orion.sdata.servlet.accpac |
---|
Subclasses of SDataResponseEntry in com.sage.orion.sdata.servlet.accpac | |
---|---|
class |
ConnectionResponseEntry
|
class |
ResponseEntry
Adds the accpac requirements to the SDataResponseEntry |
Methods in com.sage.orion.sdata.servlet.accpac that return SDataResponseEntry | |
---|---|
SDataResponseEntry |
BinaryResponse.getEntry()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |