Skip to content

GuestFormHelper.java - Creating a method;

Tyler Sizse requested to merge issue_116_creating_a_method into master

Closes #116 (closed). Create a method in GuestFormHelper.java that searches through the local database and determines whether or not a guest is registered with a specific barcode.

  • Method will take 1 String parameter that represents a barcode and return type String (name of the guest who is registered to the barcode).
  • A field in the database created by GuestFormHelper.java will be created to hold a reference to the barcode of the guest.
  • Other methods may need to be updated to reflect the new field.
Edited by Tyler Sizse

Merge request reports