public class ContentPageModelMother extends AbstractModelMother<ContentPageModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_EMAILPAGE |
static String |
LABEL_HOMEPAGE |
static String |
NAME_EMAILPAGE |
static String |
NAME_HOMEPAGE |
static String |
NAME_SUFFIX |
static String |
TITLE_SUFFIX |
static String |
UID_DEFAULT_EMAILPAGE |
static String |
UID_DEFAULT_HOMEPAGE |
static String |
UID_EMAILPAGE |
static String |
UID_HOMEPAGE |
| Constructor and Description |
|---|
ContentPageModelMother() |
| Modifier and Type | Method and Description |
|---|---|
ContentPageModel |
DefaultEmailPageFromHomePageTemplate(CatalogVersionModel catalogVersion) |
ContentPageModel |
DefaultHomePage(CatalogVersionModel catalogVersion) |
ContentPageModel |
EmailPageFromEmailPageTemplate(CatalogVersionModel catalogVersion) |
ContentPageModel |
EmailPageFromHomePageTemplate(CatalogVersionModel catalogVersion) |
ContentPageDao |
getContentPageDao() |
MediaModelMother |
getMediaModelMother() |
PageTemplateModelMother |
getPageTemplateModelMother() |
ContentPageModel |
HomePage(CatalogVersionModel catalogVersion) |
void |
setContentPageDao(ContentPageDao contentPageDao) |
void |
setMediaModelMother(MediaModelMother mediaModelMother) |
void |
setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother) |
ContentPageModel |
somePage(CatalogVersionModel catalogVersion,
String uid,
String nameTitle) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final String UID_HOMEPAGE
public static final String UID_EMAILPAGE
public static final String UID_DEFAULT_HOMEPAGE
public static final String UID_DEFAULT_EMAILPAGE
public static final String NAME_SUFFIX
public static final String TITLE_SUFFIX
public static final String LABEL_EMAILPAGE
public static final String LABEL_HOMEPAGE
public static final String NAME_EMAILPAGE
public static final String NAME_HOMEPAGE
public ContentPageModel HomePage(CatalogVersionModel catalogVersion)
public ContentPageModel DefaultHomePage(CatalogVersionModel catalogVersion)
public ContentPageModel EmailPageFromHomePageTemplate(CatalogVersionModel catalogVersion)
public ContentPageModel DefaultEmailPageFromHomePageTemplate(CatalogVersionModel catalogVersion)
public ContentPageModel EmailPageFromEmailPageTemplate(CatalogVersionModel catalogVersion)
public ContentPageModel somePage(CatalogVersionModel catalogVersion, String uid, String nameTitle)
public ContentPageDao getContentPageDao()
public void setContentPageDao(ContentPageDao contentPageDao)
public PageTemplateModelMother getPageTemplateModelMother()
public void setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)
public MediaModelMother getMediaModelMother()
public void setMediaModelMother(MediaModelMother mediaModelMother)
Copyright © 2000-2016 SAP SE. All Rights Reserved.