Class AbstractCxOccVoter

  • All Implemented Interfaces:
    CxOccVoter, org.springframework.core.Ordered, org.springframework.integration.context.Orderable
    Direct Known Subclasses:
    CxOccTimeVoter

    public abstract class AbstractCxOccVoter
    extends java.lang.Object
    implements CxOccVoter
    Base abstract voter with default handling of order.
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractCxOccVoter​(int order)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Vote getDefaultVote()  
      int getOrder()  
      void setOrder​(int order)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.hybris.platform.personalizationservices.occ.voters.CxOccVoter

        getVote
    • Constructor Detail

      • AbstractCxOccVoter

        public AbstractCxOccVoter​(int order)
    • Method Detail

      • 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()