public interface Sorted
Business domain interface indicating whether or not domain contains a specified sorting value. This only comes into play for repository domain that implement the Sortable interface and have instances of that domain that have a sorting value declared (i.e. not Sortable.DEFAULT_VALUE)
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    Whether or not the business domain represents an explicitly sorted repository domain
  • Method Details

    • getSorted

      Boolean getSorted()
      Whether or not the business domain represents an explicitly sorted repository domain
      Returns:
      Whether or not the business domain represents an explicitly sorted repository domain