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