Class DefaultIntegrationSortingService

java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.common.services.impl.DefaultIntegrationSortingService
All Implemented Interfaces:
IntegrationSortingService

public class DefaultIntegrationSortingService extends Object implements IntegrationSortingService
Default implementation of IntegrationSortingService
  • Constructor Details

    • DefaultIntegrationSortingService

      public DefaultIntegrationSortingService()
  • Method Details

    • isAttributeSortable

      public boolean isAttributeSortable(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute)
      Verifies if DataAttribute is sortable.
      Specified by:
      isAttributeSortable in interface IntegrationSortingService
      Parameters:
      attribute - a given attribute.
      Returns:
      true if the attribute is searchable, of type single and has DataType atomic or enum. Returns false otherwise.