| Package | Description |
|---|---|
| de.hybris.platform.cms2.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.cms2.model.pages |
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
|
| de.hybris.platform.cmsfacades.util.builder | |
| de.hybris.platform.marketplaceservices.vendor | |
| de.hybris.platform.marketplaceservices.vendor.impl |
| Modifier and Type | Method and Description |
|---|---|
static CmsApprovalStatus |
CmsApprovalStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsApprovalStatus[] |
CmsApprovalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CmsApprovalStatus |
AbstractPageModel.getApprovalStatus()
Generated method - Getter of the
AbstractPage.approvalStatus attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageModel.setApprovalStatus(CmsApprovalStatus value)
Generated method - Setter of
AbstractPage.approvalStatus attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
ProductPageModelBuilder |
ProductPageModelBuilder.withApprovalStatus(CmsApprovalStatus approvalStatus) |
ContentPageModelBuilder |
ContentPageModelBuilder.withApprovalStatus(CmsApprovalStatus approvalStatus) |
| Modifier and Type | Method and Description |
|---|---|
VendorPageModel |
VendorCMSService.saveOrUpdateCMSVendorPage(java.lang.String pageUid,
java.lang.String pageName,
CatalogVersionModel catalogVersion,
PageTemplateModel pageTemplate,
boolean isDefaultPage,
CmsApprovalStatus approvalStatus)
create an instance of CMS VendorPageModel
|
| Modifier and Type | Method and Description |
|---|---|
VendorPageModel |
DefaultVendorCMSService.saveOrUpdateCMSVendorPage(java.lang.String pageUid,
java.lang.String pageName,
CatalogVersionModel catalogVersion,
PageTemplateModel pageTemplate,
boolean isDefaultPage,
CmsApprovalStatus approvalStatus) |
Copyright © 2018 SAP SE. All Rights Reserved.