public class NetworkQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,NetworkQuery> |
DEFAULT_ONLY |
static Property<AdminGroupVO,NetworkQuery> |
MANAGED_BY_GROUP |
static Property<java.lang.String,NetworkQuery> |
NAME |
static Property<NetworkOrderBy,NetworkQuery> |
ORDER_BY |
static Property<java.lang.Boolean,NetworkQuery> |
RETURN_DISABLED |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
NetworkQuery() |
NetworkQuery(Property<T,? super NetworkQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
AdminGroupVO |
getManagedByGroup() |
java.lang.String |
getName() |
NetworkOrderBy |
getOrderBy() |
boolean |
isDefaultOnly() |
boolean |
isReturnDisabled() |
void |
setDefaultOnly(boolean defaultOnly) |
void |
setManagedByGroup(AdminGroupVO managedByGroup) |
void |
setName(java.lang.String name) |
void |
setOrderBy(NetworkOrderBy orderBy) |
void |
setReturnDisabled(boolean returnDisabled) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,NetworkQuery> DEFAULT_ONLY
public static final Property<AdminGroupVO,NetworkQuery> MANAGED_BY_GROUP
public static final Property<java.lang.String,NetworkQuery> NAME
public static final Property<NetworkOrderBy,NetworkQuery> ORDER_BY
public static final Property<java.lang.Boolean,NetworkQuery> RETURN_DISABLED
public NetworkQuery()
public NetworkQuery(Property<T,? super NetworkQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParametersprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class QueryParameterspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class QueryParameterspublic boolean isDefaultOnly()
public AdminGroupVO getManagedByGroup()
public java.lang.String getName()
public NetworkOrderBy getOrderBy()
public boolean isReturnDisabled()
public void setDefaultOnly(boolean defaultOnly)
public void setManagedByGroup(AdminGroupVO managedByGroup)
public void setName(java.lang.String name)
public void setOrderBy(NetworkOrderBy orderBy)
public void setReturnDisabled(boolean returnDisabled)