Class AccountInfoProvider
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Class providing AccountInfo management.
[ProviderInterface(typeof(IAccountInfoProvider))]
[Obsolete("Use CMS.DataEngine.IInfoProvider<AccountInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<AccountInfo>.Instance property. When faking metadata in CMS.Tests.UnitTests using Fake() use the obsolete provider class until fully removed.")]
[ObsoleteSince(30, 0)]
public class AccountInfoProvider : AbstractInfoProvider<AccountInfo, AccountInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<AccountInfo>, IInfoByNameProvider<AccountInfo>, IBulkInfoProvider<AccountInfo>, IAccountInfoProvider, IInfoProvider<AccountInfo>, IInfoByIdProvider<AccountInfo>, IInfoByGuidProvider<AccountInfo>
- Inheritance
-
objectAccountInfoProvider
- Implements
- Inherited Members
- Extension Methods
Constructors
AccountInfoProvider()
Constructor which sets weak references for ID caching.
public AccountInfoProvider()
Methods
DeleteAccountInfos(string, bool)
Deletes accounts by specified WHERE condition.
[Obsolete("Method is no longer used by the system and will be removed.")]
[ObsoleteSince(29, 7)]
public static void DeleteAccountInfos(string where, bool deleteSubsidiaries)
Parameters
where
stringSQL WHERE condition
deleteSubsidiaries
boolDelete subsidiaries
DeleteAccountInfosInternal(string, bool)
Deletes accounts by WHERE condition
[Obsolete("Method is no longer used by the system and will be removed.")]
[ObsoleteSince(29, 7)]
protected virtual void DeleteAccountInfosInternal(string where, bool deleteSubsidiaries)
Parameters
where
stringSQL WHERE condition to specify deleted accounts
deleteSubsidiaries
boolIndicates if subsidiaries should be deleted
UpdateAccountPrimaryContact(int, int)
Updates primary and secondary contact of all accounts.
[Obsolete("Method is no longer used by the system and will be removed.")]
[ObsoleteSince(29, 7)]
public static void UpdateAccountPrimaryContact(int oldContactID, int newContactID)
Parameters
oldContactID
intID of contact to be replaced
newContactID
intID of new contact to replace oldContact
UpdateAccountPrimaryContactInternal(int, int)
Updates primary and secondary contact of all accounts.
[Obsolete("Method is no longer used by the system and will be removed.")]
[ObsoleteSince(29, 7)]
protected virtual void UpdateAccountPrimaryContactInternal(int oldContactID, int newContactID)
Parameters
oldContactID
intID of contact to be replaced
newContactID
intID of new contact to replace oldContact