|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwFilter
public static class OwObjectListView.OwFilter
A map of filter settings.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
protected String |
m_sID
ID of this filter for persistence |
protected static String |
PERSIST_ENTRY_NAME_ATTR_NAME
DOM name for |
protected static String |
PERSIST_FILTER_NODE_NAME
DOM name for persistence |
| Constructor Summary | |
|---|---|
OwObjectListView.OwFilter(String sID_p)
create filter |
|
| Method Summary | |
|---|---|
OwObjectListView.OwFilterEntry |
getFilterEntry(String strProperty_p)
get a single filter setting |
OwSearchNode |
getFilterSearch()
get the current filter search node to filter with |
void |
load(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
set this filter from the given attribute bag |
void |
save(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
persist this filter to the given attribute bag |
void |
setActive(String strProperty_p,
boolean fActive_p)
enable / disable filter |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
protected String m_sID
protected static final String PERSIST_FILTER_NODE_NAME
protected static final String PERSIST_ENTRY_NAME_ATTR_NAME
| Constructor Detail |
|---|
public OwObjectListView.OwFilter(String sID_p)
| Method Detail |
|---|
public void setActive(String strProperty_p,
boolean fActive_p)
throws OwObjectNotFoundException
OwObjectNotFoundException
public OwObjectListView.OwFilterEntry getFilterEntry(String strProperty_p)
throws OwObjectNotFoundException
strProperty_p - String filter property
OwObjectNotFoundException
public OwSearchNode getFilterSearch()
throws Exception
Exception
public void save(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
throws Exception
persistentAttributeBagWriteable_p - OwAttributeBagWriteable
Exception
public void load(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
throws Exception
persistentAttributeBagWriteable_p - OwAttributeBagWriteable
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||