C# Class SobekCM.Engine_Library.ApplicationState.Engine_ApplicationCache_Gateway

Class stores all the application-wide setting information as well as basic values for most of the main object types used by the system
Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
RefreshAll ( ) : bool

Refress all of the settings within this gateway

RefreshAll ( Database_Instance_Configuration DbInstance ) : bool

Refress all of the settings within this gateway

RefreshCodes ( ) : bool

Refresh the aggregation code list by pulling the data back from the database

RefreshCollectionAliases ( ) : bool

Refresh the list of aggregation/collection aliases by pulling the data back from the database

RefreshConfiguration ( ) : bool

Refresh the settings object by pulling the data back from the database

RefreshConfiguration ( Database_Instance_Configuration DbInstance ) : bool

Refresh the settings object by pulling the data back from the database

RefreshDefaultMetadataTemplates ( ) : bool

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested

RefreshIP_Restrictions ( ) : bool

Refresh the list of ip restriction ranges by pulling the data back from the database

RefreshIcons ( ) : bool

Refresh the list of icon/wordmarks by pulling the data back from the database

RefreshItems ( ) : bool

Refresh the item lookup object by pulling the data back from the database

RefreshMimeTypes ( ) : bool

Refresh the list of mime types by pulling the data back from the database

RefreshSettings ( ) : bool

Refresh the settings object by pulling the data back from the database

RefreshSettings ( Database_Instance_Configuration DbInstance ) : bool

Refresh the settings object by pulling the data back from the database

RefreshStatsDateRange ( ) : bool

Refresh the statistics date range by pulling the data back from the database

RefreshStopWords ( ) : bool

Refresh the list of search stop words for database searching by pulling the data back from the database

RefreshThematicHeadings ( ) : bool

Refresh the list of thematic headings by pulling the data back from the database

RefreshTranslations ( ) : bool

Refresh the translation object by pulling the data back from the database

RefreshUrlPortals ( ) : bool

Refresh the URL portals list by pulling the data back from the database

RefreshUserGroups ( ) : bool

Refresh the list of all user groups by pulling the data back from the database

RefreshWebContentHierarchy ( ) : bool

Refresh the hierarchy of non-aggregational web content pages by pulling the data back from the database

RefreshWebSkins ( ) : bool

Refresh the web skin collection by pulling the data back from the database

Private Methods

Method Description
Engine_ApplicationCache_Gateway ( ) : System

Constructor for this gateway class, which sets the last refresh time

load_metadata_template ( ) : void

Method Details

RefreshAll() public static method

Refress all of the settings within this gateway
public static RefreshAll ( ) : bool
return bool

RefreshAll() public static method

Refress all of the settings within this gateway
public static RefreshAll ( Database_Instance_Configuration DbInstance ) : bool
DbInstance SobekCM.Core.Configuration.Database_Instance_Configuration Database instance to use when pulling the new data
return bool

RefreshCodes() public static method

Refresh the aggregation code list by pulling the data back from the database
public static RefreshCodes ( ) : bool
return bool

RefreshCollectionAliases() public static method

Refresh the list of aggregation/collection aliases by pulling the data back from the database
public static RefreshCollectionAliases ( ) : bool
return bool

RefreshConfiguration() public static method

Refresh the settings object by pulling the data back from the database
public static RefreshConfiguration ( ) : bool
return bool

RefreshConfiguration() public static method

Refresh the settings object by pulling the data back from the database
public static RefreshConfiguration ( Database_Instance_Configuration DbInstance ) : bool
DbInstance SobekCM.Core.Configuration.Database_Instance_Configuration
return bool

RefreshDefaultMetadataTemplates() public static method

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested
public static RefreshDefaultMetadataTemplates ( ) : bool
return bool

RefreshIP_Restrictions() public static method

Refresh the list of ip restriction ranges by pulling the data back from the database
public static RefreshIP_Restrictions ( ) : bool
return bool

RefreshIcons() public static method

Refresh the list of icon/wordmarks by pulling the data back from the database
public static RefreshIcons ( ) : bool
return bool

RefreshItems() public static method

Refresh the item lookup object by pulling the data back from the database
public static RefreshItems ( ) : bool
return bool

RefreshMimeTypes() public static method

Refresh the list of mime types by pulling the data back from the database
public static RefreshMimeTypes ( ) : bool
return bool

RefreshSettings() public static method

Refresh the settings object by pulling the data back from the database
public static RefreshSettings ( ) : bool
return bool

RefreshSettings() public static method

Refresh the settings object by pulling the data back from the database
public static RefreshSettings ( Database_Instance_Configuration DbInstance ) : bool
DbInstance SobekCM.Core.Configuration.Database_Instance_Configuration
return bool

RefreshStatsDateRange() public static method

Refresh the statistics date range by pulling the data back from the database
public static RefreshStatsDateRange ( ) : bool
return bool

RefreshStopWords() public static method

Refresh the list of search stop words for database searching by pulling the data back from the database
public static RefreshStopWords ( ) : bool
return bool

RefreshThematicHeadings() public static method

Refresh the list of thematic headings by pulling the data back from the database
public static RefreshThematicHeadings ( ) : bool
return bool

RefreshTranslations() public static method

Refresh the translation object by pulling the data back from the database
public static RefreshTranslations ( ) : bool
return bool

RefreshUrlPortals() public static method

Refresh the URL portals list by pulling the data back from the database
public static RefreshUrlPortals ( ) : bool
return bool

RefreshUserGroups() public static method

Refresh the list of all user groups by pulling the data back from the database
public static RefreshUserGroups ( ) : bool
return bool

RefreshWebContentHierarchy() public static method

Refresh the hierarchy of non-aggregational web content pages by pulling the data back from the database
public static RefreshWebContentHierarchy ( ) : bool
return bool

RefreshWebSkins() public static method

Refresh the web skin collection by pulling the data back from the database
public static RefreshWebSkins ( ) : bool
return bool