@Deprecated
public class CoreBasicDataCreator
extends java.lang.Object
CoreDataCreator instead.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FORCE_CLEAN
Deprecated.
|
static java.lang.String |
LOCALIZE_TYPES
Deprecated.
|
static java.lang.String |
MOVE_PROPS
Deprecated.
|
| Constructor and Description |
|---|
CoreBasicDataCreator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkEncryptionOfCreditCardNumbers()
Deprecated.
|
void |
createBasicC2L()
Deprecated.
|
void |
createBasicRestrictions()
Deprecated.
|
void |
createBasicSavedQueries()
Deprecated.
|
void |
createBasicTypesSecurity()
Deprecated.
|
void |
createBasicUnits()
Deprecated.
|
void |
createBasicUserGroups()
Deprecated.
|
void |
createEmptySystemOrUpdate(java.util.Map params,
JspContext jspc)
Deprecated.
Create empty system
|
void |
createEssentialData(java.util.Map params,
JspContext jspc)
Deprecated.
since ages - use
CoreSystemSetup.createEssentialData(de.hybris.platform.core.initialization.SystemSetupContext)
instead. |
void |
createRootMediaFolder()
Deprecated.
Creates the root media folder (with an empty path) if not existent.
|
void |
createSupportedEncodings()
Deprecated.
Creates all encodings available from java charsets.
|
void |
dropPINAttributeDescriptor(JspContext jspc)
Deprecated.
Storing the PIN of a credit card is a PCI DSS Compliance violation, so we will remove it! This method will
be called during the update process
|
void |
encryptExistingCreditCardNumbers(JspContext jspc)
Deprecated.
|
boolean |
hasPINAttribute()
Deprecated.
|
void |
localizeOrderStatus()
Deprecated.
Localizes the OrderStatus EnumerationValues.
|
void |
updateExistingRestrictionsActiveFlag()
Deprecated.
|
public static final java.lang.String FORCE_CLEAN
CoreDataCreator.FORCE_CLEANpublic static final java.lang.String MOVE_PROPS
public static final java.lang.String LOCALIZE_TYPES
@Deprecated
public void createEssentialData(java.util.Map params,
JspContext jspc)
throws java.lang.Exception
CoreSystemSetup.createEssentialData(de.hybris.platform.core.initialization.SystemSetupContext)
instead.params - the parameters provided by user for creationjspc - the jsp context; you can use it to write progress information to the jsp page during creationjava.lang.Exceptionpublic void encryptExistingCreditCardNumbers(JspContext jspc)
public boolean checkEncryptionOfCreditCardNumbers()
throws JaloBusinessException
JaloBusinessExceptionpublic boolean hasPINAttribute()
public void dropPINAttributeDescriptor(JspContext jspc)
jspc - public void createRootMediaFolder()
public void localizeOrderStatus()
public void createEmptySystemOrUpdate(java.util.Map params,
JspContext jspc)
throws java.lang.Exception
java.lang.Exceptionpublic void createBasicC2L()
public void createBasicUnits()
public void createBasicUserGroups()
throws java.lang.Exception
java.lang.Exceptionpublic void updateExistingRestrictionsActiveFlag()
public void createBasicRestrictions()
throws java.lang.Exception
java.lang.Exceptionpublic void createBasicSavedQueries()
throws java.lang.Exception
java.lang.Exceptionpublic void createBasicTypesSecurity()
throws java.lang.Exception
java.lang.Exceptionpublic void createSupportedEncodings()
Copyright © 2018 SAP SE. All Rights Reserved.