java.lang.Object
de.hybris.platform.personalizationservices.occ.voters.impl.AbstractCxOccVoter
All Implemented Interfaces:
CxOccVoter, org.springframework.core.Ordered, org.springframework.integration.context.Orderable
Direct Known Subclasses:
CxOccTimeVoter

public abstract class AbstractCxOccVoter extends Object implements CxOccVoter
Base abstract voter with default handling of order.
  • Constructor Details

    • AbstractCxOccVoter

      public AbstractCxOccVoter(int order)
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)
      Specified by:
      setOrder in interface org.springframework.integration.context.Orderable
    • getDefaultVote

      protected Vote getDefaultVote()