Package de.hybris.platform.jalo
Class CoreBasicDataCreator
java.lang.Object
de.hybris.platform.jalo.CoreBasicDataCreator
Deprecated.
since ages
Initialzes 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidcreateEmptySystemOrUpdate(Map params, JspContext jspc) Deprecated.Create empty systemvoidcreateEssentialData(Map params, JspContext jspc) Deprecated.since ages - useCoreSystemSetup.createEssentialData(de.hybris.platform.core.initialization.SystemSetupContext)instead.voidDeprecated.Creates the root media folder (with an empty path) if not existent.voidDeprecated.Creates all encodings available from java charsets.voidDeprecated.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 processvoidDeprecated.booleanDeprecated.voidDeprecated.Localizes the OrderStatus EnumerationValues.voidDeprecated.
-
Field Details
-
FORCE_CLEAN
Deprecated.- See Also:
-
MOVE_PROPS
Deprecated.- See Also:
-
LOCALIZE_TYPES
Deprecated.- See Also:
-
-
Constructor Details
-
CoreBasicDataCreator
public CoreBasicDataCreator()Deprecated.
-
-
Method Details
-
createEssentialData
@Deprecated(since="ages", forRemoval=false) public void createEssentialData(Map params, JspContext jspc) throws Exception Deprecated.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:
Exception- Since:
- 2.10
-
encryptExistingCreditCardNumbers
Deprecated. -
checkEncryptionOfCreditCardNumbers
Deprecated.- Throws:
JaloBusinessException
-
hasPINAttribute
public boolean hasPINAttribute()Deprecated. -
dropPINAttributeDescriptor
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
Deprecated.Create empty system- Throws:
Exception- Since:
- 2.10
-
createBasicC2L
public void createBasicC2L()Deprecated.- Since:
- 2.10
-
createBasicUnits
public void createBasicUnits()Deprecated.- Since:
- 2.10
-
createBasicUserGroups
Deprecated.- Throws:
Exception- Since:
- 2.10
-
updateExistingRestrictionsActiveFlag
public void updateExistingRestrictionsActiveFlag()Deprecated.- Since:
- 2.10
-
createBasicRestrictions
Deprecated.- Throws:
Exception- Since:
- 2.10
-
createBasicSavedQueries
Deprecated.- Throws:
Exception- Since:
- 2.10
-
createBasicTypesSecurity
Deprecated.- Throws:
Exception- Since:
- 2.10
-
createSupportedEncodings
public void createSupportedEncodings()Deprecated.Creates all encodings available from java charsets.
-