Class ContentViewsHelper

java.lang.Object
com.ptc.core.percolui.ContentViewsHelper

public class ContentViewsHelper extends Object
Helper class containing constants and methods used in Package and Managed Collection Contents table processing.

Supported API: true

Extendable: false
  • Method Details

    • getMemberOid

      public static NmOid getMemberOid(NmCommandBean cb) throws WTException
      Returns package member NmOid given the client NmCommandBean
      Supported API: true.
      Parameters:
      cb - The client NmCommandBean containing the selected package member and other client request information.
      Returns:
      The selected member object NmOid (maybe null)
      Throws:
      WTException - the wT exception
    • getHolderOid

      public static NmOid getHolderOid(NmCommandBean cb) throws WTException
      Returns holder NmOid given the client NmCommandBean
      Supported API: true.
      Parameters:
      cb - The client NmCommandBean containing the holder and other client request information.
      Returns:
      The holder object NmOid (maybe null)
      Throws:
      WTException - the wT exception