Commit 9c9cb802 by Liv Haapala

vrauthcode

1 parent 4d492590
...@@ -19,5 +19,6 @@ public interface BarcodeBeanLocal { ...@@ -19,5 +19,6 @@ public interface BarcodeBeanLocal {
public InputStream getCardBarcode(PrintedCard printedCard) throws IOException; public InputStream getCardBarcode(PrintedCard printedCard) throws IOException;
public String getPlaceHexcode(Place place); public String getPlaceHexcode(Place place);
public Place getPlaceFromHexcode(String hexcode); public Place getPlaceFromHexcode(String hexcode);
public String checkVrAuthCode(String code);
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!