Class CoreBasicDataCreator


  • @Deprecated(since="ages",
                forRemoval=false)
    public class CoreBasicDataCreator
    extends java.lang.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.
    • Constructor Detail

      • CoreBasicDataCreator

        public CoreBasicDataCreator()
        Deprecated.
    • Method Detail

      • createEssentialData

        @Deprecated(since="ages",
                    forRemoval=false)
        public void createEssentialData​(java.util.Map params,
                                        JspContext jspc)
                                 throws java.lang.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:
        java.lang.Exception
        Since:
        2.10
      • encryptExistingCreditCardNumbers

        public void encryptExistingCreditCardNumbers​(JspContext jspc)
        Deprecated.
      • 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.Exception
        Deprecated.
        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.Exception
        Deprecated.
        Throws:
        java.lang.Exception
        Since:
        2.10
      • updateExistingRestrictionsActiveFlag

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

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

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

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

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