Uses of Class
de.hybris.platform.sap.productconfig.services.model.ProductConfigurationModel
Packages that use ProductConfigurationModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
-
Uses of ProductConfigurationModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return ProductConfigurationModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getProductConfiguration()Generated method - Getter of theAbstractOrderEntry.productConfigurationattribute defined at extensionsapproductconfigservices.AbstractOrderEntryModel.getProductConfigurationDraft()Generated method - Getter of theAbstractOrderEntry.productConfigurationDraftattribute defined at extensionsapproductconfigservices.Methods in de.hybris.platform.core.model.order with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setProductConfiguration(ProductConfigurationModel value) Generated method - Setter ofAbstractOrderEntry.productConfigurationattribute defined at extensionsapproductconfigservices.voidAbstractOrderEntryModel.setProductConfigurationDraft(ProductConfigurationModel value) Generated method - Setter ofAbstractOrderEntry.productConfigurationDraftattribute defined at extensionsapproductconfigservices. -
Uses of ProductConfigurationModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionProductModel.getProductConfiguration()Generated method - Getter of theProduct.productConfigurationattribute defined at extensionsapproductconfigservices.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionvoidProductModel.setProductConfiguration(Collection<ProductConfigurationModel> value) Generated method - Setter ofProduct.productConfigurationattribute defined at extensionsapproductconfigservices. -
Uses of ProductConfigurationModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionUserModel.getProductConfiguration()Generated method - Getter of theUser.productConfigurationattribute defined at extensionsapproductconfigservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionvoidUserModel.setProductConfiguration(Collection<ProductConfigurationModel> value) Generated method - Setter ofUser.productConfigurationattribute defined at extensionsapproductconfigservices. -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.event.impl
Methods in de.hybris.platform.sap.productconfig.services.event.impl that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected SearchPageData<ProductConfigurationModel>ProductConfigAfterInitializationStartEventListener.createEmptyResult()protected SearchPageData<ProductConfigurationModel>ProductConfigAfterInitializationStartEventListener.getConfigs(Integer currentPage) Methods in de.hybris.platform.sap.productconfig.services.event.impl with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidProductConfigAfterInitializationStartEventListener.releaseConfig(ConfigurationProvider configurationProviderCPS, ProductConfigurationModel model, StringBuilder faildIdsBuilder) Method parameters in de.hybris.platform.sap.productconfig.services.event.impl with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidProductConfigAfterInitializationStartEventListener.collectIds(List<ProductConfigurationModel> list, StringBuilder builder) protected voidProductConfigAfterInitializationStartEventListener.releaseConfigs(List<ProductConfigurationModel> list, StringBuilder faildIdsBuilder) -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return ProductConfigurationModelModifier and TypeMethodDescriptionProductConfigurationPersistenceServiceImpl.getByConfigId(String configId, boolean allowNull) ProductConfigurationPersistenceServiceImpl.getByProductCode(String productCode) ProductConfigurationPersistenceServiceImpl.getByProductCodeAndUser(String productCode, UserModel user) ProductConfigurationPersistenceServiceImpl.getProductConfigByConfigId(String configId) Get product configuration model by configuration identifierMethods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest.dummySearchReturn(SearchPageData<ProductConfigurationModel> result) ProductConfigurationPersistenceServiceImpl.getAll(int pageSize, int currentPage) ProductConfigurationPersistenceServiceImpl.getByUserSessionId(String userSessionId) ProductConfigurationPersistenceServiceImpl.getOrphaned(int pageSize, int currentPage) ProductConfigurationPersistenceServiceImpl.getProductRelatedByThreshold(Integer thresholdInDays, int pageSize, int currentPage) protected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest.mockFullSearchPage()Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>ProductConfigurationPersistenceServiceImpl.getAllOrderEntriesByModel(ProductConfigurationModel productConfigurationModel) booleanProductConfigurationPersistenceServiceImpl.isRelatedToAbstractOrderEntry(ProductConfigurationModel model) Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest.dummySearchReturn(SearchPageData<ProductConfigurationModel> result) -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.interceptor
Methods in de.hybris.platform.sap.productconfig.services.interceptor with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidProductConfigurationRemoveInterceptor.releaseConfigIfPossible(AbstractOrderEntryModel model, ProductConfigurationModel productConfiguration, boolean ignoreProductRelation) -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return ProductConfigurationModelModifier and TypeMethodDescriptiondefault ProductConfigurationModelProductConfigurationPersistenceService.getByConfigId(String configId) read theProductConfigurationModelby configIdProductConfigurationPersistenceService.getByConfigId(String configId, boolean allowNull) read theProductConfigurationModelby configIdProductConfigurationPersistenceService.getByProductCode(String productCode) read theProductConfigurationModelassociated to the given product code for the current user.ProductConfigurationPersistenceService.getByProductCodeAndUser(String productCode, UserModel user) read allProductConfigurationModels currently linked to the given product and userMethods in de.hybris.platform.sap.productconfig.services.intf that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionProductConfigurationPersistenceService.getAll(int pageSize, int currentPage) Gets all configurations currently persistetProductConfigurationPersistenceService.getByUserSessionId(String userSessionId) read the list ofProductConfigurationModelassociated to the given user session idProductConfigurationPersistenceService.getOrphaned(int pageSize, int currentPage) Gets configurations that are neither related to any abstract order entry nor are related to any Product.ProductConfigurationPersistenceService.getProductRelatedByThreshold(Integer thresholdInDays, int pageSize, int currentPage) Gets configurations that are not related to abstract order entries and have not been touched for a certain time (specified in days)Methods in de.hybris.platform.sap.productconfig.services.intf with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionbooleanProductConfigurationPersistenceService.isRelatedToAbstractOrderEntry(ProductConfigurationModel model) Is this model related to any abstract order entry, be it draft or not? -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.job
Methods in de.hybris.platform.sap.productconfig.services.job that return types with arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJobTest.mockFullSearchPage()protected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJob.searchOrphaned(Integer currentPage) protected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJob.searchProductRelated(Integer thresholdDays, Integer currentPage) Methods in de.hybris.platform.sap.productconfig.services.job with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidPersistenceCleanUpJob.cleanUpProductConfiguration(ProductConfigurationModel model) Method parameters in de.hybris.platform.sap.productconfig.services.job with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidPersistenceCleanUpJob.cleanUpConfigs(Function<Integer, SearchPageData<ProductConfigurationModel>> searchService) protected voidPersistenceCleanUpJob.cleanUpProductConfigurations(List<ProductConfigurationModel> results) -
Uses of ProductConfigurationModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return ProductConfigurationModelModifier and TypeMethodDescriptionprotected ProductConfigurationModelPersistenceConfigurationAbstractOrderEntryLinkStrategyImpl.getProductConfiguration(AbstractOrderEntryModel entry) protected ProductConfigurationModelPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.getProductConfiguration(AbstractOrderEntryModel entry) Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected StringPersistenceConfigurationLifecycleStrategyImpl.getProductLinkedToProductConfiguration(ProductConfigurationModel configModel) protected booleanPersistenceConfigurationLifecycleStrategyImpl.isAnonymousConfigAndAllowedToRead(ProductConfigurationModel productConfiguration) Returns true if the configuration's user is anonymous and the flag "SESSION_NOT_BOUND_TO_CONFIGURATIONS" is set to true.protected booleanPersistenceConfigurationLifecycleStrategyImpl.isProductLinkedToProductConfiguration(ProductConfigurationModel configModel) protected booleanPersistenceConfigurationLifecycleStrategyImpl.isSameSession(ProductConfigurationModel productConfiguration) protected booleanPersistenceConfigurationLifecycleStrategyImpl.isSameUser(ProductConfigurationModel productConfiguration, UserModel currentUser) protected voidPersistenceConfigurationLifecycleStrategyImpl.removeDuplicateProductLink(ProductConfigurationModel actualConfigModel) protected voidPersistenceConfigurationCopyStrategyImpl.replaceWithDeepCopy(AbstractOrderEntryModel cloneEntry, ProductConfigurationModel oldConfiguration, Map<String, String> oldConfigId2newConfigIdMap) protected voidPersistenceConfigurationCopyStrategyImpl.replaceWithShallowCopy(AbstractOrderEntryModel cloneEntry, ProductConfigurationModel oldConfiguration) protected voidPersistenceConfigurationLifecycleStrategyImpl.updateETag(String newVersion, ConfigModel configModel, ProductConfigurationModel persistenceModel) Method parameters in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with type arguments of type ProductConfigurationModelModifier and TypeMethodDescriptionprotected voidPersistenceConfigurationCopyStrategyImpl.replaceProductConfiguration(AbstractOrderEntryModel sourceEntry, AbstractOrderEntryModel cloneEntry, Consumer<ProductConfigurationModel> replacementStrategy)