atg.projects.store.scenario.action
Class StoreFillRelatedItemsSlotActionConfiguration

java.lang.Object
  extended by atg.commerce.scenario.FillRelatedItemsSlotActionConfiguration
      extended by atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration

public class StoreFillRelatedItemsSlotActionConfiguration
extends atg.commerce.scenario.FillRelatedItemsSlotActionConfiguration

EStore implementation of Nucleus component to contain all necessary properties for fillRelatedItemsSlotAction scenario action.


Field Summary
static java.lang.String CLASS_VERSION
          Class version
 
Constructor Summary
StoreFillRelatedItemsSlotActionConfiguration()
           
 
Method Summary
 java.lang.String getShareableTypeId()
          This property contains a shareable ID to be used when determining sharing sites.
 atg.multisite.SiteGroupManager getSiteGroupManager()
          This property contains a reference to SiteGroupManager to be used when determining sharing sites.
 java.lang.String getSitesPropertyName()
          This property contains a product's property name with reference to its sites.
 void setShareableTypeId(java.lang.String pShareableTypeId)
           
 void setSiteGroupManager(atg.multisite.SiteGroupManager pSiteGroupManager)
           
 void setSitesPropertyName(java.lang.String pSitesPropertyName)
           
 
Methods inherited from class atg.commerce.scenario.FillRelatedItemsSlotActionConfiguration
getShoppingCartPath, setShoppingCartPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version

Constructor Detail

StoreFillRelatedItemsSlotActionConfiguration

public StoreFillRelatedItemsSlotActionConfiguration()
Method Detail

getShareableTypeId

public java.lang.String getShareableTypeId()
This property contains a shareable ID to be used when determining sharing sites.

Returns:
current shareable type ID

setShareableTypeId

public void setShareableTypeId(java.lang.String pShareableTypeId)

getSitesPropertyName

public java.lang.String getSitesPropertyName()
This property contains a product's property name with reference to its sites.

Returns:
'siteIds' property name

setSitesPropertyName

public void setSitesPropertyName(java.lang.String pSitesPropertyName)

getSiteGroupManager

public atg.multisite.SiteGroupManager getSiteGroupManager()
This property contains a reference to SiteGroupManager to be used when determining sharing sites.

Returns:
current SiteGroupManager instance

setSiteGroupManager

public void setSiteGroupManager(atg.multisite.SiteGroupManager pSiteGroupManager)