com.filenet.wcm.apps.server.util.webcontent
Class SelectCategoriesUtil

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.webcontent.SelectCategoriesUtil

public class SelectCategoriesUtil
extends java.lang.Object

This class contains helper methods that pertain specifically to the SelectCategoryIDs operation to go to and from an array of GUIDs to a categories XML object set, etc.


Field Summary
static java.lang.String CATEGORY_ID
           
static java.lang.String[] CATEGORY_PROPERTIES
           
 
Constructor Summary
SelectCategoriesUtil()
           
 
Method Summary
static void launchSelectCategories(com.filenet.wcm.toolkit.server.base.WcmController controller, java.lang.String basePath, java.lang.String objectStoreName, java.lang.String siteName, java.lang.String folderName, java.lang.String folderId, org.w3c.dom.Document propertiesXML, java.lang.String responseURL)
          Launch the SelectCategoryIDs operation.
static java.lang.Boolean saveCategories(java.lang.String[] categoryIDs, com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore, java.lang.String objectStoreName, org.w3c.dom.Document propertiesXML)
          Update the properties XML with category selections...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY_ID

public static final java.lang.String CATEGORY_ID
See Also:
Constant Field Values

CATEGORY_PROPERTIES

public static final java.lang.String[] CATEGORY_PROPERTIES
Constructor Detail

SelectCategoriesUtil

public SelectCategoriesUtil()
Method Detail

launchSelectCategories

public static void launchSelectCategories(com.filenet.wcm.toolkit.server.base.WcmController controller,
                                          java.lang.String basePath,
                                          java.lang.String objectStoreName,
                                          java.lang.String siteName,
                                          java.lang.String folderName,
                                          java.lang.String folderId,
                                          org.w3c.dom.Document propertiesXML,
                                          java.lang.String responseURL)
                                   throws java.lang.Exception
Launch the SelectCategoryIDs operation.

Parameters:
controller -
basePath -
objectStoreName -
siteName -
folderName -
folderId -
propertiesXML -
responseURL -
Throws:
java.lang.Exception

saveCategories

public static java.lang.Boolean saveCategories(java.lang.String[] categoryIDs,
                                               com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore,
                                               java.lang.String objectStoreName,
                                               org.w3c.dom.Document propertiesXML)
                                        throws java.lang.Exception
Update the properties XML with category selections...

Parameters:
categoryIDs -
dataStore -
objectStoreName -
propertiesXML -
Returns:
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.