From e25460f7133cfeb2e30bebbe6d55c29589627992 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 3 Mar 2016 17:56:31 +0100 Subject: added hasUsbAccess field to Lecture* Struct * TODO refactor NetRules --- .../openslx/bwlp/thrift/iface/LectureWrite.java | 111 +++++++++++++++++++-- 1 file changed, 105 insertions(+), 6 deletions(-) (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/LectureWrite.java') diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/LectureWrite.java b/src/main/java/org/openslx/bwlp/thrift/iface/LectureWrite.java index 217e4f7..8635d41 100644 --- a/src/main/java/org/openslx/bwlp/thrift/iface/LectureWrite.java +++ b/src/main/java/org/openslx/bwlp/thrift/iface/LectureWrite.java @@ -34,7 +34,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-01-13") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-03-02") public class LectureWrite implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LectureWrite"); @@ -56,6 +56,7 @@ public class LectureWrite implements org.apache.thrift.TBase, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { @@ -81,6 +82,7 @@ public class LectureWrite implements org.apache.thrift.TBase locationIds; // required public boolean limitToLocations; // required public boolean limitToAllowedUsers; // required + public boolean hasUsbAccess; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { @@ -101,7 +103,8 @@ public class LectureWrite implements org.apache.thrift.TBase byName = new HashMap(); @@ -152,6 +155,8 @@ public class LectureWrite implements org.apache.thrift.TBase metaDataMap; static { @@ -246,6 +252,8 @@ public class LectureWrite implements org.apache.thrift.TBase locationIds, boolean limitToLocations, - boolean limitToAllowedUsers) + boolean limitToAllowedUsers, + boolean hasUsbAccess) { this(); this.lectureName = lectureName; @@ -294,6 +303,8 @@ public class LectureWrite implements org.apache.thrift.TBase