Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

The BulkReservationValidator enables developers to validate one or more series of Reservations.

Methods

validate

Panel
borderColorgrey
titleBGColorgrey
borderStylesolid
title

...

validate

This method takes one or more lists of reservations, and adds any detected soft or hard conflicts to them.

Signature

Code Block
languagejava
global static B25.BulkReservationValidator.Result validate(B25.BulkReservationValidator.Context context)

Parameters

Code Block
languagejava
B25.BulkReservationValidator.Context

This class wraps the series of reservations to be validated.

Return Type

Code Block
languagejava
B25.BulkReservationValidator.Result

This is a dummy class without properties, but properties might be added later.

Inner Classes

Panel
borderColorgrey
titleBGColorgrey
borderStylesolid
titleContext


Expand
titleConstructors

Constructors

Code Block
languagejava
global B25.BulkReservationValidator.Context()



Expand
titleProperties

Properties