TableColumnOrderServiceDefault

Used as a identity fallback.

API

TableColumnOrderServiceDefault.java
class TableColumnOrderServiceDefault {
  List<String> orderParented(Object parent, String collectionId, Class<?> elementType, List<String> associationIds)     (1)
  List<String> orderStandalone(Class<?> domainType, List<String> associationIds)     (2)
}
1 orderParented(Object, String, Class, List)

Just returns the propertyIds unchanged.

2 orderStandalone(Class, List)

Just returns the propertyIds unchanged.

Members

orderParented(Object, String, Class, List)

Just returns the propertyIds unchanged.

orderStandalone(Class, List)

Just returns the propertyIds unchanged.