From 378eaa8ad1d68b16c73c563ce31c076eeec26005 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 13 Jan 2016 19:08:10 +0100 Subject: Thrift(SAT): Add lecture is private only field to lecture struct --- .../openslx/bwlp/thrift/iface/LectureWrite.java | 109 ++++++++++++++++++++- 1 file changed, 104 insertions(+), 5 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 9f29fa8..217e4f7 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-04") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-01-13") 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"); @@ -55,6 +55,7 @@ public class LectureWrite implements org.apache.thrift.TBase, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { @@ -79,6 +80,7 @@ public class LectureWrite implements org.apache.thrift.TBase remAllowedUsers; // optional public List locationIds; // required public boolean limitToLocations; // required + public boolean limitToAllowedUsers; // 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 { @@ -98,7 +100,8 @@ public class LectureWrite implements org.apache.thrift.TBase byName = new HashMap(); @@ -147,6 +150,8 @@ public class LectureWrite implements org.apache.thrift.TBase metaDataMap; @@ -238,6 +244,8 @@ public class LectureWrite implements org.apache.thrift.TBase locationIds, - boolean limitToLocations) + boolean limitToLocations, + boolean limitToAllowedUsers) { this(); this.lectureName = lectureName; @@ -283,6 +292,8 @@ public class LectureWrite implements org.apache.thrift.TBase