02/28/2005
 

com.epicentric.common.website
Class ElementUtils

java.lang.Object
  |
  +--com.epicentric.common.website.ElementUtils

Deprecated. as of 7.0, to be removed in 9.0 or later

public class ElementUtils
extends Object

Utility class for generically accessing fields in objects.

Since:
4.0

Field Summary
static String[] LANGUAGE_COMPONENT_TYPES
          Deprecated. List of component types that languages can be bulk downloaded for
static String[] SHAREABLE_COMPONENT_TYPES
          Deprecated. List of component types that can be shared to sites; used in Component Type dropdown headers
 
Constructor Summary
ElementUtils()
          Deprecated.  
 
Method Summary
static com.epicentric.common.listgenerator.PagedIterator getListOfElements(Parameters params)
          Deprecated. This is a legacy method that will now always return null.
protected static Map.Entry getMappingFromSiteURLMap(String key)
          Deprecated.  
static List getMultipleLists(Parameters params)
          Deprecated. This is a legacy method that will now always return null.
protected static com.epicentric.common.website.wizards.sitecreationwizard.SiteCreationWizard.Page getPageFromSiteCreationWizard(Parameters params, String key)
          Deprecated. Returns a request page currently registered with the SiteCreationWizard.
static List getSelectedElements(Parameters params)
          Deprecated.  
static List getSelectionHeaderElements(Parameters params)
          Deprecated. This is a legacy method that will now always return null.
static List getServerSettingsElements(Parameters params)
          Deprecated.  
static List getServerToolsElements(Parameters params)
          Deprecated. This is a legacy method that will now always return null.
static Map getSharedElementsMap(Parameters params)
          Deprecated.  
static List getSharedInElements(Parameters params)
          Deprecated.  
static List getSharedOutElements(Parameters params)
          Deprecated.  
static List getSharingLabelComponentsElements(Parameters params)
          Deprecated.  
static List getSiteOptionsAvailableLanguages(Parameters params)
          Deprecated.  
static List getStyleTypeStyleListingElements(Parameters params)
          Deprecated. This is a legacy method that will now always return null.
static List getSystemElements(List elements)
          Deprecated. Returns a list of elements which are marked as system.
static List getUsersAddChooseRealmElements(Parameters params)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHAREABLE_COMPONENT_TYPES

public static final String[] SHAREABLE_COMPONENT_TYPES
Deprecated. 
List of component types that can be shared to sites; used in Component Type dropdown headers

LANGUAGE_COMPONENT_TYPES

public static final String[] LANGUAGE_COMPONENT_TYPES
Deprecated. 
List of component types that languages can be bulk downloaded for
Constructor Detail

ElementUtils

public ElementUtils()
Deprecated. 
Method Detail

getListOfElements

public static com.epicentric.common.listgenerator.PagedIterator getListOfElements(Parameters params)
Deprecated. 
This is a legacy method that will now always return null.

getSelectionHeaderElements

public static List getSelectionHeaderElements(Parameters params)
Deprecated. 
This is a legacy method that will now always return null.

getSharedInElements

public static List getSharedInElements(Parameters params)
Deprecated. 

getSharedOutElements

public static List getSharedOutElements(Parameters params)
Deprecated. 

getStyleTypeStyleListingElements

public static List getStyleTypeStyleListingElements(Parameters params)
Deprecated. 
This is a legacy method that will now always return null.

getServerToolsElements

public static List getServerToolsElements(Parameters params)
Deprecated. 
This is a legacy method that will now always return null.

getServerSettingsElements

public static List getServerSettingsElements(Parameters params)
Deprecated. 

getSystemElements

public static List getSystemElements(List elements)
Deprecated. 
Returns a list of elements which are marked as system.

getSelectedElements

public static List getSelectedElements(Parameters params)
Deprecated. 

getMappingFromSiteURLMap

protected static Map.Entry getMappingFromSiteURLMap(String key)
Deprecated. 

getUsersAddChooseRealmElements

public static List getUsersAddChooseRealmElements(Parameters params)
Deprecated. 

getSiteOptionsAvailableLanguages

public static List getSiteOptionsAvailableLanguages(Parameters params)
Deprecated. 

getSharingLabelComponentsElements

public static List getSharingLabelComponentsElements(Parameters params)
Deprecated. 

getSharedElementsMap

public static Map getSharedElementsMap(Parameters params)
Deprecated. 

getPageFromSiteCreationWizard

protected static com.epicentric.common.website.wizards.sitecreationwizard.SiteCreationWizard.Page getPageFromSiteCreationWizard(Parameters params,
                                                                                                                                String key)
Deprecated. 
Returns a request page currently registered with the SiteCreationWizard.

getMultipleLists

public static List getMultipleLists(Parameters params)
Deprecated. 
This is a legacy method that will now always return null.

02/28/2005
 

Copyright and Trademark Notices