Package de.hybris.platform.jalo
Class CoreBasicDataCreator
- java.lang.Object
-
- de.hybris.platform.jalo.CoreBasicDataCreator
-
@Deprecated(since="ages", forRemoval=false) public class CoreBasicDataCreator extends java.lang.ObjectDeprecated.since agesInitialzes the system and creates basic core objects - default languages, countries, currencies, units - but no other sample data.- Since:
- 5.0 favor specific
CoreDataCreatorinstead.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFORCE_CLEANDeprecated.static java.lang.StringLOCALIZE_TYPESDeprecated.static java.lang.StringMOVE_PROPSDeprecated.
-
Constructor Summary
Constructors Constructor Description CoreBasicDataCreator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancheckEncryptionOfCreditCardNumbers()Deprecated.voidcreateBasicC2L()Deprecated.voidcreateBasicRestrictions()Deprecated.voidcreateBasicSavedQueries()Deprecated.voidcreateBasicTypesSecurity()Deprecated.voidcreateBasicUnits()Deprecated.voidcreateBasicUserGroups()Deprecated.voidcreateEmptySystemOrUpdate(java.util.Map params, JspContext jspc)Deprecated.Create empty systemvoidcreateEssentialData(java.util.Map params, JspContext jspc)Deprecated.since ages - useCoreSystemSetup.createEssentialData(de.hybris.platform.core.initialization.SystemSetupContext)instead.voidcreateRootMediaFolder()Deprecated.Creates the root media folder (with an empty path) if not existent.voidcreateSupportedEncodings()Deprecated.Creates all encodings available from java charsets.voiddropPINAttributeDescriptor(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 processvoidencryptExistingCreditCardNumbers(JspContext jspc)Deprecated.booleanhasPINAttribute()Deprecated.voidlocalizeOrderStatus()Deprecated.Localizes the OrderStatus EnumerationValues.voidupdateExistingRestrictionsActiveFlag()Deprecated.
-
-
-
Field Detail
-
FORCE_CLEAN
public static final java.lang.String FORCE_CLEAN
Deprecated.- See Also:
- Constant Field Values
-
MOVE_PROPS
public static final java.lang.String MOVE_PROPS
Deprecated.- See Also:
- Constant Field Values
-
LOCALIZE_TYPES
public static final java.lang.String LOCALIZE_TYPES
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
createEssentialData
@Deprecated(since="ages", forRemoval=false) public void createEssentialData(java.util.Map params, JspContext jspc) throws java.lang.ExceptionDeprecated.since ages - useCoreSystemSetup.createEssentialData(de.hybris.platform.core.initialization.SystemSetupContext)instead.Creates the essential data.- Parameters:
params- the parameters provided by user for creationjspc- the jsp context; you can use it to write progress information to the jsp page during creation- Throws:
java.lang.Exception- Since:
- 2.10
-
encryptExistingCreditCardNumbers
public void encryptExistingCreditCardNumbers(JspContext jspc)
Deprecated.
-
checkEncryptionOfCreditCardNumbers
public boolean checkEncryptionOfCreditCardNumbers() throws JaloBusinessExceptionDeprecated.- Throws:
JaloBusinessException
-
hasPINAttribute
public boolean hasPINAttribute()
Deprecated.
-
dropPINAttributeDescriptor
public 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- Parameters:
jspc-- Since:
- 3.1u3
-
createRootMediaFolder
public void createRootMediaFolder()
Deprecated.Creates the root media folder (with an empty path) if not existent.- Since:
- 3.1-u4
-
localizeOrderStatus
public void localizeOrderStatus()
Deprecated.Localizes the OrderStatus EnumerationValues.- Since:
- 2.10
-
createEmptySystemOrUpdate
public void createEmptySystemOrUpdate(java.util.Map params, JspContext jspc) throws java.lang.ExceptionDeprecated.Create empty system- Throws:
java.lang.Exception- Since:
- 2.10
-
createBasicC2L
public void createBasicC2L()
Deprecated.- Since:
- 2.10
-
createBasicUnits
public void createBasicUnits()
Deprecated.- Since:
- 2.10
-
createBasicUserGroups
public void createBasicUserGroups() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception- Since:
- 2.10
-
updateExistingRestrictionsActiveFlag
public void updateExistingRestrictionsActiveFlag()
Deprecated.- Since:
- 2.10
-
createBasicRestrictions
public void createBasicRestrictions() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception- Since:
- 2.10
-
createBasicSavedQueries
public void createBasicSavedQueries() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception- Since:
- 2.10
-
createBasicTypesSecurity
public void createBasicTypesSecurity() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception- Since:
- 2.10
-
createSupportedEncodings
public void createSupportedEncodings()
Deprecated.Creates all encodings available from java charsets.
-
-