Interface ViewPreferences
Interface for the AEM Inbox View Preferences
-
Method Summary
Modifier and TypeMethodDescriptionReturns the property by which AEM inbox items are sorted or null if property is not presentReturns the sort order of AEM inbox items (Ascending/Descending) or null if property is not presentvoidsetSortByProperty(String sortByProperty) Set the property by which AEM inbox items are sorted or null to clear current propertyvoidsetSortOrder(String sortOrder) Set the sort order of AEM inbox items (Ascending/Descending) or null to clear current property
-
Method Details
-
getSortByProperty
Returns the property by which AEM inbox items are sorted or null if property is not present- Returns:
- The property by which AEM inbox items are sorted
-
setSortByProperty
Set the property by which AEM inbox items are sorted or null to clear current property- Parameters:
sortByProperty- The property by which AEM inbox items are sorted
-
getSortOrder
Returns the sort order of AEM inbox items (Ascending/Descending) or null if property is not present- Returns:
- The sort order of AEM inbox items
-
setSortOrder
Set the sort order of AEM inbox items (Ascending/Descending) or null to clear current property- Parameters:
sortOrder- The sort order of AEM inbox items
-