All Frameworks  Class Hierarchy  This Framework  Indexes

DNBReportingInterfaces Interface DNBIIgpFASReportingSettingAtt

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---DNBIIgpFASReportingSettingAtt
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DNBIIgpFASReportingSettingAtt

Describe the functionality of your interface here.

Using this prefered syntax will enable mkdoc to document your class.


Method Index


o GetDefaultStyleSheet(CATUnicodeString&)
Gets value of "DefaultStyleSheet" parameter.
o GetDefaultStyleSheetInfo(CATSettingInfo*)
Gets information on "DefaultStyleSheet" parameter.
o GetJavaClassPath(CATUnicodeString&)
Gets value of "Java Class Path" parameter.
o GetJavaClassPathInfo(CATSettingInfo*)
Gets information on "Java Class Path" parameter.
o GetJavaExe(CATUnicodeString&)
Gets value of "Java Executable" parameter.
o GetJavaExeInfo(CATSettingInfo*)
Gets information on "Java Executable" parameter.
o GetResultOutputDir(CATUnicodeString&)
Gets value of "Java Class Path" parameter.
o GetResultOutputDirInfo(CATSettingInfo*)
Gets information on "Java Class Path" parameter.
o GetSVGViewer(int&)
Gets the type of SVG Viewer
o GetSVGViewerInfo(CATSettingInfo*)
Gets information on "Java Class Path" parameter.
o GetStyleSheetDir(CATUnicodeString&)
Gets value of "Style Sheet directory" parameter.
o GetStyleSheetDirInfo(CATSettingInfo*)
Gets information on "Style Sheet directory" parameter.
o SetDefaultStyleSheet(CATUnicodeString&)
Sets value of "DefaultStyleSheet" parameter.
o SetDefaultStyleSheetLock(unsigned char)
Locks or unlocks the "DefaultStyleSheet" parameter.
o SetJavaClassPath(CATUnicodeString&)
Sets value of "Java Class Path" parameter.
o SetJavaClassPathLock(unsigned char)
Locks or unlocks the "Java Class Path" parameter.
o SetJavaExe(CATUnicodeString&)
Sets value of "Java Executable" parameter.
o SetJavaExeLock(unsigned char)
Locks or unlocks the "Java Executable" parameter.
o SetResultOutputDir(CATUnicodeString&)
Sets value of "Java Class Path" parameter.
o SetResultOutputDirLock(unsigned char)
Locks or unlocks the "Java Class Path" parameter.
o SetSVGViewer(int&)
Sets the type of SVG Viewer
o SetSVGViewerLock(unsigned char)
Locks or unlocks the "Java Class Path" parameter.
o SetStyleSheetDir(CATUnicodeString&)
Sets value of "Style Sheet directory" parameter.
o SetStyleSheetDirLock(unsigned char)
Locks or unlocks the "Style Sheet directory" parameter.

Methods


