Uses of Class
de.hybris.platform.personalizationservices.jalo.CxAbstractTrigger
-
Packages that use CxAbstractTrigger Package Description de.hybris.platform.personalizationservices.jalo -
-
Uses of CxAbstractTrigger in de.hybris.platform.personalizationservices.jalo
Subclasses of CxAbstractTrigger in de.hybris.platform.personalizationservices.jalo Modifier and Type Class Description classCxDefaultTriggerclassCxExpressionTriggerclassCxSegmentTriggerclassGeneratedCxDefaultTriggerGenerated class for typeCxDefaultTrigger.classGeneratedCxExpressionTriggerGenerated class for typeCxExpressionTrigger.classGeneratedCxSegmentTriggerGenerated class for typeCxSegmentTrigger.Fields in de.hybris.platform.personalizationservices.jalo with type parameters of type CxAbstractTrigger Modifier and Type Field Description protected static OneToManyHandler<CxAbstractTrigger>GeneratedCxVariation. TRIGGERSHANDLEROneToManyHandlerfor handling 1:n TRIGGERS's relation attributes from 'many' side.Methods in de.hybris.platform.personalizationservices.jalo that return types with arguments of type CxAbstractTrigger Modifier and Type Method Description java.util.Collection<CxAbstractTrigger>GeneratedCxVariation. getTriggers()Generated method - Getter of theCxVariation.triggersattribute.java.util.Collection<CxAbstractTrigger>GeneratedCxVariation. getTriggers(SessionContext ctx)Generated method - Getter of theCxVariation.triggersattribute.Methods in de.hybris.platform.personalizationservices.jalo with parameters of type CxAbstractTrigger Modifier and Type Method Description voidGeneratedCxVariation. addToTriggers(SessionContext ctx, CxAbstractTrigger value)Generated method - Addsvalueto triggers.voidGeneratedCxVariation. addToTriggers(CxAbstractTrigger value)Generated method - Addsvalueto triggers.voidGeneratedCxVariation. removeFromTriggers(SessionContext ctx, CxAbstractTrigger value)Generated method - Removesvaluefrom triggers.voidGeneratedCxVariation. removeFromTriggers(CxAbstractTrigger value)Generated method - Removesvaluefrom triggers.Method parameters in de.hybris.platform.personalizationservices.jalo with type arguments of type CxAbstractTrigger Modifier and Type Method Description voidGeneratedCxVariation. setTriggers(SessionContext ctx, java.util.Collection<CxAbstractTrigger> value)Generated method - Setter of theCxVariation.triggersattribute.voidGeneratedCxVariation. setTriggers(java.util.Collection<CxAbstractTrigger> value)Generated method - Setter of theCxVariation.triggersattribute.
-