info.magnolia.module.shop
Class DefaultPriceCategoryManagerImpl

java.lang.Object
  extended by info.magnolia.module.shop.DefaultPriceCategoryManagerImpl
All Implemented Interfaces:
PriceCategoryManager

public class DefaultPriceCategoryManagerImpl
extends Object
implements PriceCategoryManager

Implement this class to get the category price used by i.e. user selected shop

Author:
tmiyar

Constructor Summary
DefaultPriceCategoryManagerImpl(String defaultPriceCategory, String shopName)
           
 
Method Summary
 String getDefaultPriceCategory()
           
 javax.jcr.Node getPriceCategoryInUse()
           
 String getShopName()
           
 void setDefaultPriceCategory(String defaultPriceCategory)
           
 void setShopName(String shopName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPriceCategoryManagerImpl

public DefaultPriceCategoryManagerImpl(String defaultPriceCategory,
                                       String shopName)
Method Detail

getPriceCategoryInUse

public javax.jcr.Node getPriceCategoryInUse()
Specified by:
getPriceCategoryInUse in interface PriceCategoryManager

setDefaultPriceCategory

public void setDefaultPriceCategory(String defaultPriceCategory)

getDefaultPriceCategory

public String getDefaultPriceCategory()

getShopName

public String getShopName()

setShopName

public void setShopName(String shopName)


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