Package sk.iway.iwcm

Interface SelectionFilter<T>


public interface SelectionFilter<T>
SelectionFilter.java Command pattern interface, ktory riesi situacie, ked sa objavi mnoho metod typu: vrat mi DocDetails, ktore maju zadane tempId vrat mi DocDetails, ktore su vytvorene danym uzivatelom vrat mi DocDetails, ktore nie su defaultnymi strankami svojho adresara ... Vytvorime si vlastnu triedu, ktora zadefinuje, ake podmienky musi splnat objekt, aby bol vybrany. A cielova trieda musi definovat tento filter ako jeden zo svojich parametrov
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    fullfilsConditions(T candidate)
     
  • Method Details

    • fullfilsConditions

      boolean fullfilsConditions(T candidate)