com.ibm.portal
Interface SortedLocalized<T extends Localized>

All Superinterfaces:
Countable, CountableIterableListModel<java.util.Locale>, CountableListModel<java.util.Locale>, java.lang.Iterable<java.util.Locale>, IterableListModel<java.util.Locale>, ListModel<java.util.Locale>, MapAccessor<SortedLocalizedListModel<? extends T>>

public interface SortedLocalized<T extends Localized>
extends CountableIterableListModel<java.util.Locale>, MapAccessor<SortedLocalizedListModel<? extends T>>

Representation of a sorted set of Localized objects. The objects are grouped per locale and sorted per locale with a locale specific comparator.

Since:
8.0

Method Summary
 SortedLocalizedListModel<? extends T> getItems(java.util.Locale aLocale)
          Returns a sorted list representation for the locale
 
Methods inherited from interface com.ibm.portal.model.CountableIterableListModel
size
 
Methods inherited from interface com.ibm.portal.IterableListModel
iterator
 
Methods inherited from interface com.ibm.utilities.collections.maps.MapAccessor
get
 

Method Detail

getItems

SortedLocalizedListModel<? extends T> getItems(java.util.Locale aLocale)
Returns a sorted list representation for the locale

Parameters:
aLocale - the locale
Returns:
the sorted list representation or null if the locale is not supported