com.ptc.hli.ecad.query
Class RecentDesign

java.lang.Object
  extended bycom.ptc.hli.ecad.query.RecentDesign
All Implemented Interfaces:
RemoteAccess

public final class RecentDesign
extends Object
implements RemoteAccess


Field Summary
private static int[] CONST_CONDITION_INDEX
           
private static long MILLISEC_PER_DAY
           
(package private) static boolean SERVER
           
private static String SERVER_CLASS
           
private static PersistedDesign[] SIGNATURE
           
(package private) static Comparator timeStampComparator
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
RecentDesign()
           
 
Method Summary
private static Collection getLastUsed(String authoringApp, WTPrincipal user, int numberDays)
           
static PersistedDesign[] query(String authoringApp, int numberDays)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

SERVER_CLASS

private static final String SERVER_CLASS

MILLISEC_PER_DAY

private static final long MILLISEC_PER_DAY
See Also:
Constant Field Values

CONST_CONDITION_INDEX

private static final int[] CONST_CONDITION_INDEX

SIGNATURE

private static final PersistedDesign[] SIGNATURE

timeStampComparator

static final Comparator timeStampComparator
Constructor Detail

RecentDesign

public RecentDesign()
Method Detail

getLastUsed

private static Collection getLastUsed(String authoringApp,
                                      WTPrincipal user,
                                      int numberDays)
                               throws WTException
Throws:
WTException

query

public static PersistedDesign[] query(String authoringApp,
                                      int numberDays)