info.magnolia.module.shop.paragraphs
Class CheckoutStepParagraphModel

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.CheckoutStepParagraphModel
All Implemented Interfaces:
info.magnolia.rendering.model.RenderingModel<info.magnolia.rendering.template.RenderableDefinition>

public class CheckoutStepParagraphModel
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
CheckoutStepParagraphModel(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()
           
 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

CheckoutStepParagraphModel

public CheckoutStepParagraphModel(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()


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