Show / Hide Table of Contents

Class NSNavigatorAgent

Navigator stuff.

Syntax
Examples
NSNavigatorAgent agent;
agent.callMethod(arg1, arg2);

Constructors

NSNavigatorAgent()

Navigator stuff.

Declaration
NSNavigatorAgent
Examples
NSNavigatorAgent agent;
agent.callMethod(arg1, arg2);

Methods

GetNavigatorCompanies(String)

Navigator stuff.

Declaration
NSNavigatorCompany[] GetNavigatorCompanies(String name)
Parameters
Type Name Description
String name
Returns
Type Description
NSNavigatorCompany[]
Examples
NSNavigatorAgent agent;
String name = "";
NSNavigatorCompany[] thing = agent.GetNavigatorCompanies(name);

GetNavigatorCompany(Integer)

Gets an NSNavigatorCompany object.

Declaration
NSNavigatorCompany GetNavigatorCompany(Integer navigatorCompanyId)
Parameters
Type Name Description
Integer navigatorCompanyId
Returns
Type Description
NSNavigatorCompany
Examples
NSNavigatorAgent agent;
NSNavigatorCompany thing = agent.GetNavigatorCompany(123);

GetNavigatorCompanyList(Integer[])

Gets an array of NSNavigatorCompany objects.

Declaration
NSNavigatorCompany[] GetNavigatorCompanyList(Integer[]  navigatorCompanyIds)
Parameters
Type Name Description
Integer[] navigatorCompanyIds
Returns
Type Description
NSNavigatorCompany[]
Examples
Integer[] ids;
NSNavigatorAgent agent;
agent.GetNavigatorCompanyList(ids);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top