Uses of Interface
de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModel
-
-
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return CsticValueModel Modifier and Type Method Description static CsticValueModelConfigurationTestData. createCsticValue(java.lang.String languageDependentName, java.lang.String price)Methods in de.hybris.platform.sap.productconfig.facades that return types with arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>ConfigOverviewFilter. filter(CsticModel cstic)Filters the assigned values of the given characteristic.java.util.List<CsticValueModel>ConfigOverviewFilter. filter(CsticModel cstic, java.util.List<FilterEnum> appliedFilters)Filters the assigned values of the given characteristic.java.util.List<CsticValueModel>ConfigOverviewFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)Filters the passed list of values and returns a list consisting of the values that match the given filter criterion.java.util.List<CsticValueModel>ConfigOverviewFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)Filters the passed list of values and returns a list consisting of the values that DO NOT match the given filter criterion.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type CsticValueModel Modifier and Type Method Description java.lang.StringUniqueUIKeyGenerator. generateCsticId(CsticModel model, CsticValueModel value, java.lang.String prefix)Generates a Unique Key for a cstic, o a cstic value, if provided.java.lang.StringClassificationSystemCPQAttributesProvider. getDisplayValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the display name for the cstic value.java.lang.StringClassificationSystemCPQAttributesProvider. getOverviewValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the display name for the cstic value in context of the overview page.java.lang.StringClassificationSystemCPQAttributesProvider. getValueLongText(CsticValueModel csticValueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabledNameProvider)returns the long text for a cstic value.voidConfigurationMessageMapper. mapMessagesFromModelToData(CsticValueData cstciValueData, CsticValueModel csticValueModel)maps messages from cstic value model to cstic value data to display on UIstatic voidConfigurationTestData. setPrice(CsticValueModel value, java.lang.String price)Method parameters in de.hybris.platform.sap.productconfig.facades with type arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>ConfigOverviewFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)Filters the passed list of values and returns a list consisting of the values that match the given filter criterion.java.util.List<CsticValueModel>ConfigOverviewFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)Filters the passed list of values and returns a list consisting of the values that DO NOT match the given filter criterion. -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.facades.filters
Methods in de.hybris.platform.sap.productconfig.facades.filters that return types with arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>AbstractConfigOverviewFilter. filter(CsticModel cstic)java.util.List<CsticValueModel>AbstractConfigOverviewFilter. filter(CsticModel cstic, java.util.List<FilterEnum> appliedFilters)java.util.List<CsticValueModel>PriceRelevantValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>UserAssignedValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>VisibleValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>PriceRelevantValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>UserAssignedValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>VisibleValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)Method parameters in de.hybris.platform.sap.productconfig.facades.filters with type arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>PriceRelevantValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>UserAssignedValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>VisibleValueFilter. filter(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>PriceRelevantValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>UserAssignedValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic)java.util.List<CsticValueModel>VisibleValueFilter. noMatch(java.util.List<CsticValueModel> values, CsticModel cstic) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type CsticValueModel Modifier and Type Method Description protected voidIntervalInDomainHelperImpl. appendToIntervalMask(java.lang.StringBuilder intervalBuffer, CsticValueModel valueModel)protected booleanCsticTypeMapperImpl. checkReadonly(CsticValueModel csticValue, boolean isDebugEnabled)protected CsticValueDataCsticTypeMapperImpl. createDomainValue(CsticModel csticModel, CsticValueModel csticValueModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled, boolean isDebugEnabledNameProvider, boolean useDeltaPrices)java.lang.StringUniqueUIKeyGeneratorImpl. generateCsticId(CsticModel model, CsticValueModel value, java.lang.String prefix)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getDisplayValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getOverviewValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)protected java.lang.StringClassificationSystemCPQAttributesProviderImpl. getValueKey(CsticValueModel valueModel, CsticModel csticModel)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getValueLongText(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)protected java.lang.StringClassificationSystemCPQAttributesProviderImpl. getValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)voidConfigurationMessageMapperImpl. mapMessagesFromModelToData(CsticValueData cstciValueData, CsticValueModel csticValueModel)protected voidCsticTypeMapperImplTest. preparePrices(CsticValueModel value)protected voidCsticTypeMapperImpl. setPrice(CsticValueModel csticValueModel, CsticValueData domainValue, boolean useDeltaPrices) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as CsticValueModel Modifier and Type Field Description CsticValueModelConfigurationOverviewValuePopulatorTest. sourceMethods in de.hybris.platform.sap.productconfig.facades.populator that return types with arguments of type CsticValueModel Modifier and Type Method Description protected java.util.List<CsticValueModel>ConfigurationOverviewInstancePopulator. applyFilters(CsticModel cstic, java.util.List<ConfigOverviewFilter> filters)protected java.util.List<CsticValueModel>ConfigurationOrderEntryProductInfoModelPopulatorTest. createAssignedValues(int size)Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type CsticValueModel Modifier and Type Method Description voidConfigurationOverviewValuePopulator. populate(CsticValueModel source, CharacteristicValue target, java.util.Collection<java.util.Map> options)Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type CsticValueModel Modifier and Type Method Description protected java.lang.StringConfigurationOrderEntryProductInfoModelPopulator. generateConfigInfoInline(java.util.List<CsticValueModel> assignedValues, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isNameProviderDebugEnabled) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.rules.action.strategy.impl
Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelProductConfigAbstractRuleActionStrategy. retrieveCsticValueModel(java.lang.String ruleMessageForCsticValue, CsticModel cstic)protected CsticValueModelProductConfigAbstractRuleActionStrategy. retrieveCsticValueModelForRuleMessage(ConfigModel model, java.lang.String ruleMessageForCsticValue, java.lang.String code, CsticModel cstic, java.lang.String ruleMessageForCsticUpperCase)Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl with parameters of type CsticValueModel Modifier and Type Method Description protected voidProductConfigAbstractRuleActionStrategy. addMessageToConfigModel(ConfigModel model, java.lang.String ruleMessageForCstic, java.lang.String ruleMessageForCsticValue, ProductConfigMessage productConfigMessage, CsticModel cstic, CsticValueModel csticValue)protected voidProductConfigAbstractRuleActionStrategy. addMessageToCsticValue(ProductConfigMessage productConfigMessage, CsticModel cstic, CsticValueModel csticValue) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl with parameters of type CsticValueModel Modifier and Type Method Description protected voidPricingRuleAwareServiceImpl. removePromoAppliedMessages(CsticValueModel valueModel) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.cps.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelCPSConfigurationChangeAdapterImplTest. createValue(java.lang.String name)Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return types with arguments of type CsticValueModel Modifier and Type Method Description protected java.util.List<CsticValueModel>CPSConfigurationChangeAdapterImplTest. createValueList(int size) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl that return types with arguments of type CsticValueModel Modifier and Type Method Description ContextualConverter<CPSPossibleValue,CsticValueModel,MasterDataContext>CharacteristicPopulator. getPossibleValueConverter()ContextualConverter<CPSValue,CsticValueModel,MasterDataContext>CharacteristicPopulator. getValueConverter()Methods in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with parameters of type CsticValueModel Modifier and Type Method Description voidPossibleValueMasterDataPopulator. populate(CPSPossibleValue source, CsticValueModel target, MasterDataContext ctxt)voidPossibleValuePopulator. populate(CPSPossibleValue source, CsticValueModel target)voidValueMasterDataPopulator. populate(CPSValue source, CsticValueModel target, MasterDataContext ctxt)voidValuePopulator. populate(CPSValue source, CsticValueModel target)protected voidPossibleValuePopulator. populateAttributesForIntervalCstics(CPSPossibleValue source, CsticValueModel target)protected voidValuePopulator. populateAuthor(CPSValue source, CsticValueModel target)protected voidPossibleValuePopulator. populateCoreAttributes(CPSPossibleValue source, CsticValueModel target)protected voidValuePopulator. populateCoreAttributes(CPSValue source, CsticValueModel target)Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with type arguments of type CsticValueModel Modifier and Type Method Description protected booleanCharacteristicPopulator. fillPossibleValues(CPSCharacteristic source, java.util.List<CsticValueModel> possibleValues, MasterDataContext ctxt)protected booleanCharacteristicPopulator. mergeAssignedWithPossibleValues(boolean constrained, boolean allowsAdditionalValue, java.util.List<CsticValueModel> assignedValues)voidCharacteristicPopulator. setPossibleValueConverter(ContextualConverter<CPSPossibleValue,CsticValueModel,MasterDataContext> possibleValueConverter)voidCharacteristicPopulator. setValueConverter(ContextualConverter<CPSValue,CsticValueModel,MasterDataContext> valueConverter) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelPricingHandlerImplTest. createPossibleValue(java.lang.String possibleValueId)Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl with type arguments of type CsticValueModel Modifier and Type Method Description protected booleanPricingHandlerImpl. isValueSelected(java.lang.String value, java.util.List<CsticValueModel> cpsValues) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf that return CsticValueModel Modifier and Type Method Description CsticValueModelConfigModelFactory. createInstanceOfCsticValueModel(int valueType)Create an instance of theCsticValueModel -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.interf.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.impl that return CsticValueModel Modifier and Type Method Description CsticValueModelConfigModelFactoryImpl. createInstanceOfCsticValueModel(int valueType) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.interf.model
Methods in de.hybris.platform.sap.productconfig.runtime.interf.model that return types with arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>CsticModel. getAssignableValues()java.util.List<CsticValueModel>CsticModel. getAssignedValues()Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.model with type arguments of type CsticValueModel Modifier and Type Method Description voidCsticModel. setAssignableValues(java.util.List<CsticValueModel> assignableValues)voidCsticModel. setAssignedValues(java.util.List<CsticValueModel> assignedValues)voidCsticModel. setAssignedValuesWithoutCheckForChange(java.util.List<CsticValueModel> assignedValues)sets assigned value without to check whether the characteristic was changed -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.interf.model.impl
Classes in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that implement CsticValueModel Modifier and Type Class Description classCsticValueModelImplDefault implementation of theCsticValueModel.Methods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelCsticModelImpl. getValueModelForValue(java.lang.String valueName)Methods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return types with arguments of type CsticValueModel Modifier and Type Method Description java.util.List<CsticValueModel>CsticModelImpl. getAssignableValues()java.util.List<CsticValueModel>CsticModelImpl. getAssignedValues()Methods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with parameters of type CsticValueModel Modifier and Type Method Description protected booleanCsticModelImpl. isValueNameMatching(java.lang.String value, CsticValueModel valueModel)Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with type arguments of type CsticValueModel Modifier and Type Method Description voidCsticModelImpl. setAssignableValues(java.util.List<CsticValueModel> assignableValues)voidCsticModelImpl. setAssignedValues(java.util.List<CsticValueModel> assignedValues)voidCsticModelImpl. setAssignedValuesWithoutCheckForChange(java.util.List<CsticValueModel> assignedValues) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.mock.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.impl that return CsticValueModel Modifier and Type Method Description CsticValueModelCsticValueModelBuilder. build()protected CsticValueModelCsticModelBuilder. buildCsticValue(java.lang.String name, java.lang.String langDepName)protected CsticValueModelCPQLaptopPocConfigMockImpl. createCsticValue(java.lang.String csticName, java.lang.String langDependenName)protected CsticValueModelYSapSimplePocConfigMockImpl. createRBValue(java.lang.String name, java.lang.String languageDependentName, boolean domainValue)CsticValueModelYSapSimplePocConfigMockImpl. retrieveValue(InstanceModel instance, java.lang.String csticName)Methods in de.hybris.platform.sap.productconfig.runtime.mock.impl with parameters of type CsticValueModel Modifier and Type Method Description CsticModelBuilderCsticModelBuilder. addOption(CsticValueModel option)CsticModelBuilderCsticModelBuilder. addValue(CsticValueModel option)protected ConflictingAssumptionModelBaseRunTimeConfigMockImpl. createConflictAssumption(CsticValueModel value, CsticModel cstic, InstanceModel instance)protected SolvableConflictModelBaseRunTimeConfigMockImpl. createSolvableConflict(CsticValueModel value, CsticModel cstic, InstanceModel instance)protected SolvableConflictModelBaseRunTimeConfigMockImpl. createSolvableConflict(CsticValueModel value, CsticModel cstic, InstanceModel instance, java.lang.String conflictText)protected SolvableConflictModelBaseRunTimeConfigMockImpl. createSolvableConflict(CsticValueModel value, CsticModel cstic, InstanceModel instance, java.lang.String conflictText, CsticValueModel value2, CsticModel cstic2)protected SolvableConflictModelBaseRunTimeConfigMockImpl. createSolvableConflict(CsticValueModel value, CsticModel cstic, InstanceModel instance, java.lang.String conflictText, CsticValueModel value2, CsticModel cstic2, InstanceModel instance2)protected voidBaseRunTimeConfigMockImpl. formatValueNumeric(CsticValueModel value, java.lang.String strValue)CsticModelBuilderCsticModelBuilder. withValue(CsticValueModel value)Method parameters in de.hybris.platform.sap.productconfig.runtime.mock.impl with type arguments of type CsticValueModel Modifier and Type Method Description CsticModelBuilderCsticModelBuilder. withOptions(java.util.List<CsticValueModel> options)CsticModelBuilderCsticModelBuilder. withValues(java.util.List<CsticValueModel> values) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl
Method parameters in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl with type arguments of type CsticValueModel Modifier and Type Method Description protected java.util.List<ValueParameter>ProductCsticAndValueParameterProviderMockImpl. getValuesForCstic(java.util.List<CsticValueModel> csticValues) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.mock.util
Methods in de.hybris.platform.sap.productconfig.runtime.mock.util that return CsticValueModel Modifier and Type Method Description static CsticValueModelModelCloneFactory. cloneCsticValueModel(CsticValueModel csticValueModel)Clone a given CsticValueModel in a new object of type CsticValueModelMethods in de.hybris.platform.sap.productconfig.runtime.mock.util with parameters of type CsticValueModel Modifier and Type Method Description static CsticValueModelModelCloneFactory. cloneCsticValueModel(CsticValueModel csticValueModel)Clone a given CsticValueModel in a new object of type CsticValueModel -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.runtime.ssc.impl
Methods in de.hybris.platform.sap.productconfig.runtime.ssc.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelCommonConfigurationProviderSSCImpl. createModelValue(com.sap.custdev.projects.fbs.slc.kbo.local.OrchestratedCstic orchestratedCstic, java.lang.String valueName, boolean isDomainValue, boolean isValueSelectable, com.sap.sce.front.base.PricingConditionRate pricingConditionRate) -
Uses of CsticValueModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return CsticValueModel Modifier and Type Method Description protected CsticValueModelServiceConfigurationValueHelperImpl. getAssignableValue(java.util.List<CsticValueModel> assignableValues, java.lang.String value)CsticValueModelServiceConfigurationValueHelperImpl. getCsticValue(ConfigModel configModel, java.lang.String csticName, java.lang.String csticValueName)Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type CsticValueModel Modifier and Type Method Description protected SolrSearchQueryTermDataProductConfigurationVariantSearchServiceImpl. createQueryDataTerm(CsticModel csticModel, CsticValueModel value, ClassificationSystemCPQAttributesContainer cpqAttributes)protected java.lang.StringProductConfigurationVariantSearchServiceImpl. getValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes)protected booleanProductConfigurationVariantSearchServiceImpl. isUsedForSearch(CsticValueModel csticValueModel)Check on cstic value level whether we use it for search.Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type CsticValueModel Modifier and Type Method Description protected CsticValueModelServiceConfigurationValueHelperImpl. getAssignableValue(java.util.List<CsticValueModel> assignableValues, java.lang.String value) -
Uses of CsticValueModel in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators
Methods in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators that return types with arguments of type CsticValueModel Modifier and Type Method Description protected java.util.List<CsticValueModel>DefaultAbstractOrderEntryConfigurationInfoPopulatorTest. createAssignedValues(int size)Methods in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators with parameters of type CsticValueModel Modifier and Type Method Description java.lang.StringConfigurationInfoNameProvider. getValueDisplayName(CsticModel cstic, CsticValueModel value)java.lang.StringDefaultConfigurationInfoNameProvider. getValueDisplayName(CsticModel cstic, CsticValueModel value)Method parameters in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators with type arguments of type CsticValueModel Modifier and Type Method Description java.lang.StringDefaultAbstractOrderEntryConfigurationInfoPopulator. generateConfigInfoInline(java.util.List<CsticValueModel> assignedValues, CsticModel csticModel)
-