Class ContentSlotForPageModelBuilder
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.builder.ContentSlotForPageModelBuilder
-
public class ContentSlotForPageModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentSlotForPageModelBuilderaModel()ContentSlotForPageModelbuild()static ContentSlotForPageModelBuilderfromModel(ContentSlotForPageModel model)protected ContentSlotForPageModelgetModel()ContentSlotForPageModelBuilderwithCatalogVersion(CatalogVersionModel model)ContentSlotForPageModelBuilderwithContentSlot(ContentSlotModel contentSlot)ContentSlotForPageModelBuilderwithPage(AbstractPageModel page)ContentSlotForPageModelBuilderwithPosition(java.lang.String position)ContentSlotForPageModelBuilderwithUid(java.lang.String uid)
-
-
-
Method Detail
-
getModel
protected ContentSlotForPageModel getModel()
-
aModel
public static ContentSlotForPageModelBuilder aModel()
-
fromModel
public static ContentSlotForPageModelBuilder fromModel(ContentSlotForPageModel model)
-
withCatalogVersion
public ContentSlotForPageModelBuilder withCatalogVersion(CatalogVersionModel model)
-
withContentSlot
public ContentSlotForPageModelBuilder withContentSlot(ContentSlotModel contentSlot)
-
withPage
public ContentSlotForPageModelBuilder withPage(AbstractPageModel page)
-
withPosition
public ContentSlotForPageModelBuilder withPosition(java.lang.String position)
-
withUid
public ContentSlotForPageModelBuilder withUid(java.lang.String uid)
-
build
public ContentSlotForPageModel build()
-
-