Package de.hybris.platform.core
Class Constants
java.lang.Object
de.hybris.platform.core.Constants
Constants definition for the hybris platform framework.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefinition of used cached keys.static interfacestatic classstatic interfaceInternal use only!static classTypecode definitions.static interfaceDefinition of some core typesstatic classSystem user principals.static classDefinition of thejalosessionconstant. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DISABLE_CYCLIC_CHECKS
Session attribute to disable checking for cyclic structures. Since cyclic structures are not supported by the category model the caller hat to do own checking!
SessionContext myCtx = jaloSesson.createSessionContext(); myCtx.setAttribute(Constants.DISABLE_CYCLIC_CHECKS, Boolean.TRUE); // now this will not raise an error : category.addToSubcategory(category.getSuperCategory());
- Since:
- 1.31
-
DB_DETECT_CONNECTION_LOST
- See Also:
-
DB_DETECT_CONNECTION_LOST_DEFAULT
public static final boolean DB_DETECT_CONNECTION_LOST_DEFAULT- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
checkUnique
public static void checkUnique()
-