Uses of Class
de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSCharacteristic
Packages that use CPSCharacteristic
Package
Description
-
Uses of CPSCharacteristic in de.hybris.platform.sap.productconfig.runtime.cps.impl
Fields in de.hybris.platform.sap.productconfig.runtime.cps.impl declared as CPSCharacteristicModifier and TypeFieldDescriptionprotected final CPSCharacteristicCharonFacadeImplTest.characteristicprotected final CPSCharacteristicCharonFacadeImplTest.characteristic2Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return CPSCharacteristicModifier and TypeMethodDescriptionprotected CPSCharacteristicCharonFacadeImplTest.createCPSCharacteristic()protected CPSCharacteristicCPSConfigurationChangeAdapterImplTest.prepareCsticChange()Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return types with arguments of type CPSCharacteristicModifier and TypeMethodDescriptionprotected List<CPSCharacteristic>CPSConfigurationChangeAdapterImpl.collectInstanceCsticChanges(de.hybris.platform.sap.productconfig.runtime.interf.model.InstanceModel instanceModel, List<de.hybris.platform.sap.productconfig.runtime.interf.model.SolvableConflictModel> conflicts) Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl with parameters of type CPSCharacteristicModifier and TypeMethodDescriptionprotected voidCharonFacadeImplTest.addRuntimeCstic(CPSItem item, CPSCharacteristic characteristic) protected CPSCharacteristicInputCharonFacadeImpl.createCharacteristicInput(CPSCharacteristic characteristic) protected CPSValueCharonFacadeImplTest.createCPSValue(CPSCharacteristic characteristic, String valueName) CharonFacadeImplTest.createListOfCPSValues(CPSCharacteristic characteristic) Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.impl with type arguments of type CPSCharacteristicModifier and TypeMethodDescriptionprotected voidCPSConfigurationChangeAdapterImpl.processCstic(List<CPSCharacteristic> changedCstics, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel csticModel, List<de.hybris.platform.sap.productconfig.runtime.interf.model.SolvableConflictModel> conflicts) -
Uses of CPSCharacteristic in de.hybris.platform.sap.productconfig.runtime.cps.model.runtime
Methods in de.hybris.platform.sap.productconfig.runtime.cps.model.runtime that return CPSCharacteristicModifier and TypeMethodDescriptionCPSPossibleValue.getParentCharacteristic()CPSValue.getParentCharacteristic()Methods in de.hybris.platform.sap.productconfig.runtime.cps.model.runtime that return types with arguments of type CPSCharacteristicMethods in de.hybris.platform.sap.productconfig.runtime.cps.model.runtime with parameters of type CPSCharacteristicModifier and TypeMethodDescriptionvoidCPSPossibleValue.setParentCharacteristic(CPSCharacteristic parentCharacteristic) voidCPSValue.setParentCharacteristic(CPSCharacteristic parentCharacteristic) Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.model.runtime with type arguments of type CPSCharacteristicModifier and TypeMethodDescriptionvoidCPSItem.setCharacteristics(List<CPSCharacteristic> characteristics) -
Uses of CPSCharacteristic 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 CPSCharacteristicModifier and TypeMethodDescriptionprotected de.hybris.platform.sap.productconfig.runtime.interf.ContextualConverter<CPSCharacteristic,de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel, MasterDataContext> InstancePopulator.getCharacteristicConverter()Methods in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with parameters of type CPSCharacteristicModifier and TypeMethodDescriptionprotected booleanCharacteristicPopulator.allowsAdditionalValue(CPSCharacteristic source, MasterDataContext ctxt) protected booleanCharacteristicPopulator.allowsAdditionalValueDeterminedByMasterData(CPSCharacteristic source, MasterDataContext ctxt) protected booleanCharacteristicPopulator.determineHasStaticDomainForItemTypeKLAH(CPSCharacteristic source) protected booleanCharacteristicPopulator.determineHasStaticDomainForItemTypeMARA(CPSCharacteristic source, MasterDataContext ctxt) protected booleanCharacteristicPopulator.fillPossibleValues(CPSCharacteristic source, List<de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModel> possibleValues, MasterDataContext ctxt) protected booleanCharacteristicPopulator.hasStaticDomainDeterminedByMasterData(CPSCharacteristic source, MasterDataContext ctxt) protected booleanCharacteristicPopulator.isConstrained(CPSCharacteristic source, MasterDataContext ctxt) Check whether a characteristics is domain constrained.voidCharacteristicMasterDataPopulator.populate(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target, MasterDataContext ctxt) voidCharacteristicPopulator.populate(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target, MasterDataContext ctxt) protected voidCharacteristicPopulator.populateCoreAttributes(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target) protected voidCharacteristicPopulator.populateInstanceReference(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target) protected voidCharacteristicPopulator.populatePossibleValues(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target, MasterDataContext ctxt) protected voidCharacteristicPopulator.populateValues(CPSCharacteristic source, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel target, MasterDataContext ctxt) Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with type arguments of type CPSCharacteristicModifier and TypeMethodDescriptionvoidInstancePopulator.setCharacteristicConverter(de.hybris.platform.sap.productconfig.runtime.interf.ContextualConverter<CPSCharacteristic, de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel, MasterDataContext> characteristicConverter) -
Uses of CPSCharacteristic in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl
Fields in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl declared as CPSCharacteristicModifier and TypeFieldDescriptionprotected final CPSCharacteristicCPSConfigurationParentReferenceStrategyImplTest.characteristicprotected final CPSCharacteristicCPSConfigurationParentReferenceStrategyImplTest.characteristic2Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl that return CPSCharacteristicModifier and TypeMethodDescriptionprotected CPSCharacteristicCPSConfigurationParentReferenceStrategyImplTest.createCPSCharacteristic()Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl with parameters of type CPSCharacteristicModifier and TypeMethodDescriptionprotected voidCPSConfigurationParentReferenceStrategyImpl.addParentReferencesForCharacteristicValues(CPSCharacteristic characteristic) protected voidCPSConfigurationParentReferenceStrategyImplTest.addRuntimeCstic(CPSItem item, CPSCharacteristic characteristic) protected CPSValueCPSConfigurationParentReferenceStrategyImplTest.createCPSValue(CPSCharacteristic characteristic, String valueName) CPSConfigurationParentReferenceStrategyImplTest.createListOfCPSValues(CPSCharacteristic characteristic)