Show / Hide Table of Contents

Class NSSoPrincipalCarrier

Syntax

Constructors

NSSoPrincipalCarrier()

Initializes a new instance of the NSSoPrincipalCarrier class.

Introduced or updated in version: 7.5

Declaration
NSSoPrincipalCarrier

Methods

GetAssociate()

Introduced or updated in version: 7.5

Declaration
String GetAssociate()
Returns
Type Description
String

GetAssociateId()

Introduced or updated in version: 7.5

Declaration
Integer GetAssociateId()
Returns
Type Description
Integer

GetBusinessId()

Introduced or updated in version: 7.5

Declaration
Integer GetBusinessId()
Returns
Type Description
Integer

GetCategoryId()

Introduced or updated in version: 7.5

Declaration
Integer GetCategoryId()
Returns
Type Description
Integer

GetContactId()

Introduced or updated in version: 7.5

Declaration
Integer GetContactId()
Returns
Type Description
Integer

GetContactOwner()

Introduced or updated in version: 7.5

Declaration
Integer GetContactOwner()
Returns
Type Description
Integer

GetCountryId()

Introduced or updated in version: 7.5

Declaration
Integer GetCountryId()
Returns
Type Description
Integer

GetDatabaseContextIdentifier()

Introduced or updated in version: 7.5

Declaration
String GetDatabaseContextIdentifier()
Returns
Type Description
String

GetEjAccessLevel()

Introduced or updated in version: 7.5

Declaration
Integer GetEjAccessLevel()
Returns
Type Description
Integer

GetEjUserId()

Introduced or updated in version: 7.5

Declaration
Integer GetEjUserId()
Returns
Type Description
Integer

GetEjUserStatus()

Introduced or updated in version: 7.5

Declaration
Integer GetEjUserStatus()
Returns
Type Description
Integer

GetEMailAddress()

Introduced or updated in version: 7.5

Declaration
String GetEMailAddress()
Returns
Type Description
String

GetFullName()

Introduced or updated in version: 7.5

Declaration
String GetFullName()
Returns
Type Description
String

GetFunctionRights()

Introduced or updated in version: 7.5

Declaration
String[] GetFunctionRights()
Returns
Type Description
String[]

GetGroupId()

Introduced or updated in version: 7.5

Declaration
Integer GetGroupId()
Returns
Type Description
Integer

GetHomeCountryId()

Introduced or updated in version: 7.5

Declaration
Integer GetHomeCountryId()
Returns
Type Description
Integer

GetIsPerson()

Introduced or updated in version: 7.5

Declaration
Bool GetIsPerson()
Returns
Type Description
Bool

GetLicenses()

Introduced or updated in version: 7.5

Declaration
NSGrantedModuleLicense[] GetLicenses()
Returns
Type Description

GetPersonId()

Introduced or updated in version: 7.5

Declaration
Integer GetPersonId()
Returns
Type Description
Integer

GetProvidedCredentials()

Introduced or updated in version: 7.5

Declaration
NSProvidedCredential[] GetProvidedCredentials()
Returns
Type Description

GetRoleDescription()

Introduced or updated in version: 7.5

Declaration
String GetRoleDescription()
Returns
Type Description
String

GetRoleId()

Introduced or updated in version: 7.5

Declaration
Integer GetRoleId()
Returns
Type Description
Integer

GetRoleName()

Introduced or updated in version: 7.5

Declaration
String GetRoleName()
Returns
Type Description
String

GetRoleType()

Introduced or updated in version: 7.5

Declaration
Integer GetRoleType()
Returns
Type Description
Integer

GetSecondaryGroups()

Introduced or updated in version: 7.5

Declaration
Integer[] GetSecondaryGroups()
Returns
Type Description
Integer[]

GetUserType()

Introduced or updated in version: 7.5

Declaration
Integer GetUserType()
Returns
Type Description
Integer

SetAssociate(String)

Introduced or updated in version: 7.5

Declaration
Void SetAssociate(String associate)
Parameters
Type Name Description
String associate
Returns
Type Description
Void

SetAssociateId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetAssociateId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetBusinessId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetBusinessId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetCategoryId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetCategoryId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetContactId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetContactId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetContactOwner(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetContactOwner(Integer owner)
Parameters
Type Name Description
Integer owner
Returns
Type Description
Void

SetCountryId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetCountryId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetDatabaseContextIdentifier(String)

Introduced or updated in version: 7.5

Declaration
Void SetDatabaseContextIdentifier(String id)
Parameters
Type Name Description
String id
Returns
Type Description
Void

SetEjAccessLevel(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetEjAccessLevel(Integer level)
Parameters
Type Name Description
Integer level
Returns
Type Description
Void

SetEjUserId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetEjUserId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetEjUserStatus(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetEjUserStatus(Integer status)
Parameters
Type Name Description
Integer status
Returns
Type Description
Void

SetEMailAddress(String)

Introduced or updated in version: 7.5

Declaration
Void SetEMailAddress(String email)
Parameters
Type Name Description
String email
Returns
Type Description
Void

SetFullName(String)

Introduced or updated in version: 7.5

Declaration
Void SetFullName(String name)
Parameters
Type Name Description
String name
Returns
Type Description
Void

SetFunctionRights(String[])

Introduced or updated in version: 7.5

Declaration
Void SetFunctionRights(String[] rights)
Parameters
Type Name Description
String[] rights
Returns
Type Description
Void

SetGroupId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetGroupId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetHomeCountryId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetHomeCountryId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetIsPerson(Bool)

Introduced or updated in version: 7.5

Declaration
Void SetIsPerson(Bool isPerson)
Parameters
Type Name Description
Bool isPerson
Returns
Type Description
Void

SetLicenses(NSGrantedModuleLicense[])

Introduced or updated in version: 7.5

Declaration
Void SetLicenses(NSGrantedModuleLicense[] licenses)
Parameters
Type Name Description
licenses
Returns
Type Description
Void

SetPersonId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetPersonId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetProvidedCredentials(NSProvidedCredential[])

Introduced or updated in version: 7.5

Declaration
Void SetProvidedCredentials(NSProvidedCredential[] credentials)
Parameters
Type Name Description
credentials
Returns
Type Description
Void

SetRoleDescription(String)

Introduced or updated in version: 7.5

Declaration
Void SetRoleDescription(String description)
Parameters
Type Name Description
String description
Returns
Type Description
Void

SetRoleId(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetRoleId(Integer id)
Parameters
Type Name Description
Integer id
Returns
Type Description
Void

SetRoleName(String)

Introduced or updated in version: 7.5

Declaration
Void SetRoleName(String name)
Parameters
Type Name Description
String name
Returns
Type Description
Void

SetRoleType(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetRoleType(Integer type)
Parameters
Type Name Description
Integer type
Returns
Type Description
Void

SetSecondaryGroups(Integer[])

Introduced or updated in version: 7.5

Declaration
Void SetSecondaryGroups(Integer[] groups)
Parameters
Type Name Description
Integer[] groups
Returns
Type Description
Void

SetUserType(Integer)

Introduced or updated in version: 7.5

Declaration
Void SetUserType(Integer type)
Parameters
Type Name Description
Integer type
Returns
Type Description
Void
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top