Class FindFreeQueryParameterHandler
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.proposal.FindFreeQueryParameterHandler
- All Implemented Interfaces:
QueryParameterHandler
@Component
public class FindFreeQueryParameterHandler
extends Object
implements QueryParameterHandler
-
Constructor Summary
ConstructorDescriptionFindFreeQueryParameterHandler
(ReservationConflictManager reservationConflictManager) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyConflictingKeys
(QueryParameterContext context, List<PrimaryKey> keys, List<Long> roomGroup) boolean
Handles the specified query parameter.
-
Constructor Details
-
FindFreeQueryParameterHandler
-
-
Method Details
-
processQueryParameter
Description copied from interface:QueryParameterHandler
Handles the specified query parameter. Returnstrue
to indicate successfull handling, so query parameters are not handled twice.- Specified by:
processQueryParameter
in interfaceQueryParameterHandler
- Throws:
RpcExecutionException
-
applyConflictingKeys
public static void applyConflictingKeys(QueryParameterContext context, List<PrimaryKey> keys, List<Long> roomGroup)
-