Package de.hybris.platform.catalog.jalo
Class TypeViewUtilities
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.TypeViewUtilities
-
public class TypeViewUtilities extends java.lang.Object
This class provides methods for generating queries for different ViewTypes- DuplicateCatalogItemCodesView
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATALOGOVERVIEW
static java.lang.String
DUPLICATECATALOGITEMCODESVIEW
-
Constructor Summary
Constructors Constructor Description TypeViewUtilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
generateDuplicateCodesForCatalogVersionQuery()
void
generateQuery(ViewType viewtype)
This method generates for the given ViewType the SQL query and store this in the attribute ViewType.query.
-
-
-
Field Detail
-
DUPLICATECATALOGITEMCODESVIEW
public static final java.lang.String DUPLICATECATALOGITEMCODESVIEW
- See Also:
- Constant Field Values
-
CATALOGOVERVIEW
public static final java.lang.String CATALOGOVERVIEW
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateQuery
public void generateQuery(ViewType viewtype)
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
public java.lang.String generateDuplicateCodesForCatalogVersionQuery()
-
-