wt.wvs
Interface VisualizationHelperIfc

All Known Implementing Classes:
VisualizationHelper

public interface VisualizationHelperIfc

The VisualizationServiceIfc class provides abstract access to the methods in the com.ptc.wvs package classes from classes in wt.

Supported API: false


Field Summary
static int CLIPBOARD_LINK
           
static int DEFAULT_ICON
           
static String DEFAULT_PVIEW_UPLOAD_PREF_VALUE
           
static String DEFAULT_THUMBNAILS_PROP_PAGE_PREF_VALUE
           
static String DEFAULT_THUMBNAILS_SEARCH_PREF_VALUE
           
static String DEFAULT_THUMBNAILS_VIS_PORTAL_PREF_VALUE
           
static String DEFAULT_USEPRODUCTVIEW_PREF_VALUE
           
static String DEFAULT_VIS_TOOL_TIPS_PREF_VALUE
           
static int DELETE_LINK
           
static int HAS_MARKUP_ICON
           
static int MAKE_DEFAULT
           
static int NUMBER_OF_VISDATA
           
static int PART_VIEW_LINK
           
static String PREF_PVIEW_UPLOAD_ALL
           
static String PREF_PVIEW_UPLOAD_ON_DEMAND
           
static String PREF_VALUE_NO
           
static String PREF_VALUE_YES
           
static int PRINT_LINK
           
static int PRODUCTVIEW_LINK
           
static int PRODUCTVIEWLITE_LINK
           
static int PV_PS_LINK
           
static String PVIEW_UPLOAD_PREF_KEY
           
static String PVIEW_UPLOAD_PREF_NODE
           
static int REFRESH_LINK
           
static int REP_CONFIG_SPEC
           
static int REP_DATE_CREATED
           
static int REP_DESCRIPTION
           
static int REP_NAME
           
static int REPRESENTATIONS
           
static int SAVE_ZIP_LINK
           
static int THUMBNAIL_LINK
           
static int THUMBNAIL_VIEWER_LINK
           
static String THUMBNAILS_PREF_NODE
           
static String THUMBNAILS_PROP_PAGE_PREF_KEY
           
static String THUMBNAILS_SEARCH_PREF_KEY
           
static String THUMBNAILS_VIS_PORTAL_PREF_KEY
           
static String USEPRODUCTVIEW_PREF_KEY
           
static String USEPRODUCTVIEW_PREF_NODE
           
static String VIS_TOOL_TIPS_PREF_KEY
           
static String VIS_TOOL_TIPS_PREF_NODE
           
 
Method Summary
 int clipboardLinkIndex()
          Returns the index of the Add to Clipboard link in the data array returned by getDefaultVisualizationData

Supported API: false
 int defaultIconIndex()
          Returns the index of the Default Representation link in the data array returned by getDefaultVisualizationData

Supported API: false
 int deleteLinkIndex()
          Returns the index of the delete link in the data array returned by getDefaultVisualizationData

Supported API: false
 String getCreateDialogWindow()
          Returns the JavaScript to create a Dialog Window.
 String[] getDefaultVisualizationData(String representableObjectReference, Boolean forListing, Locale locale)
          Returns a set of HTML fragments to display thumbnails and other visualization action links related to a given Representable

Supported API: false
 String getDocThumbnailImage()
          Returns the name of the dummy WTDocument thumbnail image file

Supported API: false
 int getIndexOfVisLink(String prefKey, String prefDefault)
          Returns the index in the data array returned by getDefaultVisualizationData of the URL to use for launching PV.
 String getJSPDirectoryPath()
          Returns the path of the visualization jsp page directory in codebase

Supported API: false
 String getPartStructureBasicURL(String objRef, String configString, Integer levels)
          Returns the URL to the Visualization for the representation

