Package de.hybris.platform.catalog.jalo
Class TypeViewUtilities
java.lang.Object
de.hybris.platform.catalog.jalo.TypeViewUtilities
This class provides methods for generating queries for different ViewTypes
- DuplicateCatalogItemCodesView
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateQuery(ViewType viewtype) This method generates for the given ViewType the SQL query and store this in the attribute ViewType.query.
-
Field Details
-
DUPLICATECATALOGITEMCODESVIEW
- See Also:
-
CATALOGOVERVIEW
- See Also:
-
-
Constructor Details
-
TypeViewUtilities
public TypeViewUtilities()
-
-
Method Details
-
generateQuery
This method generates for the given ViewType the SQL query and store this in the attribute ViewType.query. Currently supported: DuplicateCatalogItemCodesView- Parameters:
viewtype- the viewtype
-
generateDuplicateCodesForCatalogVersionQuery
-