The sort may have been dropped already, in which case this method should thrown an exception. @exception StandardException Standard exception policy.
18481849185018511852185318541855185618571858
throw StandardException.newException( SQLState.AM_NO_SUCH_SORT, new Long(id)); } // Open it. SortController sc = sort.open(this); // Keep track of it so we can release on close. if (sortControllers == null) sortControllers = new ArrayList(); sortControllers.add(sc);