Supported API: false
 String[] getPartStructureCreateRepFormHTML(String objectReference, Integer levels, Integer type, Locale locale)
          Returns HTML fragments for creating a representation for the WTPart structure.
 String getPartStructureED(String objectReference, String configString, Integer levels)
          Returns ED file content for viewing the WTPart structure.
 String[] getPartStructureFormHTML(String objectReference, Integer levels, Integer type, Locale locale)
          Returns HTML fragments for viewing the WTPart structure.
 String getPartStructureHTML(String objectReference, String configString, Integer levels, Locale locale)
          Returns the HTML fragment for viewing the WTPart structure, the users current WTPartConfigSpec will be used.
 String getPartStructureHTML(String objectReference, String configString, Integer levels, Locale locale, Boolean displayThumbnail, Boolean forListing)
          Returns the HTML fragment for viewing the WTPart structure, the users current WTPartConfigSpec will be used.
 String getPartStructurePublishHTML(String objectReference)
          Returns the HTML fragment that will allow publishing to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....
 String[] getPartStructurePVandViewThumbnailLinkHTML(String objectReference)
          Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page.
 WTKeyedMap getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
          Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page.
 String getPartStructurePVHTML(String objectReference)
          Returns the HTML fragment that will allow productview to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....
 WTKeyedMap getPartStructurePVHTML(WTCollection collection)
          Returns a set of HTML fragment to allow ProductView to be launched from the NAME link on the HTML Product Structure page.
 String getPartStructureViewThumbnailLinkHTML(String objectReference)
          Returns the HTML fragment that will allow the thumbnail to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....
 WTKeyedMap getPartStructureViewThumbnailLinkHTML(WTCollection collection)
          Returns a set of HTML fragment to view the thumbnail of the default representation from the HTML Product Structure page.
 String getPVFileUploadPref()
          Returns the user preference for uploading ProductView files.
 int[] getThumbnailSize()
          Returns the user-preferred thumbnail width and height

Supported API: false
 String getThumbnailURL(String objectReference)
          Returns the URL to the Thumbnail Image for the representation

Supported API: false
 String getVisLink(String objectReference, String prefKey, String prefDefault, Boolean forListing, Locale locale)
          Returns the HTML for the URL and image to be displayed as a thumbnail for an object, based on the based on the thumbnail preference for the client.
 String getVisToolTipsPref()
          Returns the user preference for displaying Visualization tool tips on Visualization pages and property pages The return value will be either VisualizationHelperIfc.PREF_VALUE_YES or VisualizationHelperIfc.PREF_VALUE_NO.
 int hasMarkupIconIndex()
          Returns the index of the Markups link in the data array returned by getDefaultVisualizationData

Supported API: false
 boolean isWVSEnabled()
          Returns true if visualization services and required software are installed and configured.
 int makeDefaultLinkIndex()
          Returns the index of the make default link in the data array returned by getDefaultVisualizationData

Supported API: false
 int printLinkIndex()
          Returns the index of the Print link in the data array returned by getDefaultVisualizationData

Supported API: false
 int productViewLinkIndex()
          Returns the index of the Launch ProductView link in the default visualization data array returned by getDefaultVisualizationData

Supported API: false
 int refreshLinkIndex()
          Returns the index of the refresh link in the data array returned by getDefaultVisualizationData

Supported API: false
 int repConfigSpecIndex()
          Returns the index of the representation config spec in the data array returned by getDefaultVisualizationData

Supported API: false
 int repDateCreatedIndex()
          Returns the index of the representation creation date in the data array returned by getDefaultVisualizationData

Supported API: false
 int repDescriptionIndex()
          Returns the index of the representation description in the data array returned by getDefaultVisualizationData

Supported API: false
 int repNameIndex()
          Returns the index of the representation name in the data array returned by getDefaultVisualizationData

Supported API: false
 int thumbnailLinkIndex()
          Returns the index of the thumbnail, Publish Me, or Launch ProductView link in the data array returned by getDefaultVisualizationData

Supported API: false
 int viewPartStructureLinkIndex()
          Returns the index of the part structure view link in the data array returned by getDefaultVisualizationData

Supported API: false
 int viewRepsLinkIndex()
          Returns the index of the view representations link in the data array returned by getDefaultVisualizationData

Supported API: false
 

Field Detail

PREF_VALUE_YES

public static final String PREF_VALUE_YES
See Also:
Constant Field Values

PREF_VALUE_NO

public static final String PREF_VALUE_NO
See Also:
Constant Field Values

