arta.synergy.ejb.bp.docflow
Class DocumentSightingManager

java.lang.Object
  extended by arta.synergy.ejb.bp.docflow.DocumentSightingManager

public class DocumentSightingManager
extends java.lang.Object

Created by IntelliJ IDEA. User: exile Date: 06.03.2012 Time: 17:32:29


Constructor Summary
DocumentSightingManager()
           
 
Method Summary
 ServerResult<java.util.ArrayList<ProcessHistory>> getSightings(java.lang.String documentID, int routeItemTypeID, boolean obsolete, java.lang.String locale)
           
static boolean hasSightings(java.lang.String documentID, int routeItemTypeID, boolean obsolete)
           
static boolean hasSightings(java.lang.String documentID, int routeItemTypeID, boolean obsolete, java.sql.Statement st)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSightingManager

public DocumentSightingManager()
Method Detail

getSightings

public ServerResult<java.util.ArrayList<ProcessHistory>> getSightings(java.lang.String documentID,
                                                                      int routeItemTypeID,
                                                                      boolean obsolete,
                                                                      java.lang.String locale)

hasSightings

public static boolean hasSightings(java.lang.String documentID,
                                   int routeItemTypeID,
                                   boolean obsolete)

hasSightings

public static boolean hasSightings(java.lang.String documentID,
                                   int routeItemTypeID,
                                   boolean obsolete,
                                   java.sql.Statement st)
                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000 Dummy Corp. All Rights Reserved.