com.filenet.wcm.apps.server.util.prefs
Class PrimaryViewConfiguration
java.lang.Object
com.filenet.wcm.apps.server.util.prefs.PrimaryViewConfiguration
- public class PrimaryViewConfiguration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEARCH_TEMPLATE_VIEW
public static final java.lang.String SEARCH_TEMPLATE_VIEW
- See Also:
- Constant Field Values
SIMPLE_SEARCH_VIEW
public static final java.lang.String SIMPLE_SEARCH_VIEW
- See Also:
- Constant Field Values
ADVANCED_AUTHOR
public static final java.lang.String ADVANCED_AUTHOR
- See Also:
- Constant Field Values
PrimaryViewConfiguration
public PrimaryViewConfiguration()
save
public static void save(java.io.OutputStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
load
public static void load(java.io.InputStream in)
throws java.lang.Exception
- Throws:
java.lang.Exception
loadPages
public static void loadPages(java.util.List pages)
getConfiguredPageByURL
public static PrimaryView getConfiguredPageByURL(java.lang.String url)
getConfiguredPage
public static PrimaryView getConfiguredPage(java.lang.String id)
getPageOrder
public static java.lang.String[] getPageOrder()
getConfiguredPages
public static java.util.List getConfiguredPages()
getPrimaryViews
public static java.util.List getPrimaryViews()
setPageOrder
public static void setPageOrder(java.lang.String[] pageOrder)
getDefaultPageOrder
public static java.lang.String[] getDefaultPageOrder()
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.