Class CMSUserGroupRestrictionModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CMSUserGroupRestrictionModel>
-
- de.hybris.platform.cmsfacades.util.models.CMSUserGroupRestrictionModelMother
-
public class CMSUserGroupRestrictionModelMother extends AbstractModelMother<CMSUserGroupRestrictionModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME_CMSMANAGERstatic java.lang.StringUID_CMSMANAGER
-
Constructor Summary
Constructors Constructor Description CMSUserGroupRestrictionModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMSUserGroupRestrictionModelcmsManager(CatalogVersionModel catalogVersion, AbstractPageModel... pages)CMSRestrictionDaogetRestrictionDao()UserGroupModelMothergetUserGroupModelMother()voidsetRestrictionDao(CMSRestrictionDao restrictionDao)voidsetUserGroupModelMother(UserGroupModelMother userGroupModelMother)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_CMSMANAGER
public static final java.lang.String UID_CMSMANAGER
- See Also:
- Constant Field Values
-
NAME_CMSMANAGER
public static final java.lang.String NAME_CMSMANAGER
- See Also:
- Constant Field Values
-
-
Method Detail
-
cmsManager
public CMSUserGroupRestrictionModel cmsManager(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
-
getUserGroupModelMother
public UserGroupModelMother getUserGroupModelMother()
-
setUserGroupModelMother
public void setUserGroupModelMother(UserGroupModelMother userGroupModelMother)
-
getRestrictionDao
public CMSRestrictionDao getRestrictionDao()
-
setRestrictionDao
public void setRestrictionDao(CMSRestrictionDao restrictionDao)
-
-