THUMBNAILS_SEARCH_PREF_KEY

public static final String THUMBNAILS_SEARCH_PREF_KEY
See Also:
Constant Field Values

THUMBNAILS_PROP_PAGE_PREF_KEY

public static final String THUMBNAILS_PROP_PAGE_PREF_KEY
See Also:
Constant Field Values

THUMBNAILS_VIS_PORTAL_PREF_KEY

public static final String THUMBNAILS_VIS_PORTAL_PREF_KEY
See Also:
Constant Field Values

DEFAULT_THUMBNAILS_SEARCH_PREF_VALUE

public static final String DEFAULT_THUMBNAILS_SEARCH_PREF_VALUE
See Also:
Constant Field Values

DEFAULT_THUMBNAILS_PROP_PAGE_PREF_VALUE

public static final String DEFAULT_THUMBNAILS_PROP_PAGE_PREF_VALUE
See Also:
Constant Field Values

DEFAULT_THUMBNAILS_VIS_PORTAL_PREF_VALUE

public static final String DEFAULT_THUMBNAILS_VIS_PORTAL_PREF_VALUE
See Also:
Constant Field Values

THUMBNAILS_PREF_NODE

public static final String THUMBNAILS_PREF_NODE
See Also:
Constant Field Values

PREF_PVIEW_UPLOAD_ALL

public static final String PREF_PVIEW_UPLOAD_ALL
See Also:
Constant Field Values

PREF_PVIEW_UPLOAD_ON_DEMAND

public static final String PREF_PVIEW_UPLOAD_ON_DEMAND
See Also:
Constant Field Values

PVIEW_UPLOAD_PREF_KEY

public static final String PVIEW_UPLOAD_PREF_KEY
See Also:
Constant Field Values

DEFAULT_PVIEW_UPLOAD_PREF_VALUE

public static final String DEFAULT_PVIEW_UPLOAD_PREF_VALUE
See Also:
Constant Field Values

PVIEW_UPLOAD_PREF_NODE

public static final String PVIEW_UPLOAD_PREF_NODE
See Also:
Constant Field Values

VIS_TOOL_TIPS_PREF_KEY

public static final String VIS_TOOL_TIPS_PREF_KEY
See Also:
Constant Field Values

DEFAULT_VIS_TOOL_TIPS_PREF_VALUE

public static final String DEFAULT_VIS_TOOL_TIPS_PREF_VALUE
See Also:
Constant Field Values

VIS_TOOL_TIPS_PREF_NODE

public static final String VIS_TOOL_TIPS_PREF_NODE
See Also:
Constant Field Values

USEPRODUCTVIEW_PREF_KEY

public static final String USEPRODUCTVIEW_PREF_KEY
See Also:
Constant Field Values

DEFAULT_USEPRODUCTVIEW_PREF_VALUE

public static final String DEFAULT_USEPRODUCTVIEW_PREF_VALUE
See Also:
Constant Field Values

USEPRODUCTVIEW_PREF_NODE

public static final String USEPRODUCTVIEW_PREF_NODE
See Also:
Constant Field Values

PRODUCTVIEW_LINK

public static final int PRODUCTVIEW_LINK
See Also:
Constant Field Values

THUMBNAIL_LINK

public static final int THUMBNAIL_LINK
See Also:
Constant Field Values

CLIPBOARD_LINK

public static final int CLIPBOARD_LINK
See Also:
Constant Field Values

PRINT_LINK

public static final int PRINT_LINK
See Also:
Constant Field Values

DEFAULT_ICON

public static final int DEFAULT_ICON
See Also:
Constant Field Values

HAS_MARKUP_ICON

public static final int HAS_MARKUP_ICON
See Also:
Constant Field Values

REP_NAME

public static final int REP_NAME
See Also:
Constant Field Values

REP_DESCRIPTION

public static final int REP_DESCRIPTION
See Also:
Constant Field Values

REP_CONFIG_SPEC

public static final int REP_CONFIG_SPEC
See Also:
Constant Field Values

REP_DATE_CREATED

public static final int REP_DATE_CREATED
See Also:
Constant Field Values

