TableColumnOrderServiceDefault

The default implementation of TableColumnOrderService . Note though that this implementation has lower priority (later precedence) than TableColumnOrderServiceUsingTxtFile .

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.