psdi.app.report

Class AttachedDocs

  • java.lang.Object
    • psdi.app.report.AttachedDocs


  • public class AttachedDocs
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Vector getAllFileBasedDocs()
      Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents which are not URL attachments.
      java.util.Vector getAllPrintableDocs()
      Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents but does not include documents that could not be read or had a MalFormedURL
      int getAllPrintableDocsCount()
      Returns the Vector size of @see getAllPrintableDocs()
      java.util.Vector getAllUrlBasedDocs()
      Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents which are RL attachments.
      java.util.HashSet getBadDocs()
      Returns a HashSet of attached documents qualified by its file URL (escaped) that could not be read or had a MalformedURL
      int getBadDocsCount()
      Returns the HashSet size of @see getPrintablePDFDocs()
      java.util.Vector getPrintableOtherDocs()
      Returns a vector of attached documents names qualified by its file URL (escaped) The vector DOES NOT include PDF documents
      java.util.Vector getPrintablePDFDocs()
      Returns a vector of attached PDF documents names qualified by its file URL (escaped) The vector includes ONLY PDF documents
      int getTotalDocsCount()
      Returns the sum of @see getBadDocsCount() and @see getAllPrintableDocsCount()
      void initalize(MboRemote curMbo)
      Intialize this object
      • Methods inherited from class java.lang.Object

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

      • AttachedDocs

        public AttachedDocs(MboRemote curMbo)
        Constructor
        Parameters:
        sessionContext -
    • Method Detail

      • getPrintableOtherDocs

        public java.util.Vector getPrintableOtherDocs()
        Returns a vector of attached documents names qualified by its file URL (escaped) The vector DOES NOT include PDF documents
        Returns:
        Vector
      • getPrintablePDFDocs

        public java.util.Vector getPrintablePDFDocs()
        Returns a vector of attached PDF documents names qualified by its file URL (escaped) The vector includes ONLY PDF documents
        Returns:
        Vector
      • getAllPrintableDocs

        public java.util.Vector getAllPrintableDocs()
        Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents but does not include documents that could not be read or had a MalFormedURL
        Returns:
        Vector
      • getBadDocs

        public java.util.HashSet getBadDocs()
        Returns a HashSet of attached documents qualified by its file URL (escaped) that could not be read or had a MalformedURL
        Returns:
        HashSet
      • getAllFileBasedDocs

        public java.util.Vector getAllFileBasedDocs()
        Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents which are not URL attachments.
        Returns:
        Vector
      • getAllUrlBasedDocs

        public java.util.Vector getAllUrlBasedDocs()
        Returns a vector of attached documents names qualified by its file URL (escaped) The vector contains ALL (including PDF) documents which are RL attachments.
        Returns:
        Vector
      • getAllPrintableDocsCount

        public int getAllPrintableDocsCount()
        Returns the Vector size of @see getAllPrintableDocs()
        Returns:
        int
      • getBadDocsCount

        public int getBadDocsCount()
        Returns the HashSet size of @see getPrintablePDFDocs()
        Returns:
        int
      • getTotalDocsCount

        public int getTotalDocsCount()
        Returns the sum of @see getBadDocsCount() and @see getAllPrintableDocsCount()
        Returns:
        int
      • initalize

        public void initalize(MboRemote curMbo)
                       throws java.rmi.RemoteException,
                              MXException
        Intialize this object
        Throws:
        java.rmi.RemoteException
        MXException