DELETE_LINK

public static final int DELETE_LINK
See Also:
Constant Field Values

REFRESH_LINK

public static final int REFRESH_LINK
See Also:
Constant Field Values

MAKE_DEFAULT

public static final int MAKE_DEFAULT
See Also:
Constant Field Values

REPRESENTATIONS

public static final int REPRESENTATIONS
See Also:
Constant Field Values

PART_VIEW_LINK

public static final int PART_VIEW_LINK
See Also:
Constant Field Values

PRODUCTVIEWLITE_LINK

public static final int PRODUCTVIEWLITE_LINK
See Also:
Constant Field Values

THUMBNAIL_VIEWER_LINK

public static final int THUMBNAIL_VIEWER_LINK
See Also:
Constant Field Values

PV_PS_LINK

public static final int PV_PS_LINK
See Also:
Constant Field Values

SAVE_ZIP_LINK

public static final int SAVE_ZIP_LINK
See Also:
Constant Field Values

NUMBER_OF_VISDATA

public static final int NUMBER_OF_VISDATA
See Also:
Constant Field Values
Method Detail

isWVSEnabled

public boolean isWVSEnabled()
Returns true if visualization services and required software are installed and configured.

Supported API: false


getPVFileUploadPref

public String getPVFileUploadPref()
Returns the user preference for uploading ProductView files. The return value will be either VisualizationHelperIfc.PREF_PVIEW_UPLOAD_ALL or VisualizationHelperIfc.PREF_PVIEW_UPLOAD_ON_DEMAND.

Supported API: false


getVisToolTipsPref

public String getVisToolTipsPref()
Returns the user preference for displaying Visualization tool tips on Visualization pages and property pages The return value will be either VisualizationHelperIfc.PREF_VALUE_YES or VisualizationHelperIfc.PREF_VALUE_NO.

Supported API: false


getJSPDirectoryPath

public String getJSPDirectoryPath()
Returns the path of the visualization jsp page directory in codebase

Supported API: false


getIndexOfVisLink

public int getIndexOfVisLink(String prefKey,
                             String prefDefault)
Returns the index in the data array returned by getDefaultVisualizationData of the URL to use for launching PV. This depends on the thumbnail preference setting for the client. The index returned will be either that containing the Launch PV icon (productViewLinkIndex) or that containing the thumbnail (thumbnailLinkIndex).

Supported API: false


getVisLink

public String getVisLink(String objectReference,
                         String prefKey,
                         String prefDefault,
                         Boolean forListing,
                         Locale locale)
Returns the HTML for the URL and image to be displayed as a thumbnail for an object, based on the based on the thumbnail preference for the client. The argument prefDefault should be set to either PREF_VALUE_YES or PREF_VALUE_NO. The argument forListing should indicate whether the HTML string is to be used in a results table.

Supported API: false


getCreateDialogWindow

public String getCreateDialogWindow()
Returns the JavaScript to create a Dialog Window. This should be called once per page

Supported API: false


getThumbnailSize

public int[] getThumbnailSize()
Returns the user-preferred thumbnail width and height

Supported API: false


getDocThumbnailImage

public String getDocThumbnailImage()
Returns the name of the dummy WTDocument thumbnail image file

Supported API: false


getDefaultVisualizationData

public String[] getDefaultVisualizationData(String representableObjectReference,
                                            Boolean forListing,
                                            Locale locale)
Returns a set of HTML fragments to display thumbnails and other visualization action links related to a given Representable

Supported API: false

Parameters:
representableObjectReference - The object reference of the representable
forListing - Specifies if the resulting HTML is to be used in a listing
Returns:
String[] HTML fragments, which can be extracted using the "...Index" methods in this class

productViewLinkIndex

public int productViewLinkIndex()
Returns the index of the Launch ProductView link in the default visualization data array returned by getDefaultVisualizationData

Supported API: false


thumbnailLinkIndex

public int thumbnailLinkIndex()
Returns the index of the thumbnail, Publish Me, or Launch ProductView link in the data array returned by getDefaultVisualizationData

Supported API: false


clipboardLinkIndex

