Class DefaultCisCartHashCalculationStrategy

    • Constructor Detail

      • DefaultCisCartHashCalculationStrategy

        public DefaultCisCartHashCalculationStrategy()
    • Method Detail

      • buildHashForAbstractOrder

        @Deprecated(since="ages",
                    forRemoval=true)
        public java.lang.String buildHashForAbstractOrder​(AbstractOrderModel abstractOrderModel,
                                                          java.util.List<java.lang.String> additionalValues)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        buildHashForAbstractOrder in interface CommerceCartHashCalculationStrategy
        Parameters:
        abstractOrderModel - the order to calculate the hash for
        additionalValues - the additional values
        Returns:
        the calculated hash
      • appendDeliveryAddress

        protected void appendDeliveryAddress​(AddressModel address,
                                             java.lang.StringBuilder stringBuilder)
        Appends the given StringBuilder with the given AddressModel
        Parameters:
        address - the delivery address that you are looking to append to the StringBuilder
        stringBuilder - the StringBuilder