Class MessagesTableFilterFactory

  • All Implemented Interfaces:
    java.util.function.BiFunction<step.framework.server.tables.service.TableParameters,​step.framework.server.Session<?>,​step.core.collections.Filter>

    public class MessagesTableFilterFactory
    extends java.lang.Object
    implements java.util.function.BiFunction<step.framework.server.tables.service.TableParameters,​step.framework.server.Session<?>,​step.core.collections.Filter>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.collections.Filter apply​(step.framework.server.tables.service.TableParameters tableParameters, step.framework.server.Session<?> session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Constructor Detail

      • MessagesTableFilterFactory

        public MessagesTableFilterFactory​(MessagesManager manager)
    • Method Detail

      • apply

        public step.core.collections.Filter apply​(step.framework.server.tables.service.TableParameters tableParameters,
                                                  step.framework.server.Session<?> session)
        Specified by:
        apply in interface java.util.function.BiFunction<step.framework.server.tables.service.TableParameters,​step.framework.server.Session<?>,​step.core.collections.Filter>