Ejemplo n.º 1
0
 public final Set<java.lang.String> getGoogleAnalyticsIds() {
   if (googleAnalyticsIdsCache == null) {
     googleAnalyticsIdsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isGoogleAnalyticsIdSet()) googleAnalyticsIdsCache.add(e.getGoogleAnalyticsId());
     }
   }
   return googleAnalyticsIdsCache;
 }
Ejemplo n.º 2
0
 public final Set<java.lang.Integer> getSmtpPorts() {
   if (smtpPortsCache == null) {
     smtpPortsCache = new HashSet<java.lang.Integer>();
     for (SystemConfig e : getEntities()) {
       if (e.isSmtpPortSet()) smtpPortsCache.add(e.getSmtpPort());
     }
   }
   return smtpPortsCache;
 }
Ejemplo n.º 3
0
 public final Set<java.lang.String> getAdminEmails() {
   if (adminEmailsCache == null) {
     adminEmailsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isAdminEmailSet()) adminEmailsCache.add(e.getAdminEmail());
     }
   }
   return adminEmailsCache;
 }
Ejemplo n.º 4
0
 public final Set<java.lang.String> getHolidayss() {
   if (holidayssCache == null) {
     holidayssCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isHolidaysSet()) holidayssCache.add(e.getHolidays());
     }
   }
   return holidayssCache;
 }
Ejemplo n.º 5
0
 public final Set<java.lang.Integer> getWorkingHoursPerDays() {
   if (workingHoursPerDaysCache == null) {
     workingHoursPerDaysCache = new HashSet<java.lang.Integer>();
     for (SystemConfig e : getEntities()) {
       if (e.isWorkingHoursPerDaySet()) workingHoursPerDaysCache.add(e.getWorkingHoursPerDay());
     }
   }
   return workingHoursPerDaysCache;
 }
Ejemplo n.º 6
0
 public final Set<java.lang.String> getSmtpFroms() {
   if (smtpFromsCache == null) {
     smtpFromsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isSmtpFromSet()) smtpFromsCache.add(e.getSmtpFrom());
     }
   }
   return smtpFromsCache;
 }
Ejemplo n.º 7
0
 public final Set<java.lang.String> getAboutPageMessages() {
   if (aboutPageMessagesCache == null) {
     aboutPageMessagesCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isAboutPageMessageSet()) aboutPageMessagesCache.add(e.getAboutPageMessage());
     }
   }
   return aboutPageMessagesCache;
 }
Ejemplo n.º 8
0
 public final Set<java.lang.Integer> getMaxFileSizes() {
   if (maxFileSizesCache == null) {
     maxFileSizesCache = new HashSet<java.lang.Integer>();
     for (SystemConfig e : getEntities()) {
       if (e.isMaxFileSizeSet()) maxFileSizesCache.add(e.getMaxFileSize());
     }
   }
   return maxFileSizesCache;
 }
Ejemplo n.º 9
0
 public final Set<java.lang.String> getOpenIdDomainss() {
   if (openIdDomainssCache == null) {
     openIdDomainssCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isOpenIdDomainsSet()) openIdDomainssCache.add(e.getOpenIdDomains());
     }
   }
   return openIdDomainssCache;
 }
Ejemplo n.º 10
0
 public final Set<java.lang.String> getInstanceNames() {
   if (instanceNamesCache == null) {
     instanceNamesCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isInstanceNameSet()) instanceNamesCache.add(e.getInstanceName());
     }
   }
   return instanceNamesCache;
 }
Ejemplo n.º 11
0
 public final Set<java.lang.String> getDefaultUserPasswords() {
   if (defaultUserPasswordsCache == null) {
     defaultUserPasswordsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isDefaultUserPasswordSet()) defaultUserPasswordsCache.add(e.getDefaultUserPassword());
     }
   }
   return defaultUserPasswordsCache;
 }
Ejemplo n.º 12
0
 public final Set<java.lang.String> getSubscriptionKeySeeds() {
   if (subscriptionKeySeedsCache == null) {
     subscriptionKeySeedsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isSubscriptionKeySeedSet()) subscriptionKeySeedsCache.add(e.getSubscriptionKeySeed());
     }
   }
   return subscriptionKeySeedsCache;
 }
Ejemplo n.º 13
0
 public final Set<java.lang.String> getRegisterPageMessages() {
   if (registerPageMessagesCache == null) {
     registerPageMessagesCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isRegisterPageMessageSet()) registerPageMessagesCache.add(e.getRegisterPageMessage());
     }
   }
   return registerPageMessagesCache;
 }
Ejemplo n.º 14
0
 public final Set<java.lang.String> getLoginPageMessages() {
   if (loginPageMessagesCache == null) {
     loginPageMessagesCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isLoginPageMessageSet()) loginPageMessagesCache.add(e.getLoginPageMessage());
     }
   }
   return loginPageMessagesCache;
 }
Ejemplo n.º 15
0
 public final Set<java.lang.String> getLdapUrls() {
   if (ldapUrlsCache == null) {
     ldapUrlsCache = new HashSet<java.lang.String>();
     for (SystemConfig e : getEntities()) {
       if (e.isLdapUrlSet()) ldapUrlsCache.add(e.getLdapUrl());
     }
   }
   return ldapUrlsCache;
 }
Ejemplo n.º 16
0
 public boolean test(SystemConfig e) {
   return value == e.isOpenIdDisabled();
 }
Ejemplo n.º 17
0
 public boolean test(SystemConfig e) {
   return e.isDefaultUserPassword(value);
 }
Ejemplo n.º 18
0
 public boolean test(SystemConfig e) {
   return e.isLdapUrl(value);
 }
Ejemplo n.º 19
0
 public boolean test(SystemConfig e) {
   return value == e.isLdapEnabled();
 }
Ejemplo n.º 20
0
 public boolean test(SystemConfig e) {
   return e.isAboutPageMessage(value);
 }
Ejemplo n.º 21
0
 public boolean test(SystemConfig e) {
   return e.isRegisterPageMessage(value);
 }
Ejemplo n.º 22
0
 public boolean test(SystemConfig e) {
   return e.isLoginPageLogoUrl(value);
 }
Ejemplo n.º 23
0
 public boolean test(SystemConfig e) {
   return e.isInstanceName(value);
 }
Ejemplo n.º 24
0
 public boolean test(SystemConfig e) {
   return e.isOpenIdDomains(value);
 }
Ejemplo n.º 25
0
 public boolean test(SystemConfig e) {
   return value == e.isVersionCheckEnabled();
 }
Ejemplo n.º 26
0
 public boolean test(SystemConfig e) {
   return value == e.isUserEmailMandatory();
 }
Ejemplo n.º 27
0
 public boolean test(SystemConfig e) {
   return value == e.isRegistrationDisabled();
 }
Ejemplo n.º 28
0
 public boolean test(SystemConfig e) {
   return value == e.isProjectCreationDisabled();
 }
Ejemplo n.º 29
0
 public int compareTo(SystemConfig other) {
   return toString().toLowerCase().compareTo(other.toString().toLowerCase());
 }
Ejemplo n.º 30
0
 public boolean test(SystemConfig e) {
   return e.isSmtpFrom(value);
 }