Class CxOccInterceptorVote

java.lang.Object
de.hybris.platform.personalizationservices.voters.CxOccInterceptorVote
All Implemented Interfaces:
Serializable

public class CxOccInterceptorVote extends Object implements Serializable
Vote from interceptors used for defining what should be done with given request.
See Also:
  • Constructor Details

    • CxOccInterceptorVote

      public CxOccInterceptorVote()
  • Method Details

    • setVote

      public void setVote(boolean vote)
    • isVote

      public boolean isVote()
    • setConclusive

      public void setConclusive(boolean conclusive)
    • isConclusive

      public boolean isConclusive()