Click or drag to resize
MVTCombinationInfoProvider Class
Class providing MVTCombinationInfo management.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractInfoProviderMVTCombinationInfo, MVTCombinationInfoProvider, ObjectQueryMVTCombinationInfo
    CMS.DataEngineAbstractInfoProviderMVTCombinationInfo, MVTCombinationInfoProvider
      CMS.OnlineMarketingMVTCombinationInfoProvider

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public class MVTCombinationInfoProvider : AbstractInfoProvider<MVTCombinationInfo, MVTCombinationInfoProvider>

The MVTCombinationInfoProvider type exposes the following members.

Constructors
  NameDescription
Public methodMVTCombinationInfoProvider
Constructor.
Top
Fields
  NameDescription
Protected fieldStatic memberCOMBINATION_CUSTOMNAME_MAX_LENGHT
The maximum allowed length of the automatically generated combination custom names.
Protected fieldStatic memberCOMBINATION_NAME_PREFIX
Default prefix for new combinations.
Protected fieldinfos
Info tables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
Properties
Methods
  NameDescription
Protected methodBeginTransaction
Creates a new transaction over this provider.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkDelete
Bulk deletes info objects based on the given condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableBaseInfo)
Bulk inserts the given list of info objects
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableTInfo, BulkInsertSettings)
Bulk inserts the given list of info objects.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCheckUniqueValues
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodClearHashtables
Clear hashtables.
(Overrides AbstractInfoProviderTInfo, TProvider, TQueryClearHashtables(Boolean).)
Protected methodCreateDefaultBulkInsertSettings
Creates bulk insert settings. By default CheckConstraints and TableLock flags are set.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodCreateInfo
Creates a new info object.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String, Byte, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteInfo
Deletes the object to the database.
(Overrides AbstractInfoProviderTInfo, TProvider, TQueryDeleteInfo(TInfo).)
Public methodStatic memberDeleteMVTCombinationInfo(Int32)
Deletes MVT combination with the specified ID.
Public methodStatic memberDeleteMVTCombinationInfo(String)
Deletes MVT combinations using the specified condition.
Public methodStatic memberDeleteMVTCombinationInfo(MVTCombinationInfo)
Deletes specified MVT combination.
Protected methodDeleteMVTCombinationInfoInternal
Deletes MVT combinations using the specified condition.
Protected methodDeleteObjectFromHashtables
Deletes the object instance from the hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberEnableCombinations
Disables/enables all combinations where the MVT variant is used.
Protected methodEnableCombinationsInternal
Disables all combinations where the variant is used.
Public methodStatic memberEnsureTestCombination(Int32)
Ensures that the page template has a default combination created.
Public methodStatic memberEnsureTestCombination(MVTestInfo)
Ensures that the multivariate test has a default combination created.
Protected methodEnsureTestCombinationInternal(Int32)
Ensures that the page template has a default combination created.
Protected methodEnsureTestCombinationInternal(MVTestInfo)
Ensures that the multivariate test has a default combination created.
Public methodStatic memberGetCombinationName
Gets the formated name of the combination (i.e.: number=2 returns "Combination_002").
Protected methodGetCombinationNameInternal
Gets the formated name of the combination (i.e.: number=2 returns "Combination_002").
Public methodStatic memberGetCombinationsForTemplate
Returns dataset of MVT combinations for the specified page template.
Protected methodGetCombinationsForTemplateInternal
Returns dataset of MVT combinations for the specified page template.
Public methodStatic memberGetCombinationsWithoutWebpart
Gets the combinations which do not contain the specified webpart (instanceGuid).
Protected methodGetCombinationsWithoutWebpartInternal
Gets the combinations which do not contain the specified webpart (instanceGuid).
Public methodStatic memberGetCombinationsWithoutZone
Gets the combinations which do not contain the specified zone.
Protected methodGetCombinationsWithoutZoneInternal
Gets the combinations which do not contain the specified zone.
Public methodStatic memberGetDefaultCombinationInfo
Returns the default MVT combination for the specified page template.
Protected methodGetDefaultCombinationInfoInternal
Returns the default MVT combination for the specified page template.
Protected methodGetDeleteQuery
Gets the object query that deletes all items matching the query parameters
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByFullName
Gets an instance of info object based on the given full name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Boolean)
Gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoById
Gets an instance of info object based on ID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfosByIds
Gets the list of info objects by their IDs.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberGetMVTCombinationInfo(Int32)
Returns MVT combination with the specified ID.
Public methodStatic memberGetMVTCombinationInfo(Int32, String)
Returns MVT combination with the specified combination name and template id.
Public methodStatic memberGetMVTCombinationInfo(String, String, String, String)
Returns MVT combination with the specified parameters.
Protected methodGetMVTCombinationInfoInternal(Int32, String)
Returns MVT combination with the specified combination name and template id.
Protected methodGetMVTCombinationInfoInternal(String, String, String, String)
Returns MVT combination with the specified parameters.
Public methodStatic memberGetMVTCombinations
Returns a query for all the MVTCombinationInfo objects.
Public methodStatic memberGetMVTestCombination(MVTestInfo, PageInfo, ViewModeEnum)
Returns the combination for the specified multivariate test object. If any combination for this multivariate test is stored in a browser cookie then this combination will be used, otherwise will be chosen a random combination for this test.
Public methodStatic memberGetMVTestCombination(MVTestInfo, String, ViewModeEnum)
Returns the combination for the specified multivariate test object. If any combination for this multivariate test is stored in a browser cookie then this combination will be used, otherwise will be chosen a random combination for this test.
Protected methodGetMVTestCombinationInternal(MVTestInfo, PageInfo, ViewModeEnum)
Returns the combination for the specified multivariate test object. If any combination for this multivariate test is stored in a browser cookie then this combination will be used, otherwise will be chosen a random combination for this test.
Protected methodGetMVTestCombinationInternal(MVTestInfo, String, ViewModeEnum)
Returns the combination for the specified multivariate test object. If any combination for this multivariate test is stored in a browser cookie then this combination will be used, otherwise will be chosen a random combination for this test.
Public methodStatic memberGetNewCombinationCustomName
Combines the old custom name with the new variant.
Protected methodGetNewCombinationCustomNameInternal
Combines the old custom name with the new variant.
Public methodStatic memberGetNewCombinationNumber
Gets the new combination number.
Protected methodGetNewCombinationNumberInternal
Gets a new combination number.
Protected methodGetObjectQuery
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetObjectQueryInternal
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider.)
Protected methodGetTemplateCombinationCode(MVTCombinationInfo)
Gets the template combination code.
Protected methodGetTemplateCombinationCode(Int32, String)
Gets the template combination site code.
Protected methodInit
Initializes the provider with the given type info and hashtable settings
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitHashtableSettings
Initializes the HashtableSettings based on typeInfo and using settings as default values.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitTypeInfoAndRegister
Initializes the provider variables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodInvalidate
Sets this provider as invalid
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodStatic memberIsMVTCombinationValid
Checks whether the specified MVT combination is assigned to a specified multivariate test and the multivariate test is running.
Protected methodIsMVTCombinationValidInternal
Checks whether MVT combination is assigned to a specified multivariate test and the multivariate test is running.
Protected methodLoadAllInfos
Loads all infos to the hashtable
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodLoadInfos
Loads all objects from the database to memory.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodLoadTemplateCombinations
Load all combinations from DB to the dictionary.
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodProcessWebFarmTaskInternal
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRegisterObjectInHashtables
Registers the object instance within the hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRemoveOriginalCodeNameFromHashtable
Removes the original object code name from the hashtable
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodSetInfo
Inserts or Updates the object to the database.
(Overrides AbstractInfoProviderTInfo, TProvider, TQuerySetInfo(TInfo).)
Public methodStatic memberSetMVTCombinationInfo
Sets (updates or inserts) specified MVT combination.
Protected methodUpdateData(String, QueryDataParameters, String)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateData(IWhereCondition, IEnumerableKeyValuePairString, Object, Boolean)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateObjectInHashtables
Updates the object instance in the hashtables. Update is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodValidateCodeName
Validates the object code name. Returns true if the code name is valid.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
See Also