| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CatalogTreeModelPopulator.getAllReadableCatalogs(CockpitContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CatalogVersionModel> |
CatalogTreeModelPopulator.getAllReadableCatalogVersions(CatalogModel data) |
protected java.lang.String |
DefaultCatalogTreeSimpleLabelProvider.getCatalogNodeLabel(java.lang.Object parentNodeData,
CatalogModel nodeData) |
protected boolean |
CatalogTreeModelPopulator.isCatalogAvailableInContext(CatalogModel catalogModel,
CockpitContext context) |
protected java.util.List<NavigationNode> |
CatalogTreeModelPopulator.prepareCatalogVersionNodes(NavigationNode node,
CatalogModel nodeData) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
MerchSynchronizationConfigModel.getCatalog()
Generated method - Getter of the
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchSynchronizationConfigModel.setCatalog(CatalogModel value)
Generated method - Initial setter of
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. |
| Constructor and Description |
|---|
MerchSynchronizationConfigModel(BaseSiteModel _baseSite,
CatalogModel _catalog,
CatalogVersionModel _catalogVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MerchSynchronizationConfigModel(BaseSiteModel _baseSite,
CatalogModel _catalog,
CatalogVersionModel _catalogVersion,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
SapRevenueCloudProductInboudHelper.mapMarketToCatalog(java.lang.String marketId)
Deprecated.
Iterates the
SAPMarketToCatalogMappingModel to provide CatalogModel for a corresponding market id. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
SAPMarketToCatalogMappingModel.getCatalog()
Generated method - Getter of the
SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPMarketToCatalogMappingModel.setCatalog(CatalogModel value)
Generated method - Setter of
SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct. |
| Constructor and Description |
|---|
SAPMarketToCatalogMappingModel(CatalogModel _catalog,
java.lang.String _marketId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPMarketToCatalogMappingModel(CatalogModel _catalog,
java.lang.String _marketId,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
AddOnDataImportEventContext.getProductCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddOnDataImportEventContext.setProductCatalog(CatalogModel productCatalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
ModelFactory.createCatalog(java.lang.String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CatalogModel> |
DefaultActivateBaseSiteInSessionStrategy.collectContentCatalogs(T site)
Collects a
CatalogModels using a base information for BaseStoreModel.getCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
AbstractCommerceServicelayerTransactionalTest.createCatalog(java.lang.String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
BMECatImportWithCsvCronJobModel.getCatalog()
Generated method - Getter of the
BMECatImportWithCsvCronJob.catalog attribute defined at extension bmecat. |
CatalogModel |
BMECatImportCronJobModel.getCatalog()
Generated method - Getter of the
BMECatImportCronJob.catalog attribute defined at extension bmecat. |
| Modifier and Type | Method and Description |
|---|---|
void |
BMECatImportWithCsvCronJobModel.setCatalog(CatalogModel value)
Generated method - Setter of
BMECatImportWithCsvCronJob.catalog attribute defined at extension bmecat. |
void |
BMECatImportCronJobModel.setCatalog(CatalogModel value)
Generated method - Setter of
BMECatImportCronJob.catalog attribute defined at extension bmecat. |
| Modifier and Type | Method and Description |
|---|---|
<T extends CatalogModel> |
CatalogService.getAllCatalogsOfType(java.lang.Class<T> catalogType)
Returns for the given
T (upper bound CatalogModel) all catalogs of T defined in the
system |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogMockDao.findCatalogById(java.lang.String id) |
CatalogModel |
CatalogService.getCatalogForId(java.lang.String id)
Returns the catalog with the specified
id. |
CatalogModel |
CatalogService.getDefaultCatalog()
Returns the default catalog basing on
DEFAULTCATALOG property. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
CatalogMockDao.find() |
java.util.List<CatalogModel> |
CatalogMockDao.find(java.util.Map<java.lang.String,? extends java.lang.Object> params) |
java.util.List<CatalogModel> |
CatalogMockDao.find(java.util.Map<java.lang.String,? extends java.lang.Object> params,
SortParameters sortParameters) |
java.util.List<CatalogModel> |
CatalogMockDao.find(java.util.Map<java.lang.String,? extends java.lang.Object> params,
SortParameters sortParameters,
int count) |
java.util.List<CatalogModel> |
CatalogMockDao.find(SortParameters sortParameters) |
java.util.Collection<CatalogModel> |
CatalogMockDao.findAllCatalogs() |
java.util.Collection<CatalogModel> |
CatalogMockDao.findDefaultCatalogs() |
java.util.Collection<CatalogModel> |
CatalogService.getAllCatalogs()
Returns all
CatalogModels. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogDao.findCatalogById(java.lang.String id)
Returns
CatalogModel with the given id. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CatalogDao.findAllCatalogs()
Return all
CatalogModels sorted in ascending order by ID. |
java.util.Collection<CatalogModel> |
CatalogDao.findDefaultCatalogs()
Returns a collection of
CatalogModels with the current default CatalogModel of the system (one
element). |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
DefaultCatalogDao.findCatalogById(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
DefaultCatalogDao.findAllCatalogs() |
java.util.Collection<CatalogModel> |
DefaultCatalogDao.findDefaultCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
<T extends CatalogModel> |
DefaultCatalogService.getAllCatalogsOfType(java.lang.Class<T> catalogType) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
DefaultCatalogService.getCatalogForId(java.lang.String id) |
CatalogModel |
DefaultCatalogService.getDefaultCatalog() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
DefaultCatalogService.getAllCatalogs() |
| Modifier and Type | Field and Description |
|---|---|
protected CatalogModel |
AbstractJobIntegrationTest.mainCatalog |
| Modifier and Type | Method and Description |
|---|---|
int |
CatalogVersionJobDao.getItemInstanceCount(CatalogModel catalogModel,
java.util.Collection<ComposedTypeModel> composedTypes)
Returns the item count for the given catalog.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultCatalogVersionJobDao.getItemInstanceCount(CatalogModel catalogModel,
java.util.Collection<ComposedTypeModel> composedTypes) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogVersionModel.getCatalog()
Generated method - Getter of the
CatalogVersion.catalog attribute defined at extension catalog. |
CatalogModel |
RemoveCatalogVersionCronJobModel.getCatalog()
Generated method - Getter of the
RemoveCatalogVersionCronJob.catalog attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CompanyModel.getProvidedCatalogs()
Generated method - Getter of the
Company.providedCatalogs attribute defined at extension catalog. |
java.util.Collection<CatalogModel> |
CompanyModel.getPurchasedCatalogs()
Generated method - Getter of the
Company.purchasedCatalogs attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
CatalogGenerationDateHandler.get(CatalogModel model) |
java.lang.String |
CatalogVersionHandler.get(CatalogModel model) |
java.util.Collection<LanguageModel> |
CatalogLanguagesHandler.get(CatalogModel model) |
CurrencyModel |
CatalogDefaultCurrencyHandler.get(CatalogModel model) |
java.util.List<CategoryModel> |
CatalogRootCategoriesHandler.get(CatalogModel model) |
java.util.Collection<CountryModel> |
CatalogTerritoriesHandler.get(CatalogModel model) |
java.lang.Boolean |
CatalogIncludeDutyHandler.get(CatalogModel model) |
java.lang.Boolean |
CatalogIncludeFreightHandler.get(CatalogModel model) |
java.util.Collection<AgreementModel> |
CatalogAgreementsHandler.get(CatalogModel model) |
java.lang.String |
CatalogMimeRootDirectoryHandler.get(CatalogModel model) |
java.lang.Boolean |
CatalogIncludePackingHandler.get(CatalogModel model) |
java.lang.Boolean |
CatalogIncludeAssuranceHandler.get(CatalogModel model) |
java.lang.String |
CatalogGeneratorInfoHandler.get(CatalogModel model) |
void |
CatalogIncludeDutyHandler.set(CatalogModel model,
java.lang.Boolean aBoolean) |
void |
CatalogIncludeFreightHandler.set(CatalogModel model,
java.lang.Boolean aBoolean) |
void |
CatalogIncludePackingHandler.set(CatalogModel model,
java.lang.Boolean aBoolean) |
void |
CatalogIncludeAssuranceHandler.set(CatalogModel model,
java.lang.Boolean aBoolean) |
void |
CatalogAgreementsHandler.set(CatalogModel model,
java.util.Collection<AgreementModel> currencyModel) |
void |
CatalogTerritoriesHandler.set(CatalogModel model,
java.util.Collection<CountryModel> countryModels) |
void |
CatalogLanguagesHandler.set(CatalogModel model,
java.util.Collection<LanguageModel> lanuages) |
void |
CatalogDefaultCurrencyHandler.set(CatalogModel model,
CurrencyModel currencyModel) |
void |
CatalogGenerationDateHandler.set(CatalogModel model,
java.util.Date date) |
void |
CatalogRootCategoriesHandler.set(CatalogModel model,
java.util.List<CategoryModel> categoryModels) |
void |
CatalogVersionHandler.set(CatalogModel model,
java.lang.String s) |
void |
CatalogMimeRootDirectoryHandler.set(CatalogModel model,
java.lang.String s) |
void |
CatalogGeneratorInfoHandler.set(CatalogModel model,
java.lang.String s) |
void |
CatalogVersionModel.setCatalog(CatalogModel value)
Generated method - Initial setter of
CatalogVersion.catalog attribute defined at extension catalog. |
void |
RemoveCatalogVersionCronJobModel.setCatalog(CatalogModel value)
Generated method - Setter of
RemoveCatalogVersionCronJob.catalog attribute defined at extension catalog. |
| Constructor and Description |
|---|
CatalogVersionModel(CatalogModel _catalog,
ItemModel _owner,
java.lang.String _version)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionModel(CatalogModel _catalog,
java.lang.String _version)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RemoveCatalogVersionCronJobModel(CatalogModel _catalog,
JobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RemoveCatalogVersionCronJobModel(CatalogModel _catalog,
JobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationSystemModel
Generated model class for type ClassificationSystem first defined at extension catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationSystemVersionModel.setCatalog(CatalogModel value)
Generated method - Initial setter of
CatalogVersion.catalog attribute defined at extension catalog and redeclared at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogResource.getCatalogModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CatalogModel |
CatalogResource.readResource(java.lang.String resourceId)
Gets the
CatalogModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CatalogsResource.getCatalogsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogResource.setCatalogModel(CatalogModel value)
Convenience method which just delegates to
#setResourceValue(CatalogModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogsResource.setCatalogsCollection(java.util.Collection<CatalogModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogModel |
BaseSynchronizationStatusServiceTest.createCatalog(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionModel |
BaseSynchronizationStatusServiceTest.createCatalogVersion(CatalogModel catalog,
java.lang.String version) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionModel |
CatalogSystemSetupTest.createCatalogVersion(CatalogModel catalog,
java.lang.String version) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
CMSCatalogVersionService.getContentCatalogsAndVersions(boolean canRead,
boolean canWrite,
CMSSiteModel cmsSiteModel)
Returns all content catalogs and catalog versions which the current user has READ and/or WRITE permission for.
|
java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
CMSCatalogVersionService.getProductCatalogsAndVersions(boolean canRead,
boolean canWrite,
BaseSiteModel baseSiteModel)
Returns all product catalogs and catalog versions which the current user has READ and/or WRITE permission for.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
CMSCatalogVersionService.getWritableChildContentCatalogVersions(PrincipalModel principal,
CMSSiteModel siteModel,
CatalogModel catalogModel)
Returns child content catalog versions for a catalog to which the principal has a write access.
|
java.util.List<CatalogVersionModel> |
CMSCatalogVersionService.getWritableContentCatalogVersions(PrincipalModel principal,
CatalogModel catalogModel)
Returns content catalog versions for a catalog to which the principal has a write access.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
DefaultCMSCatalogVersionService.getCatalogsAndVersions(boolean canRead,
boolean canWrite,
java.util.function.Predicate<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>> catalogTypePredicate)
Returns all catalogs and catalog versions which the current user has READ and/or WRITE permission for.
|
java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
DefaultCMSCatalogVersionService.getContentCatalogsAndVersions(boolean canRead,
boolean canWrite,
CMSSiteModel cmsSiteModel) |
java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
DefaultCMSCatalogVersionService.getProductCatalogsAndVersions(boolean canRead,
boolean canWrite,
BaseSiteModel baseSiteModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
DefaultCMSCatalogVersionService.getWritableChildContentCatalogVersions(PrincipalModel principal,
CMSSiteModel cmsSiteModel,
CatalogModel catalogModel) |
java.util.List<CatalogVersionModel> |
DefaultCMSCatalogVersionService.getWritableContentCatalogVersions(PrincipalModel principal,
CatalogModel catalogModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>> |
DefaultCMSCatalogVersionService.getCatalogsAndVersions(boolean canRead,
boolean canWrite,
java.util.function.Predicate<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>> catalogTypePredicate)
Returns all catalogs and catalog versions which the current user has READ and/or WRITE permission for.
|
| Modifier and Type | Method and Description |
|---|---|
protected CatalogModel |
CMSItemRemoveIntegrationTest.createSampleCatalogStructure(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CatalogModel> |
CMSPreviewTest.extractCatalogs() |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentCatalogModel
Generated model class for type ContentCatalog first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
PreviewDataModel.getPreviewCatalog()
Generated method - Getter of the
PreviewData.previewCatalog attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewDataModel.setPreviewCatalog(CatalogModel value)
Generated method - Setter of
PreviewData.previewCatalog attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CMSCatalogRestrictionModel.getCatalogs()
Generated method - Getter of the
CMSCatalogRestriction.catalogs attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCatalogRestrictionModel.setCatalogs(java.util.Collection<CatalogModel> value)
Generated method - Setter of
CMSCatalogRestriction.catalogs attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CMSSiteModel.getDefaultCatalog()
Generated method - Getter of the
CMSSite.defaultCatalog attribute defined at extension cms2. |
CatalogModel |
CMSSiteModel.getDefaultPreviewCatalog()
Generated method - Getter of the
CMSSite.defaultPreviewCatalog attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
CMSSiteModel.getClassificationCatalogs()
Deprecated.
since 4.3
|
java.util.List<CatalogModel> |
CMSSiteModel.getProductCatalogs()
Deprecated.
since 4.3
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSSiteModel.setDefaultCatalog(CatalogModel value)
Generated method - Setter of
CMSSite.defaultCatalog attribute defined at extension cms2. |
void |
CMSSiteModel.setDefaultPreviewCatalog(CatalogModel value)
Generated method - Setter of
CMSSite.defaultPreviewCatalog attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
RestrictionData.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
RestrictionData |
CMSDataFactory.createRestrictionData(CatalogModel catalog) |
void |
RestrictionData.setCatalog(CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
DefaultRestrictionData.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
RestrictionData |
DefaultCMSDataFactory.createRestrictionData(CatalogModel catalog) |
void |
DefaultRestrictionData.setCatalog(CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogModel |
ContentSlotForTemplateInitDefaultsInterceptorTest.getCatalog() |
protected CatalogModel |
ContentSlotForPageInitDefaultsInterceptorTest.getCatalog() |
CatalogModel |
NavigationNodePrepareInterceptorTest.prepareCatalog(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
NavigationNodePrepareInterceptorTest.prepareCatalogVersion(CatalogModel catalog,
java.lang.String versionName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CMSSiteService.getAllCatalogs(CMSSiteModel site)
Returns all catalogs for the specified site
site. |
java.util.List<CatalogModel> |
CMSSiteService.getClassificationCatalogs(CMSSiteModel site)
Gets the classification catalogs for
CMSSiteModel object. |
java.util.Collection<CatalogModel> |
CMSPreviewService.getEditableCatalogs(CMSSiteModel cmsSiteModel,
CatalogVersionModel activeCatalogVersion)
Retrieves all editable catalogs for current site
Note:
Catalog versions from those catalog can be edited within live edit mode in CMSCockpit |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSSiteService.containsCatalog(CMSSiteModel site,
CatalogModel catalog,
boolean contentOnly)
checks if a given site contains the given catalog
|
CatalogPageModel |
CMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
CMSAdminSiteService.getAllCatalogs(CMSSiteModel site)
Returns all catalogs for the specified site
site. |
| Modifier and Type | Method and Description |
|---|---|
CMSCatalogRestrictionModel |
CMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CatalogModel> catalogs)
Creates a new CatalogRestriction and a new relation between the restriction and the given page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
DefaultCMSAdminSiteService.getAllCatalogs(CMSSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
CMSCatalogRestrictionModel |
DefaultCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CatalogModel> catalogs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
DefaultCMSSiteService.getAllCatalogs(CMSSiteModel site)
Returns all catalogs for the specified site
site. |
java.util.List<CatalogModel> |
DefaultCMSSiteService.getClassificationCatalogs(CMSSiteModel site)
Gets the classification catalogs for
CMSSiteModel object. |
java.util.Collection<CatalogModel> |
DefaultCMSPreviewService.getEditableCatalogs(CMSSiteModel cmsSiteModel,
CatalogVersionModel selectedCatalogVersion)
Retrieves all editable catalogs for current site
Note:
Catalog versions from those catalog can be edited within live edit mode in CMSCockpit |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSSiteService.containsCatalog(CMSSiteModel site,
CatalogModel catalog,
boolean contentOnly)
checks if a given site contains the given catalog
|
protected boolean |
DefaultCMSSiteService.containsContentCatalogImpl(CMSSiteModel site,
CatalogModel catalog) |
protected boolean |
DefaultCMSSiteService.containsProductsCatalogImpl(CMSSiteModel site,
CatalogModel catalog) |
CatalogPageModel |
DefaultCMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
protected RestrictionData |
DefaultCMSRestrictionServiceIntegrationTest.getRestrictionData(CatalogModel catalog,
CategoryModel category,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSCatalogRestrictionModel |
DefaultCMSRestrictionServiceIntegrationTest.getCatalogRestriction(java.util.List<CatalogModel> catalogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContentCatalogService.isContentCatalog(CatalogModel catalog)
Checks if passed as parameter
CatalogModel object is content catalog. |
boolean |
ContentCatalogService.isProductCatalog(CatalogModel catalog)
Checks if passed as parameter
CatalogModel object is product catalog. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultContentCatalogService.isContentCatalog(CatalogModel catalog)
Checks if passed as parameter
CatalogModel object is content catalog. |
boolean |
DefaultContentCatalogService.isProductCatalog(CatalogModel catalog)
Checks if passed as parameter
CatalogModel object is product catalog. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CatalogModel> |
DefaultCMSActivateBaseSiteInSessionStrategy.collectContentCatalogs(BaseSiteModel site)
Deprecated.
Collects a
ContentCatalogModels using additionally a CMSSiteModel.getContentCatalogs() specific
for CMS. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogModelToDataPopulator.populate(CatalogModel source,
CatalogData target) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
ProductCatalogModelBuilder.build() |
protected CatalogModel |
ProductCatalogModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static ProductCatalogModelBuilder |
ProductCatalogModelBuilder.fromModel(CatalogModel model) |
CatalogVersionModelBuilder |
CatalogVersionModelBuilder.withCatalog(CatalogModel catalog) |
BaseStoreModelBuilder |
BaseStoreModelBuilder.withCatalogs(CatalogModel... catalogs) |
SiteModelBuilder |
SiteModelBuilder.withDefaultCatalog(CatalogModel defaultCatalog) |
CMSSiteModelBuilder |
CMSSiteModelBuilder.withDefaultCatalog(CatalogModel defaultCatalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
ProductCatalogModelMother.createPhoneProductCatalogModel() |
CatalogModel |
ProductCatalogModelMother.createProductCatalogModelWithIdAndName(java.lang.String id,
java.lang.String name) |
CatalogModel |
ProductCatalogModelMother.createStaged1And2AndOnlineLaptopProductCatalogModel() |
CatalogModel |
ProductCatalogModelMother.createStaged1And2AndOnlinePhoneProductCatalogModel() |
protected CatalogModel |
ProductCatalogModelMother.defaultProductCatalog() |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> |
DefaultCatalogFacade.getEntryToCatalogDataConverter() |
protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> |
DefaultCatalogFacade.getEntryToContentCatalogDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
ContentCatalogLevelComparator.compare(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry1,
java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry2) |
int |
ContentCatalogLevelComparator.compare(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry1,
java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry2) |
void |
DefaultCatalogFacade.setEntryToCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToCatalogDataConverter) |
void |
DefaultCatalogFacade.setEntryToContentCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToContentCatalogDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Populator<CatalogModel,CatalogData> |
EntryToCatalogDataPopulator.getCatalogModelToDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntryToCatalogDataPopulator.populate(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> source,
CatalogData target) |
void |
EntryToCatalogDataPopulator.setCatalogModelToDataPopulator(Populator<CatalogModel,CatalogData> catalogModelToDataPopulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogHierarchyPopulator.populate(CatalogModel source,
CatalogData target,
java.util.Collection<CatalogOption> options) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogModel |
DefaultCatalogFacade.getProductCatalogModelForBaseSite(java.lang.String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption> |
DefaultCatalogFacade.getCatalogHierarchyPopulator() |
protected java.util.List<CatalogModel> |
DefaultCatalogFacade.getProductCatalogModelsForBaseSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCatalogFacade.setCatalogHierarchyPopulator(ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption> catalogHierarchyPopulator) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogOverviewModel.getCat()
Generated method - Getter of the
CatalogOverview.cat attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
LinkManagerTest.TestDataCreator.createCatalog() |
CatalogModel |
LinkManagerTest.TestDataCreator.createCatalog(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
LinkManagerTest.TestDataCreator.createCatalogVersion(java.lang.String version,
CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
MarketplaceCMSSiteService.getAllCatalogs(CMSSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CatalogModel> |
VendorService.getActiveCatalogs()
Find all active catalog version including product catalog and classification.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
VendorDao.findActiveCatalogs()
Find all catalogs belongs to active vendors
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
DefaultVendorDao.findActiveCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CatalogModel> |
DefaultVendorService.getActiveCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
MobileReceiveAndSendCatalogActionModel.getContent()
Generated method - Getter of the
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices and redeclared at extension mobileservices. |
| Constructor and Description |
|---|
MobileReceiveAndSendCatalogActionModel(java.lang.String _code,
CatalogModel _content,
DeeplinkUrlModel _deeplinkUrl,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSendCatalogActionModel(java.lang.String _code,
CatalogModel _content,
DeeplinkUrlModel _deeplinkUrl,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
VendorModel.getCatalog()
Generated method - Getter of the
Vendor.catalog attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorModel.setCatalog(CatalogModel value)
Generated method - Setter of
Vendor.catalog attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CatalogModel> |
LeavesOrClosestAncestorsCatalogLookupStrategy.getLeafCatalogs(java.util.Collection<CatalogModel> sessionCatalogs) |
protected java.util.List<CatalogModel> |
LeavesOrClosestAncestorsCatalogLookupStrategy.getSessionCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LeavesOrClosestAncestorsCatalogLookupStrategy.isLeafCatalog(CatalogModel catalog,
java.util.Collection<CatalogModel> sessionCatalogs)
In this context, a "leaf" catalog is a catalog that doesn't have any child present in the session.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CatalogVersionModel> |
LeavesOrClosestAncestorsCatalogLookupStrategy.getCatalogVersionsFromLeafCatalogs(java.util.Collection<CatalogVersionModel> allCatalogsVersions,
java.util.Set<CatalogModel> leafCatalogs) |
protected java.util.Set<CatalogModel> |
LeavesOrClosestAncestorsCatalogLookupStrategy.getLeafCatalogs(java.util.Collection<CatalogModel> sessionCatalogs) |
protected java.util.List<CatalogVersionModel> |
LeavesOrClosestAncestorsCatalogLookupStrategy.getPersonalizationCvsFromLeaves(java.util.Collection<CatalogModel> sessionCatalogs,
int recursionLevel) |
protected boolean |
LeavesOrClosestAncestorsCatalogLookupStrategy.isLeafCatalog(CatalogModel catalog,
java.util.Collection<CatalogModel> sessionCatalogs)
In this context, a "leaf" catalog is a catalog that doesn't have any child present in the session.
|
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionModel |
PreviewTicketReversePopulator.getValidCatalogVersionModel(CatalogModel catalog,
java.util.Map<java.lang.String,java.lang.String> catalogVersionMap) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogService.getCatalog(CatalogVersionModel version)
Get the catalog for the given catalog version
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
CatalogService.getAvailableCatalogs(UserModel user)
Get the available catalogs for an user
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
CatalogService.getCatalogVersions(CatalogModel catalog,
UserModel user)
Get the catalog versions for a catalog
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogServiceImpl.getCatalog(CatalogVersionModel version) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
CatalogServiceImpl.getAvailableCatalogs(UserModel u) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
CatalogServiceImpl.getCatalogVersions(CatalogModel catalog,
UserModel u) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogRuleParameterValueMapper.fromString(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
protected RuleParameterValueMapper<CatalogModel> |
ProductRuleParameterValueMapper.getCatalogRuleParameterValueMapper() |
protected RuleParameterValueMapper<CatalogModel> |
CategoryRuleParameterValueMapper.getCatalogRuleParameterValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CatalogRuleParameterValueMapper.toString(CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductRuleParameterValueMapper.setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) |
void |
CategoryRuleParameterValueMapper.setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassificationSystemCPQAttributesProviderImpl.determineAvailableClassificationSystems(java.util.List<CatalogModel> catalogs,
java.util.List<ClassificationSystemModel> availableClassificationSystems,
java.util.List<ClassificationSystemModel> availableClassificationSystemsMatchingPattern) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultSAPRevenueCloudSubscriptionOrderPopulator.getMarketFromCatalog(CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
BaseSiteService.getProductCatalogs(BaseSiteModel site)
Gets the product catalogs for
BaseSiteModel object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
DefaultBaseSiteService.getProductCatalogs(BaseSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultBaseSiteService.isPlainCatalogModel(CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
BaseStoreModel.getCatalogs()
Generated method - Getter of the
BaseStore.catalogs attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setCatalogs(java.util.List<CatalogModel> value)
Generated method - Setter of
BaseStore.catalogs attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
TestDataCreator.createCatalog() |
CatalogModel |
TestDataCreator.createCatalog(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
TestDataCreator.createCatalogVersion(java.lang.String version,
CatalogModel catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
CatalogModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModelBuilder |
CatalogVersionModelBuilder.withCatalog(CatalogModel catalog) |
BaseStoreModelBuilder |
BaseStoreModelBuilder.withCatalogs(CatalogModel... catalogs) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModel |
Catalogs.Primary() |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
CatalogVersions.Staging(CatalogModel catalogModel) |
Copyright © 2018 SAP SE. All Rights Reserved.