psdi.common.commtmplt

Class CommUtil

  • java.lang.Object
    • psdi.common.commtmplt.CommUtil


  • public class CommUtil
    extends java.lang.Object
    This class contains some utility methods that are called from communication templates or communication logs.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CommUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void docLinksToArray(MboSetRemote docLinksSet, java.util.Vector fileNameVector, java.util.Vector urlNameVector)
      Given a doclinks mboset, return a list of file names and a list of url names in vectors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommUtil

        public CommUtil()
    • Method Detail

      • docLinksToArray

        public static void docLinksToArray(MboSetRemote docLinksSet,
                                           java.util.Vector fileNameVector,
                                           java.util.Vector urlNameVector)
                                    throws MXException,
                                           java.rmi.RemoteException
        Given a doclinks mboset, return a list of file names and a list of url names in vectors.
        Parameters:
        docLinksSet - The doclink mbo set whose file/url name to be extracted.
        fileNameVector - The vector returned for file names.
        urlNameVector - The vector returned for url names.
        Throws:
        MXException
        java.rmi.RemoteException