Skip to content

Commit

Permalink
HUEditorView.removesHUIdsAndInvalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 23, 2017
1 parent e1705e9 commit 6416da2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/de/metas/ui/web/handlingunits/HUEditorView.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,15 @@ public void removesHUsAndInvalidate(final Collection<I_M_HU> husToRemove)
invalidateAll();
}
}

public void removesHUIdsAndInvalidate(final Collection<Integer> huIdsToRemove)
{
if (rowsBuffer.removeHUIds(huIdsToRemove))
{
invalidateAll();
}
}


private static final Set<Integer> extractHUIds(final Collection<I_M_HU> hus)
{
Expand Down

0 comments on commit 6416da2

Please sign in to comment.