public int clipboardLinkIndex()
Returns the index of the Add to Clipboard link in the data array returned by getDefaultVisualizationData

Supported API: false


printLinkIndex

public int printLinkIndex()
Returns the index of the Print link in the data array returned by getDefaultVisualizationData

Supported API: false


defaultIconIndex

public int defaultIconIndex()
Returns the index of the Default Representation link in the data array returned by getDefaultVisualizationData

Supported API: false


hasMarkupIconIndex

public int hasMarkupIconIndex()
Returns the index of the Markups link in the data array returned by getDefaultVisualizationData

Supported API: false


repNameIndex

public int repNameIndex()
Returns the index of the representation name in the data array returned by getDefaultVisualizationData

Supported API: false


repDescriptionIndex

public int repDescriptionIndex()
Returns the index of the representation description in the data array returned by getDefaultVisualizationData

Supported API: false


repConfigSpecIndex

public int repConfigSpecIndex()
Returns the index of the representation config spec in the data array returned by getDefaultVisualizationData

Supported API: false


repDateCreatedIndex

public int repDateCreatedIndex()
Returns the index of the representation creation date in the data array returned by getDefaultVisualizationData

Supported API: false


deleteLinkIndex

public int deleteLinkIndex()
Returns the index of the delete link in the data array returned by getDefaultVisualizationData

Supported API: false


refreshLinkIndex

public int refreshLinkIndex()
Returns the index of the refresh link in the data array returned by getDefaultVisualizationData

Supported API: false


makeDefaultLinkIndex

public int makeDefaultLinkIndex()
Returns the index of the make default link in the data array returned by getDefaultVisualizationData

Supported API: false


viewRepsLinkIndex

public int viewRepsLinkIndex()
Returns the index of the view representations link in the data array returned by getDefaultVisualizationData

Supported API: false


viewPartStructureLinkIndex

public int viewPartStructureLinkIndex()
Returns the index of the part structure view link in the data array returned by getDefaultVisualizationData

Supported API: false


getPartStructureHTML

public String getPartStructureHTML(String objectReference,
                                   String configString,
                                   Integer levels,
                                   Locale locale)
Returns the HTML fragment for viewing the WTPart structure, the users current WTPartConfigSpec will be used.

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
configString - a String representation of the ConfigSpec or null
levels - Specifies number of levels to traverse, -1 = all
locale - Specifies locale for ALT tags
Returns:
String HTML fragment

getPartStructureHTML

public String getPartStructureHTML(String objectReference,
                                   String configString,
                                   Integer levels,
                                   Locale locale,
                                   Boolean displayThumbnail,
                                   Boolean forListing)
Returns the HTML fragment for viewing the WTPart structure, the users current WTPartConfigSpec will be used. The thumbnail image can be displayed in the case of a WTProductConfiguration or a WTProductInstance2, in which case the thumbnail will be from the default representation on the associated WTProduct, ie. the thumbnail is only approximate

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
configString - a String representation of the ConfigSpec or null
levels - Specifies number of levels to traverse, -1 = all
locale - Specifies locale for ALT tags
displayThumbnail - If TRUE the thumbnail will be exposed in the html, if not, an icon will be displayed.
forListing - If TRUE, the HTML will be for a result table
Returns:
String HTML fragment

getPartStructureFormHTML

public String[] getPartStructureFormHTML(String objectReference,
                                         Integer levels,
                                         Integer type,
                                         Locale locale)
Returns HTML fragments for viewing the WTPart structure. The returned String array contains the HTML to start a form in [0] and the HTML to end the form and provide a submit link in [1]. As the length the the config spec definition as a String is long for passing with a GET request this allows a POST request to be used. The actual config spec String should therefore be include in the HTML between the form start and form end as a hidden parameter "config_spec". If no config spec is specified then the users config spec from the database will be used. The returned HTML uses the javascript function createDialogWindow, therefore getCreateDialogWindow should have been used to add this to the page. If WVS is not enabled the returned Strings will be "".

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
levels - Specifies number of levels to traverse, -1 = all
type - Specifies visible type, 1=text only(default), 2=icon only, 3= text & icon
locale - Specifies locale for ALT tags
Returns:
String[] HTML fragments

