Class CMSCategoryRestrictionModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CMSCategoryRestrictionModel>
-
- de.hybris.platform.cmsfacades.util.models.CMSCategoryRestrictionModelMother
-
public class CMSCategoryRestrictionModelMother extends AbstractModelMother<CMSCategoryRestrictionModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME_SHOES
static java.lang.String
UID_SHOES
-
Constructor Summary
Constructors Constructor Description CMSCategoryRestrictionModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryModelMother
getCategoryModelMother()
CMSRestrictionDao
getRestrictionDao()
void
setCategoryModelMother(CategoryModelMother categoryModelMother)
void
setRestrictionDao(CMSRestrictionDao restrictionDao)
CMSCategoryRestrictionModel
shoesWithSandalsAndHeels(CatalogVersionModel catalogVersion, CatalogVersionModel productCatalogVersion, AbstractPageModel... pages)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_SHOES
public static final java.lang.String UID_SHOES
- See Also:
- Constant Field Values
-
NAME_SHOES
public static final java.lang.String NAME_SHOES
- See Also:
- Constant Field Values
-
-
Method Detail
-
shoesWithSandalsAndHeels
public CMSCategoryRestrictionModel shoesWithSandalsAndHeels(CatalogVersionModel catalogVersion, CatalogVersionModel productCatalogVersion, AbstractPageModel... pages)
-
getCategoryModelMother
public CategoryModelMother getCategoryModelMother()
-
setCategoryModelMother
public void setCategoryModelMother(CategoryModelMother categoryModelMother)
-
getRestrictionDao
public CMSRestrictionDao getRestrictionDao()
-
setRestrictionDao
public void setRestrictionDao(CMSRestrictionDao restrictionDao)
-
-