Class AbstractVoter

    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractVoter​(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.voters.Voter

        getVote
    • Constructor Detail

      • AbstractVoter

        public AbstractVoter​(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()