@Deprecated public class CoreBasicDataCreator extends Object
CoreDataCreator instead.| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_CLEAN
Deprecated.
|
static String |
LOCALIZE_TYPES
Deprecated.
|
static 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(Map params,
JspContext jspc)
Deprecated.
Create empty system
|
void |
createEssentialData(Map params,
JspContext jspc)
Deprecated.
|
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 String FORCE_CLEAN
public static final String MOVE_PROPS
public static final String LOCALIZE_TYPES
@Deprecated public void createEssentialData(Map params, JspContext jspc) throws 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 creationExceptionpublic 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(Map params, JspContext jspc) throws Exception
Exceptionpublic void createBasicC2L()
public void createBasicUnits()
public void createBasicUserGroups()
throws Exception
Exceptionpublic void updateExistingRestrictionsActiveFlag()
public void createBasicRestrictions()
throws Exception
Exceptionpublic void createBasicSavedQueries()
throws Exception
Exceptionpublic void createBasicTypesSecurity()
throws Exception
Exceptionpublic void createSupportedEncodings()
Copyright © 2017 SAP SE. All Rights Reserved.