getPartStructureCreateRepFormHTML

public String[] getPartStructureCreateRepFormHTML(String objectReference,
                                                  Integer levels,
                                                  Integer type,
                                                  Locale locale)
Returns HTML fragments for creating a representation for the WTPart structure. The returned String array contains the HTML to start a form in [0] and the HTML to end the form and provide a submit link in [1]. As the length the the config spec definition as a String is long for passing with a GET request this allows a POST request to be used. The actual config spec String should therefore be include in the HTML between the form start and form end as a hidden parameter "config_spec". If no config spec is specified then the users config spec from the database will be used. The returned HTML uses the javascript function createDialogWindow, therefore getCreateDialogWindow should have been used to add this to the page. If WVS is not enabled the returned Strings will be "".

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
levels - Specifies number of levels to traverse, -1 = all
type - Specifies visible type, 1=text only(default), 2=icon only, 3= text & icon
locale - Specifies locale for ALT tags
Returns:
String[] HTML fragments

getPartStructureED

public String getPartStructureED(String objectReference,
                                 String configString,
                                 Integer levels)
Returns ED file content for viewing the WTPart structure. When the HTML generated by getPartStructureHTML is invoked, ProductView will call, via a jsp, this method to get the actual ED file data.

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
configString - a String representation of the ConfigSpec or null
levels - Specifies number of levels to traverse, -1 = all
Returns:
String HTML fragment

getPartStructurePVHTML

public String getPartStructurePVHTML(String objectReference)
Returns the HTML fragment that will allow productview to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
Returns:
String HTML fragment

getPartStructureViewThumbnailLinkHTML

public String getPartStructureViewThumbnailLinkHTML(String objectReference)
Returns the HTML fragment that will allow the thumbnail to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
Returns:
String HTML fragment

getPartStructurePVandViewThumbnailLinkHTML

public String[] getPartStructurePVandViewThumbnailLinkHTML(String objectReference)
Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page. NOTE: this is not viewing the Part Structure, it is viewing the default representation

Supported API: false

Parameters:
objectReference - The object reference of the representable
Returns:
String HTML fragment2 [0] PV url, [1] view thumbnail url

getPartStructurePublishHTML

public String getPartStructurePublishHTML(String objectReference)
Returns the HTML fragment that will allow publishing to be launched from the NAME link on the HTML Product Structure Page the fragment will be of the form javascript:createdialog(....

Supported API: false

Parameters:
objectReference - The object reference of the WTPart
Returns:
String HTML fragment

getThumbnailURL

public String getThumbnailURL(String objectReference)
Returns the URL to the Thumbnail Image for the representation

Supported API: false

Parameters:
objectReference - The object reference of the representation
Returns:
String URL to the Thumbnail image

getPartStructureBasicURL

public String getPartStructureBasicURL(String objRef,
                                       String configString,
                                       Integer levels)
Returns the URL to the Visualization for the representation

Supported API: false

Parameters:
objRef - The object reference of the representation
configString - ???
levels - The number of levels
Returns:
String URL to the Visualization

getPartStructurePVHTML

public WTKeyedMap getPartStructurePVHTML(WTCollection collection)
Returns a set of HTML fragment to allow ProductView to be launched from the NAME link on the HTML Product Structure page. NOTE: this is not viewing the Part Structure, it is viewing the default representation

Supported API: false

Parameters:
collection - a WTCollection of objects
Returns:
WTKeyedMap

getPartStructureViewThumbnailLinkHTML

public WTKeyedMap getPartStructureViewThumbnailLinkHTML(WTCollection collection)
Returns a set of HTML fragment to view the thumbnail of the default representation from the HTML Product Structure page. NOTE: this is not viewing the Part Structure, it is viewing the default representation

Supported API: false

Parameters:
collection - a WTCollection of objects
Returns:
WTKeyedMap

getPartStructurePVandViewThumbnailLinkHTML

public WTKeyedMap getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page. NOTE: this is not viewing the Part Structure, it is viewing the default representation

Supported API: false

Parameters:
collection - a WTCollection of objects
Returns:
WTKeyedMap