o GetDefaultStyleSheet
public virtual HRESULT GetDefaultStyleSheet(CATUnicodeString& oDefaultStyleSheet) = 0
Gets value of "DefaultStyleSheet" parameter.
Role: Gets value of "DefaultStyleSheet" parameter
Parameters:
oDnldDir
Variable to return value in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetDefaultStyleSheetInfo
public virtual HRESULT GetDefaultStyleSheetInfo(CATSettingInfo* oInfo)= 0
Gets information on "DefaultStyleSheet" parameter.
Role: Gets information on "DefaultStyleSheet" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetJavaClassPath
public virtual HRESULT GetJavaClassPath(CATUnicodeString& oJavaClassPath)= 0
Gets value of "Java Class Path" parameter.
Role: Gets value of "Java Class Path" parameter
Parameters:
o
JavaClassPath Variable to return value in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetJavaClassPathInfo
public virtual HRESULT GetJavaClassPathInfo(CATSettingInfo* oInfo)= 0
Gets information on "Java Class Path" parameter.
Role: Gets information on "Java Class Path" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetJavaExe
public virtual HRESULT GetJavaExe(CATUnicodeString& oJavaExe)= 0
Gets value of "Java Executable" parameter.
Role: Gets value of "Java Executable" parameter
Parameters:
oJavaExe
Variable to return value in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetJavaExeInfo
public virtual HRESULT GetJavaExeInfo(CATSettingInfo* oInfo)= 0
Gets information on "Java Executable" parameter.
Role: Gets information on "Java Executable" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetResultOutputDir
public virtual HRESULT GetResultOutputDir(CATUnicodeString& oResultOutputDir) = 0
Gets value of "Java Class Path" parameter.
Role: Gets value of "Java Class Path" parameter
Parameters:
o
JavaClassPath Variable to return value in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetResultOutputDirInfo
public virtual HRESULT GetResultOutputDirInfo(CATSettingInfo* oInfo)= 0
Gets information on "Java Class Path" parameter.
Role: Gets information on "Java Class Path" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetSVGViewer
public virtual HRESULT GetSVGViewer(int& osvgViewer) = 0
Gets the type of SVG Viewer
Parameters:
isvgViewer
type of svg viewer to be used Legal values:
1 : Internet Explorer- user needs to have plugin
0: Default viewer (DELIMA SVG Viewer)
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetSVGViewerInfo
public virtual HRESULT GetSVGViewerInfo(CATSettingInfo* oInfo)= 0
Gets information on "Java Class Path" parameter.
Role: Gets information on "Java Class Path" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetStyleSheetDir
public virtual HRESULT GetStyleSheetDir(CATUnicodeString& oStyleSheetDir) = 0
Gets value of "Style Sheet directory" parameter.
Role: Gets value of "OLP Java Executable" parameter
Parameters:
oJavaExe
Variable to return value in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o GetStyleSheetDirInfo
public virtual HRESULT GetStyleSheetDirInfo(CATSettingInfo* oStyleSheetDir)= 0
Gets information on "Style Sheet directory" parameter.
Role: Gets information on "OLP Java Executable" parameter
Parameters:
oInfo
Variable to return information in.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetDefaultStyleSheet
public virtual HRESULT SetDefaultStyleSheet( const CATUnicodeString& iDefaultStyleSheet)= 0
Sets value of "DefaultStyleSheet" parameter.
Role: Sets value of "DefaultStyleSheet" parameter
Parameters:
iDnldDir
New value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetDefaultStyleSheetLock
public virtual HRESULT SetDefaultStyleSheetLock(unsigned char iLocked)= 0
Locks or unlocks the "DefaultStyleSheet" parameter.
Role: Locks or unlocks the "DefaultStyleSheet" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetJavaClassPath
public virtual HRESULT SetJavaClassPath( const CATUnicodeString& iJavaClassPath)= 0
Sets value of "Java Class Path" parameter.
Role: Sets value of "Java Class Path" parameter
Parameters:
i
JavaClassPath New value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetJavaClassPathLock
public virtual HRESULT SetJavaClassPathLock(unsigned char iLocked)= 0
Locks or unlocks the "Java Class Path" parameter.
Role: Locks or unlocks the "Java Class Path" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetJavaExe
public virtual HRESULT SetJavaExe( const CATUnicodeString& iJavaExe)= 0
Sets value of "Java Executable" parameter.
Role: Sets value of "Java Executable" parameter
Parameters:
iJavaExe
New value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetJavaExeLock
public virtual HRESULT SetJavaExeLock(unsigned char iLocked)= 0
Locks or unlocks the "Java Executable" parameter.
Role: Locks or unlocks the "Java Executable" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetResultOutputDir
public virtual HRESULT SetResultOutputDir( const CATUnicodeString& iResultOutputDir) = 0
Sets value of "Java Class Path" parameter.
Role: Sets value of "Java Class Path" parameter
Parameters:
i
JavaClassPath New value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetResultOutputDirLock
public virtual HRESULT SetResultOutputDirLock(unsigned char iLocked)= 0
Locks or unlocks the "Java Class Path" parameter.
Role: Locks or unlocks the "Java Class Path" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetSVGViewer
public virtual HRESULT SetSVGViewer(int& isvgViewer) = 0
Sets the type of SVG Viewer
Parameters:
isvgViewer
type of svg viewer to be used Legal values:
1 : Internet Explorer- user needs to have plugin
0: Default viewer (DELIMA SVG Viewer)
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetSVGViewerLock
public virtual HRESULT SetSVGViewerLock(unsigned char iLocked)= 0
Locks or unlocks the "Java Class Path" parameter.
Role: Locks or unlocks the "Java Class Path" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetStyleSheetDir
public virtual HRESULT SetStyleSheetDir( const CATUnicodeString& iStyleSheetDir)= 0
Sets value of "Style Sheet directory" parameter.
Role: Sets value of "OLP Java Executable" parameter
Parameters:
iJavaExe
New value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetStyleSheetDirLock
public virtual HRESULT SetStyleSheetDirLock(unsigned char iLocked)= 0
Locks or unlocks the "Style Sheet directory" parameter.
Role: Locks or unlocks the "OLP Java Executable" parameter if the operation is allowed in the current administrated environment. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure

This object is included in the file: DNBIIgpFASReportingSettingAtt.h
If needed, your Imakefile.mk should include the module: DNBReportingItf

Copyright © 2003, Dassault Systèmes. All rights reserved.