Class RoomProposalQueryParameterHandler
java.lang.Object
ch.tocco.nice2.optional.facilityreservation.impl.roomproposal.RoomProposalQueryParameterHandler
- All Implemented Interfaces:
QueryParameterHandler
@Component
public class RoomProposalQueryParameterHandler
extends Object
implements QueryParameterHandler
-
Constructor Summary
ConstructorDescriptionRoomProposalQueryParameterHandler
(ReservationConflictManager reservationConflictManager, CommandExecutor executor, EntityExplorerActionSelectionService selectionService) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyConflictingKeys
(QueryParameterContext context, Set<PrimaryKey> keys) boolean
Handles the specified query parameter.
-
Constructor Details
-
RoomProposalQueryParameterHandler
public RoomProposalQueryParameterHandler(ReservationConflictManager reservationConflictManager, CommandExecutor executor, EntityExplorerActionSelectionService selectionService)
-
-
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
-