Class ContentSlotForTemplateModelBuilder
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.builder.ContentSlotForTemplateModelBuilder
-
public class ContentSlotForTemplateModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentSlotForTemplateModelBuilderaModel()ContentSlotForTemplateModelbuild()static ContentSlotForTemplateModelBuilderfromModel(ContentSlotForTemplateModel model)protected ContentSlotForTemplateModelgetModel()ContentSlotForTemplateModelBuilderwithAllowOverwrite(java.lang.Boolean allowOverwrite)ContentSlotForTemplateModelBuilderwithCatalogVersion(CatalogVersionModel model)ContentSlotForTemplateModelBuilderwithContentSlot(ContentSlotModel contentSlot)ContentSlotForTemplateModelBuilderwithPageTemplate(PageTemplateModel pageTemplate)ContentSlotForTemplateModelBuilderwithPosition(java.lang.String position)ContentSlotForTemplateModelBuilderwithUid(java.lang.String uid)
-
-
-
Method Detail
-
getModel
protected ContentSlotForTemplateModel getModel()
-
aModel
public static ContentSlotForTemplateModelBuilder aModel()
-
fromModel
public static ContentSlotForTemplateModelBuilder fromModel(ContentSlotForTemplateModel model)
-
withCatalogVersion
public ContentSlotForTemplateModelBuilder withCatalogVersion(CatalogVersionModel model)
-
withContentSlot
public ContentSlotForTemplateModelBuilder withContentSlot(ContentSlotModel contentSlot)
-
withPageTemplate
public ContentSlotForTemplateModelBuilder withPageTemplate(PageTemplateModel pageTemplate)
-
withPosition
public ContentSlotForTemplateModelBuilder withPosition(java.lang.String position)
-
withUid
public ContentSlotForTemplateModelBuilder withUid(java.lang.String uid)
-
withAllowOverwrite
public ContentSlotForTemplateModelBuilder withAllowOverwrite(java.lang.Boolean allowOverwrite)
-
build
public ContentSlotForTemplateModel build()
-
-