Class CatalogConstants
- java.lang.Object
-
- de.hybris.platform.catalog.constants.GeneratedCatalogConstants
-
- de.hybris.platform.catalog.constants.CatalogConstants
-
public final class CatalogConstants extends GeneratedCatalogConstants
Global class for all Catalog constants.
This includes typecodes for new items, managers and JNDI names.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CatalogConstants.Attributes
static interface
CatalogConstants.ChangeTypes
constants for interfaceChangeTypes
static interface
CatalogConstants.Config
static interface
CatalogConstants.Groups
constants for interfaceGroups
static interface
CatalogConstants.Jobs
constants for interfaceJobs
-
Nested classes/interfaces inherited from class de.hybris.platform.catalog.constants.GeneratedCatalogConstants
GeneratedCatalogConstants.Enumerations, GeneratedCatalogConstants.Relations, GeneratedCatalogConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATALOGSYNC_MEDIA_FOLDER
static java.lang.String
EXTENSIONNAME
static java.lang.String
LICENCE_CATALOG
static java.lang.String
MEDIA_CODE_DELIMITER
static PK
NO_VERSIONS_AVAILABLE_DUMMY
static java.lang.String
PREVIEW_MODE_ACTIVATION
static java.lang.String
SESSION_CATALOG_VERSIONS
-
-
-
Field Detail
-
MEDIA_CODE_DELIMITER
public static final java.lang.String MEDIA_CODE_DELIMITER
- See Also:
- Constant Field Values
-
LICENCE_CATALOG
public static final java.lang.String LICENCE_CATALOG
- See Also:
- Constant Field Values
-
SESSION_CATALOG_VERSIONS
public static final java.lang.String SESSION_CATALOG_VERSIONS
- See Also:
- Constant Field Values
-
NO_VERSIONS_AVAILABLE_DUMMY
public static final PK NO_VERSIONS_AVAILABLE_DUMMY
-
PREVIEW_MODE_ACTIVATION
public static final java.lang.String PREVIEW_MODE_ACTIVATION
- See Also:
- Constant Field Values
-
CATALOGSYNC_MEDIA_FOLDER
public static final java.lang.String CATALOGSYNC_MEDIA_FOLDER
- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
-