Show / Hide Table of Contents

Class SuperStateController

Inheritance
Object
SuperStateController
Implements
IRequiresSessionState
Namespace: SuperOffice.CRM.Web.Controllers
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SuperStateController : ApiController, IRequiresSessionState

Constructors

SuperStateController()

Declaration
public SuperStateController()

Methods

AddHistoryItem(SuperStateController.SetHistoryItemRequest)

Declaration
public void AddHistoryItem(SuperStateController.SetHistoryItemRequest setHistoryItemRequest)
Parameters
Type Name Description
SuperStateController.SetHistoryItemRequest setHistoryItemRequest

ClearCurrent(String, Int32)

Declaration
public void ClearCurrent(string entityName, int id)
Parameters
Type Name Description
String entityName
Int32 id

GetCurrent(SuperStateController.GetCurrentRequest)

Declaration
public HistoryItem GetCurrent(SuperStateController.GetCurrentRequest getCurrentRequest)
Parameters
Type Name Description
SuperStateController.GetCurrentRequest getCurrentRequest
Returns
Type Description
HistoryItem

GetCurrentPrinicipalAssociateId()

Declaration
public int GetCurrentPrinicipalAssociateId()
Returns
Type Description
Int32

GetCurrents(SuperStateController.GetCurrentRequest[])

Declaration
public HistoryItem[] GetCurrents(SuperStateController.GetCurrentRequest[] getCurrentRequests)
Parameters
Type Name Description
SuperStateController.GetCurrentRequest[] getCurrentRequests
Returns
Type Description
HistoryItem[]

GetCustomNewSoProtocol(SuperStateController.GetCustomNewSoProtocolRequest)

Declaration
public string GetCustomNewSoProtocol(SuperStateController.GetCustomNewSoProtocolRequest getCustomNewSoProtocolRequest)
Parameters
Type Name Description
SuperStateController.GetCustomNewSoProtocolRequest getCustomNewSoProtocolRequest
Returns
Type Description
String

GetCustomNewSoProtocolExtended(SuperStateController.GetCustomNewSoProtocolExtendedRequest)

Declaration
public string GetCustomNewSoProtocolExtended(SuperStateController.GetCustomNewSoProtocolExtendedRequest getCustomNewSoProtocolExtendedRequest)
Parameters
Type Name Description
SuperStateController.GetCustomNewSoProtocolExtendedRequest getCustomNewSoProtocolExtendedRequest
Returns
Type Description
String

GetNewSoProtocol()

Declaration
public string GetNewSoProtocol()
Returns
Type Description
String

GetSoProtocol()

Declaration
public string GetSoProtocol()
Returns
Type Description
String

GetSoProtocolByPageId(SuperStateController.GetSoProtocolByPageIdRequest)

Declaration
public string GetSoProtocolByPageId(SuperStateController.GetSoProtocolByPageIdRequest getSoProtocolByPageIdRequest)
Parameters
Type Name Description
SuperStateController.GetSoProtocolByPageIdRequest getSoProtocolByPageIdRequest
Returns
Type Description
String

IsRunningTestDriveROSS()

Declaration
public bool IsRunningTestDriveROSS()
Returns
Type Description
Boolean

KeepAlive()

Declaration
public ServerEventObjResult KeepAlive()
Returns
Type Description
ServerEventObjResult

LogSoProtocol(SuperStateController.LogSoProtocolRequest)

Declaration
public void LogSoProtocol(SuperStateController.LogSoProtocolRequest logSoProtocolRequest)
Parameters
Type Name Description
SuperStateController.LogSoProtocolRequest logSoProtocolRequest

LogSoProtocols(SuperStateController.LogSoProtocolRequest[])

Declaration
public void LogSoProtocols(SuperStateController.LogSoProtocolRequest[] logSoProtocolRequests)
Parameters
Type Name Description
SuperStateController.LogSoProtocolRequest[] logSoProtocolRequests

SetCurrent(SuperStateController.SetCurrentRequest)

Declaration
public HistoryItem SetCurrent(SuperStateController.SetCurrentRequest setCurrentRequest)
Parameters
Type Name Description
SuperStateController.SetCurrentRequest setCurrentRequest
Returns
Type Description
HistoryItem

SetCurrents(SuperStateController.SetCurrentsRequest)

Declaration
public void SetCurrents(SuperStateController.SetCurrentsRequest setCurrentsRequest)
Parameters
Type Name Description
SuperStateController.SetCurrentsRequest setCurrentsRequest

SetHistoryItem(SuperStateController.SetHistoryItemRequest)

Declaration
public void SetHistoryItem(SuperStateController.SetHistoryItemRequest setHistoryItemRequest)
Parameters
Type Name Description
SuperStateController.SetHistoryItemRequest setHistoryItemRequest

SetSoProtocol(SuperStateController.SetSoProtocolRequest)

Declaration
public static string SetSoProtocol(SuperStateController.SetSoProtocolRequest setSoProtocolRequest)
Parameters
Type Name Description
SuperStateController.SetSoProtocolRequest setSoProtocolRequest
Returns
Type Description
String

SetUserPreference(SuperStateController.SetUserPreferenceRequest)

Declaration
public void SetUserPreference(SuperStateController.SetUserPreferenceRequest setUserPreferenceRequest)
Parameters
Type Name Description
SuperStateController.SetUserPreferenceRequest setUserPreferenceRequest

SyncSoProtocol(SuperStateController.SyncSoProtocolRequest)

Declaration
public SuperStateController.SyncSoProtocolResponse SyncSoProtocol(SuperStateController.SyncSoProtocolRequest syncSoProtocolRequest)
Parameters
Type Name Description
SuperStateController.SyncSoProtocolRequest syncSoProtocolRequest
Returns
Type Description
SuperStateController.SyncSoProtocolResponse

Implements

System.Web.SessionState.IRequiresSessionState
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top