Class SortedBean

  • All Implemented Interfaces:
    LocatedBean

    public abstract class SortedBean
    extends java.lang.Object
    implements LocatedBean
    Since:
    31.10.2014
    Author:
    iryabov
    • Constructor Detail

      • SortedBean

        public SortedBean()
    • Method Detail

      • getPrevBeans

        public LocatedBean[] getPrevBeans()
        Specified by:
        getPrevBeans in interface LocatedBean
        Returns:
        получить список бинов послей которых должен идти текущий бин
      • setPrevBeans

        public void setPrevBeans​(LocatedBean[] prevBeans)
      • getNextBeans

        public LocatedBean[] getNextBeans()
        Specified by:
        getNextBeans in interface LocatedBean
        Returns:
        список бинов до которых должен идти текущий бин
      • setNextBeans

        public void setNextBeans​(LocatedBean[] nextBeans)
      • isBeforeAll

        public boolean isBeforeAll()
        Specified by:
        isBeforeAll in interface LocatedBean
        Returns:
        true - если бин должен находится до всех остальных (исключая getPrevBeans()-бины )
      • setBeforeAll

        public void setBeforeAll​(boolean beforeAll)
      • isAfterAll

        public boolean isAfterAll()
        Specified by:
        isAfterAll in interface LocatedBean
        Returns:
        true - если бин должен находится после всех остальных (исключая getNextBeans()-бины )
      • setAfterAll

        public void setAfterAll​(boolean afterAll)