Skip to content

Commit

Permalink
JNG-6022 markSelectedRangeItems In HttpHeader (#69)
Browse files Browse the repository at this point in the history
[2025-02-15 02:18:09 +0100] JNG-6022 markSelectedRangeItems In HttpHeader
  • Loading branch information
robertcsakany authored Feb 21, 2025
1 parent 62642c3 commit 0f031db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/hu/blackbelt/judo/dao/api/DAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ public interface DAO<ID> {
* @param payload owner data of relation
* @param queryCustomizer query customizer (i.e. filtering, ordering, seeking)
* @param stateful allow create a new instance or update the existing instance of the 'payload'
* @param markSelectedRangeItems marking records on the list which are already attacched to reference
* @return list of possible item(s)
*/
Collection<Payload> getRangeOf(EReference reference, Payload payload, QueryCustomizer<ID> queryCustomizer, boolean stateful);
Collection<Payload> getRangeOf(EReference reference, Payload payload, QueryCustomizer<ID> queryCustomizer, boolean stateful, boolean markSelectedRangeItems);

/**
* Get range's count of a given transfer object relation.
Expand Down

0 comments on commit 0f031db

Please sign in to comment.