![JAR search and dependency download from the Maven repository](/logo.png)
gldapo.search.SearchControls Maven / Gradle / Ivy
//
// Generated stub from file:/Users/daleyl/Projects/gldapo/target/checkout/src/main/groovy/gldapo/search/SearchControls.groovy
//
package gldapo.search;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import gldapo.exception.GldapoException;
public class SearchControls
extends java.lang.Object
implements SearchControlProvider, Cloneable
{
public static final java.lang.Object OBJECT_SEARCHSCOPE = null;
public static final java.lang.Object ONELEVEL_SEARCHSCOPE = null;
public static final java.lang.Object SUBTREE_SEARCHSCOPE = null;
static private Map SEARCHSCOPE_MAPPING = null;
static public Map getSEARCHSCOPE_MAPPING() {
throw new InternalError("Stubbed method");
}
static public void setSEARCHSCOPE_MAPPING(Map value) {
throw new InternalError("Stubbed method");
}
private Integer countLimit = null;
public Integer getCountLimit() {
throw new InternalError("Stubbed method");
}
public void setCountLimit(Integer value) {
throw new InternalError("Stubbed method");
}
private Boolean derefLinkFlag = null;
public Boolean getDerefLinkFlag() {
throw new InternalError("Stubbed method");
}
public void setDerefLinkFlag(Boolean value) {
throw new InternalError("Stubbed method");
}
private java.lang.String searchScope = null;
public java.lang.String getSearchScope() {
throw new InternalError("Stubbed method");
}
private Integer timeLimit = null;
public Integer getTimeLimit() {
throw new InternalError("Stubbed method");
}
public void setTimeLimit(Integer value) {
throw new InternalError("Stubbed method");
}
private Integer pageSize = null;
public Integer getPageSize() {
throw new InternalError("Stubbed method");
}
public void setPageSize(Integer value) {
throw new InternalError("Stubbed method");
}
private SearchControls(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
throw new InternalError("Stubbed method");
}
public SearchControls(Map config) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
public java.lang.Object clone() {
throw new InternalError("Stubbed method");
}
/**
* @todo Use an inspector or something to do this dynamically
*/
public SearchControls mergeWith(java.lang.Object controls) {
throw new InternalError("Stubbed method");
}
public void setSearchScope(java.lang.String sc) {
throw new InternalError("Stubbed method");
}
public Integer getSearchScopeAsInteger() {
throw new InternalError("Stubbed method");
}
public java.lang.Object asType(Class c) {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy