Overview
API Versioning
Deprecated
dw.catalog
Class StoreGroup
Object
dw.object.PersistentObject
dw.object.ExtensibleObject
dw.catalog.StoreGroup
Represents a store group. Store groups can be used to group the stores for different marketing purposes.
Properties
ID :
String
(Read Only)
The ID of the store group.
name :
String
(Read Only)
The name of the store group.
stores :
Collection
(Read Only)
All the stores that are assigned to the store group.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getID
() :
String
Returns the ID of the store group.
getName
() :
String
Returns the name of the store group.
getStores
() :
Collection
Returns all the stores that are assigned to the store group.
Methods inherited from class
ExtensibleObject
describe
,
getCustom
Methods inherited from class
PersistentObject
getCreationDate
,
getLastModified
,
getUUID
Methods inherited from class
Object
assign
,
create
,
create
,
defineProperties
,
defineProperty
,
entries
,
freeze
,
fromEntries
,
getOwnPropertyDescriptor
,
getOwnPropertyNames
,
getOwnPropertySymbols
,
getPrototypeOf
,
hasOwnProperty
,
is
,
isExtensible
,
isFrozen
,
isPrototypeOf
,
isSealed
,
keys
,
preventExtensions
,
propertyIsEnumerable
,
seal
,
setPrototypeOf
,
toLocaleString
,
toString
,
valueOf
,
values
Method Detail
getID
getID
() :
String
Returns the ID of the store group.
Returns:
ID of the store group
getName
getName
() :
String
Returns the name of the store group.
Returns:
name of the store group
getStores
getStores
() :
Collection
Returns all the stores that are assigned to the store group.
Returns:
collection of the stores