Class AggregatedPolozky

java.lang.Object
cz.drg.pregrouper.process.dto.AggregatedPolozky

public class AggregatedPolozky extends Object
Aggregates polozky into categories based on their type and code. Used to organize assigned polozky based on their existence in "ciselniky".
See Also:
Pgp04bPolozkyCiselniky
  • Field Details

  • Constructor Details

    • AggregatedPolozky

      public AggregatedPolozky()
  • Method Details

    • add

      public boolean add(RowData polozka)
      Adds polozka to all relevant categories and returns true if at least one category addition was successful else false.
      Parameters:
      polozka - data to add
      Returns:
      true if at least one category accepts entry
    • getValues

      public List<RowData> getValues(String key)