Changes between Version 2 and Version 3 of CORE_MVC_BASE_R2
- Timestamp:
- 07/21/09 16:13:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_MVC_BASE_R2
v2 v3 43 43 * This is achieved in the following manner - we obtain the operationDef object - corresponding to the particular operation, then we get from the enumeration the appropriate enum field representing the current SimpleOperation and finally we obtain its sortkey if such is available. 44 44 45 * The class org.sophie2.core.mvc will be modified.45 * The class org.sophie2.core.mvc.CoreMvcModule will be modified. 46 46 * In the existing public static class OperationPoint which extends SophieExtensionPoint<OperationR3> we will overload the method getSorter() inherited from SophieExtensionPoint<T> located in org.sophie2.core.modularity. 47 47 * The method should return the result of {{{compareTo}}} applied to the keys.