Uses of Class
de.hybris.platform.integrationservices.search.ItemSearchException
-
Packages that use ItemSearchException Package Description de.hybris.platform.integrationservices.exception de.hybris.platform.integrationservices.search de.hybris.platform.odata2services.filter -
-
Uses of ItemSearchException in de.hybris.platform.integrationservices.exception
Subclasses of ItemSearchException in de.hybris.platform.integrationservices.exception Modifier and Type Class Description classFilterByClassificationAttributeNotSupportedExceptionAn exception indicating that filtering using a classification attribute is not supported. -
Uses of ItemSearchException in de.hybris.platform.integrationservices.search
Subclasses of ItemSearchException in de.hybris.platform.integrationservices.search Modifier and Type Class Description classFilterByVirtualAttributeNotSupportedExceptionAn exception indicating that filtering using a virtual attribute is not supported.classFilterNotSupportedExceptionAn exception indicating that a filtering condition used for the item search is not supported.classOrderByNotSupportedExceptionA common exception for any problem with the order by condition used in the item search.classOrderByVirtualAttributeNotSupportedExceptionAn exception indicating that ordering using a virtual attribute is not supported. -
Uses of ItemSearchException in de.hybris.platform.odata2services.filter
Subclasses of ItemSearchException in de.hybris.platform.odata2services.filter Modifier and Type Class Description classIntegrationKeyNestedFilteringNotSupportedExceptionThrow this exception if nested attribute: someObject/IntegrationKey filter is used with logical operators other than 'eq'.
-