Interface IntegrationSortingService
- All Known Implementing Classes:
DefaultIntegrationSortingService
public interface IntegrationSortingService
Service to verify if data attribute is sortable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAttributeSortable(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute) Verifies if aDataAttributeis sortable.
-
Method Details
-
isAttributeSortable
boolean isAttributeSortable(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute) Verifies if aDataAttributeis sortable.- Parameters:
attribute- a given data attribute- Returns:
- true if data attribute is sortable
-