Interface IntegrationSortingService

All Known Implementing Classes:
DefaultIntegrationSortingService

public interface IntegrationSortingService
Service to verify if data attribute is sortable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isAttributeSortable(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute)
    Verifies if a DataAttribute is sortable.
  • Method Details

    • isAttributeSortable

      boolean isAttributeSortable(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute)
      Verifies if a DataAttribute is sortable.
      Parameters:
      attribute - a given data attribute
      Returns:
      true if data attribute is sortable