Class CmsSiteModelBuilder
- java.lang.Object
-
- de.hybris.platform.warehousing.util.builder.CmsSiteModelBuilder
-
public class CmsSiteModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CmsSiteModelBuilderaModel()CMSSiteModelbuild()CmsSiteModelBuilderwithChannel(SiteChannel channel)CmsSiteModelBuilderwithContentCatalogs(java.util.List<ContentCatalogModel> contentCatalogModels)CmsSiteModelBuilderwithDefaultPromotionGroup(PromotionGroupModel promotionGroup)CmsSiteModelBuilderwithStores(BaseStoreModel... stores)CmsSiteModelBuilderwithUid(java.lang.String uid)
-
-
-
Method Detail
-
aModel
public static CmsSiteModelBuilder aModel()
-
build
public CMSSiteModel build()
-
withUid
public CmsSiteModelBuilder withUid(java.lang.String uid)
-
withChannel
public CmsSiteModelBuilder withChannel(SiteChannel channel)
-
withStores
public CmsSiteModelBuilder withStores(BaseStoreModel... stores)
-
withContentCatalogs
public CmsSiteModelBuilder withContentCatalogs(java.util.List<ContentCatalogModel> contentCatalogModels)
-
withDefaultPromotionGroup
public CmsSiteModelBuilder withDefaultPromotionGroup(PromotionGroupModel promotionGroup)
-
-