info.magnolia.module.shop.paragraphs
Class FormStepConfirmOrderParagraphModel

java.lang.Object
  extended by info.magnolia.rendering.model.RenderingModelImpl<RD>
      extended by info.magnolia.module.form.templates.components.AbstractFormModel<info.magnolia.rendering.template.RenderableDefinition>
          extended by info.magnolia.module.form.templates.components.SubStepFormModel
              extended by info.magnolia.module.shop.paragraphs.FormStepConfirmOrderParagraphModel
All Implemented Interfaces:
info.magnolia.rendering.model.RenderingModel<info.magnolia.rendering.template.RenderableDefinition>

public class FormStepConfirmOrderParagraphModel
extends info.magnolia.module.form.templates.components.SubStepFormModel

Checkout step paragraph. Need to get the current shopping cart.

Author:
tmiyar

Field Summary
 
Fields inherited from class info.magnolia.module.form.templates.components.AbstractFormModel
functions
 
Fields inherited from class info.magnolia.rendering.model.RenderingModelImpl
content, contentMap, definition, parentModel
 
Fields inherited from interface info.magnolia.rendering.model.RenderingModel
SKIP_RENDERING
 
Constructor Summary
FormStepConfirmOrderParagraphModel(javax.jcr.Node content, info.magnolia.rendering.template.RenderableDefinition definition, info.magnolia.rendering.model.RenderingModel<?> parent, info.magnolia.templating.functions.TemplatingFunctions functions)
           
 
Method Summary
 String getCurrencyFormatting()
           
 String getCurrencyTitle()
           
 String getProductDetailPageLink(javax.jcr.Node product)
           
 ShoppingCart getShoppingCart()
           
 
Methods inherited from class info.magnolia.module.form.templates.components.SubStepFormModel
createFormEngine, getDisplayNavigation, getNextStepsNavigation, getPreviousStepsNavigation
 
Methods inherited from class info.magnolia.module.form.templates.components.AbstractFormModel
execute, getFormField, getFormState, getRequiredSymbol, getRightText, getView
 
Methods inherited from class info.magnolia.rendering.model.RenderingModelImpl
getContent, getDef, getDefinition, getNode, getParent, getRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormStepConfirmOrderParagraphModel

public FormStepConfirmOrderParagraphModel(javax.jcr.Node content,
                                          info.magnolia.rendering.template.RenderableDefinition definition,
                                          info.magnolia.rendering.model.RenderingModel<?> parent,
                                          info.magnolia.templating.functions.TemplatingFunctions functions)
Method Detail

getShoppingCart

public ShoppingCart getShoppingCart()

getCurrencyTitle

public String getCurrencyTitle()

getCurrencyFormatting

public String getCurrencyFormatting()

getProductDetailPageLink

public String getProductDetailPageLink(javax.jcr.Node product)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.