public class CMSTimeRestrictionModelMother extends AbstractModelMother<CMSTimeRestrictionModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_NEXT_WEEK |
static java.lang.String |
NAME_TODAY |
static java.lang.String |
NAME_TOMORROW |
static java.lang.String |
UID_NEXT_WEEK |
static java.lang.String |
UID_TODAY |
static java.lang.String |
UID_TOMORROW |
| Constructor and Description |
|---|
CMSTimeRestrictionModelMother() |
| Modifier and Type | Method and Description |
|---|---|
CMSRestrictionDao |
getRestrictionDao() |
CMSTimeRestrictionModel |
nextWeek(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
void |
setRestrictionDao(CMSRestrictionDao restrictionDao) |
CMSTimeRestrictionModel |
today(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
tomorrow(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final java.lang.String UID_TOMORROW
public static final java.lang.String NAME_TOMORROW
public static final java.lang.String UID_TODAY
public static final java.lang.String NAME_TODAY
public static final java.lang.String UID_NEXT_WEEK
public static final java.lang.String NAME_NEXT_WEEK
public CMSTimeRestrictionModel today(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
public CMSTimeRestrictionModel tomorrow(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
public CMSTimeRestrictionModel nextWeek(CatalogVersionModel catalogVersion, AbstractPageModel... pages)
public CMSRestrictionDao getRestrictionDao()
public void setRestrictionDao(CMSRestrictionDao restrictionDao)
Copyright © 2018 SAP SE. All Rights Reserved.