Class CoreBasicDataCreator

java.lang.Object
de.hybris.platform.jalo.CoreBasicDataCreator

@Deprecated(since="ages", forRemoval=false) public class CoreBasicDataCreator extends Object
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 CoreDataCreator instead.
  • Field Details

  • Constructor Details

    • CoreBasicDataCreator

      public CoreBasicDataCreator()
      Deprecated.
  • Method Details

    • createEssentialData

      @Deprecated(since="ages", forRemoval=false) public void createEssentialData(Map params, JspContext jspc) throws Exception
      Creates the essential data.
      Parameters:
      params - the parameters provided by user for creation
      jspc - the jsp context; you can use it to write progress information to the jsp page during creation
      Throws:
      Exception
      Since:
      2.10
    • encryptExistingCreditCardNumbers

      public void encryptExistingCreditCardNumbers(JspContext jspc)
      Deprecated.
    • checkEncryptionOfCreditCardNumbers

      public boolean checkEncryptionOfCreditCardNumbers() throws JaloBusinessException
      Deprecated.
      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(Map params, JspContext jspc) throws Exception
      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

      public void createBasicUserGroups() throws Exception
      Deprecated.
      Throws:
      Exception
      Since:
      2.10
    • updateExistingRestrictionsActiveFlag

      public void updateExistingRestrictionsActiveFlag()
      Deprecated.
      Since:
      2.10
    • createBasicRestrictions

      public void createBasicRestrictions() throws Exception
      Deprecated.
      Throws:
      Exception
      Since:
      2.10
    • createBasicSavedQueries

      public void createBasicSavedQueries() throws Exception
      Deprecated.
      Throws:
      Exception
      Since:
      2.10
    • createBasicTypesSecurity

      public void createBasicTypesSecurity() throws Exception
      Deprecated.
      Throws:
      Exception
      Since:
      2.10
    • createSupportedEncodings

      public void createSupportedEncodings()
      Deprecated.
      Creates all encodings available from java charsets.