Class AccessLogSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<AccessLogQuery>
-
- org.cyclos.model.users.accesslogs.AccessLogSearchData
-
- All Implemented Interfaces:
Serializable
public class AccessLogSearchData extends SearchData<AccessLogQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<ChannelVO,AccessLogSearchData>CHANNELSstatic StringCLASS_NAMEstatic ListProperty<NetworkVO,AccessLogSearchData>NETWORKS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description AccessLogSearchData()AccessLogSearchData(Property<T,? super AccessLogSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ChannelVO>getChannels()List<NetworkVO>getNetworks()voidsetChannels(List<ChannelVO> channels)voidsetNetworks(List<NetworkVO> networks)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CHANNELS
public static final ListProperty<ChannelVO,AccessLogSearchData> CHANNELS
-
NETWORKS
public static final ListProperty<NetworkVO,AccessLogSearchData> NETWORKS
-
-
Constructor Detail
-
AccessLogSearchData
public AccessLogSearchData()
-
AccessLogSearchData
public AccessLogSearchData(Property<T,? super AccessLogSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<AccessLogQuery>
-
-