Class InfranetCachedData

java.lang.Object
com.portal.common.InfranetCachedData
Direct Known Subclasses:
BEIDManager, BusinessParams, CurrencyRateManager, InfranetLocaleManager, ReasonCodeManager, SystemDefaultsManager

public class InfranetCachedData extends Object
  • Field Details

  • Constructor Details

    • InfranetCachedData

      protected InfranetCachedData(PortalContext connection)
      Construct an Portal Cached Data object.
      Parameters:
      context - An active connection to Portal.
  • Method Details

    • createDataManagers

      public static boolean createDataManagers(PortalContext connection, Properties props)
      Read a "properties" object to construct (if one doesn't already exist) a series of "Portal Cached Data Managers" for a given Portal connection.
      Parameters:
      props - The properties object that contains the list of "data managers" to create. The keys must start at "0", they must be in ascending sequential order and they must be prefixed with "infranet.cached.data.manager.class".
      context - An active connection to Portal.
    • getInstanceImpl

      protected static InfranetCachedData getInstanceImpl(PortalContext connection, boolean rebuild, InfranetCachedData.InstanceBuilder instBuilder)
    • getInstanceImplSimple

      protected static InfranetCachedData getInstanceImplSimple(Object connection, boolean rebuild, InfranetCachedData.InstanceBuilder instBuilder)
    • buildKey

      protected static String buildKey(PortalContext connection, String dmClassName)
    • buildKeySimple

      protected static String buildKeySimple(Object connection, String dmClassName)