|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A facade interface for managing sorting.
| Method Summary | |
java.lang.String |
getPrimarySortAttribute(java.lang.String tableName)Gets the primary sort attribute for the given table. |
boolean |
getPrimarySortDirection(java.lang.String tableName)Gets the primary sort direction (true == ascending) for the given table. |
java.lang.String |
getSecondarySortAttribute(java.lang.String tableName)Gets the secondary sort attribute for the given table. |
boolean |
getSecondarySortDirection(java.lang.String tableName)Gets the secondary sort direction (true == ascending) for the given table. |
void |
setSortPreference(NamedValue[] options)Creates a setting in the current user's user preferences to always sort the given table using the given options. |
Item[] |
sortAttributeList(long id, NamedValue[] options, AttributeRequest[] attrs)Given an id of a repos object, constructs an item with an attribute of the given name and sorts the resulting value. |
| Method Detail |
public void setSortPreference(NamedValue[] options)
throws FdkException
options - The sort options. Valid options are:
FdkException - if the operation fails.
public java.lang.String getPrimarySortAttribute(java.lang.String tableName)
throws FdkException
tableName - The table on which to retrieve the attribute.FdkException - if the operation fails.
public boolean getPrimarySortDirection(java.lang.String tableName)
throws FdkException
tableName - The table on which to retrieve the attribute.FdkException - if the operation fails.
public java.lang.String getSecondarySortAttribute(java.lang.String tableName)
throws FdkException
tableName - The table on which to retrieve the attribute.FdkException - if the operation fails.
public boolean getSecondarySortDirection(java.lang.String tableName)
throws FdkException
tableName - The table on which to retrieve the attribute.FdkException - if the operation fails.
public Item[] sortAttributeList(long id,
NamedValue[] options,
AttributeRequest[] attrs)
throws FdkException
id - The id of the repos object.options - The sort options. Valid options are:
FdkException - if the operation fails.
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||