|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
com.sage.orion.sdata | |
com.sage.orion.sdata.servlet |
Uses of Category in com.sage.orion.sdata |
---|
Methods in com.sage.orion.sdata that return Category | |
---|---|
static Category |
Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Category in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet with parameters of type Category | |
---|---|
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 |
Constructors in com.sage.orion.sdata.servlet with parameters of type Category | |
---|---|
SDataResponseEntry(SDataResourceElement body,
java.lang.String key,
java.lang.String eTag,
boolean editable,
java.util.List<SDataDiagnosis> errors,
SDataSchema schema,
java.lang.String title,
Category category)
construct a response entry |
|
SDataResponseEntry(SDataResourceElement body,
java.lang.String key,
java.lang.String eTag,
boolean editable,
java.util.List<SDataDiagnosis> errors,
SDataSchema schema,
java.lang.String title,
Category category,
boolean canPost,
boolean hasService)
construct a response entry |
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |