Show / Hide Table of Contents

Class AdminErpSyncDataHandler

Inheritance
Object
DataHandlerBase
AdminErpSyncDataHandler
Implements
IDataHandler
IWebObject
IPlugin
Inherited Members
DataHandlerBase.isPreLoadMode
DataHandlerBase._dataCarriers
DataHandlerBase._mandatoryDataCarriers
DataHandlerBase._primaryCurrent
DataHandlerBase._currentHistoryItem
DataHandlerBase._config
DataHandlerBase._id
DataHandlerBase._hasLoaded
DataHandlerBase._isNew
DataHandlerBase.GetRawDataValue(String, String)
DataHandlerBase.GetRawDataValue(String)
DataHandlerBase.Clear()
DataHandlerBase.New()
DataHandlerBase.New(String)
DataHandlerBase.Save()
DataHandlerBase.Delete()
DataHandlerBase.OnBeforeDataBind()
DataHandlerBase.OnBeforeValidate()
DataHandlerBase.CheckMandatoryData(String)
DataHandlerBase.DataCarriersToExpose
DataHandlerBase.ExposeToClient
DataHandlerBase.Id
DataHandlerBase.HasLoaded
DataHandlerBase.IsNew
DataHandlerBase.DataCarriers
DataHandlerBase.PrimaryCurrent
DataHandlerBase.CurrentHistoryItem
DataHandlerBase.EventArgument
DataHandlerBase.EventTarget
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data.Admin
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("AdminErpSyncDataHandler")]
public class AdminErpSyncDataHandler : DataHandlerBase, IDataHandler, IWebObject, IPlugin

Constructors

AdminErpSyncDataHandler()

Declaration
public AdminErpSyncDataHandler()

Methods

ChangeErpSyncEngineStatus(Boolean)

Declaration
public static bool ChangeErpSyncEngineStatus(bool run)
Parameters
Type Name Description
Boolean run
Returns
Type Description
Boolean

CheckCanDeleteCurrentConnector(Int32)

Declaration
public static ErpSyncResponseCode CheckCanDeleteCurrentConnector(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
ErpSyncResponseCode

DeleteCurrentConnection()

Declaration
public static void DeleteCurrentConnection()

DeleteCurrentConnector()

Declaration
public static void DeleteCurrentConnector()

ForceResync(Int32, Int32[])

Declaration
public static void ForceResync(int erpConnectionId, int[] internalKeyIds)
Parameters
Type Name Description
Int32 erpConnectionId
Int32[] internalKeyIds

ForceSyncAll()

Declaration
public static void ForceSyncAll()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
DataHandlerBase.Initialize(XmlNode, String)

IsErpSyncEngineOn()

Declaration
public static bool IsErpSyncEngineOn()
Returns
Type Description
Boolean

Load(String)

Declaration
public override void Load(string CarrierId)
Parameters
Type Name Description
String CarrierId
Overrides
DataHandlerBase.Load(String)

SyncAll()

Declaration
public static void SyncAll()

ToggleConnectionActive(Int32)

Declaration
public static string ToggleConnectionActive(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
String

UpdateConnectionFields()

Declaration
public static void UpdateConnectionFields()

Implements

IDataHandler
IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top