org.kuali.rice.kim.api.common.history
Class HistoryQueryUtils

java.lang.Object
  extended by org.kuali.rice.kim.api.common.history.HistoryQueryUtils

public final class HistoryQueryUtils
extends Object


Method Summary
static Predicate between(String startField, String endField, org.joda.time.DateTime asOfDate)
           
static QueryByCriteria futureRecordQuery(String id, org.joda.time.DateTime asOfDate)
           
static QueryByCriteria historyQuery(String id, org.joda.time.DateTime asOfDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

historyQuery

public static QueryByCriteria historyQuery(String id,
                                           org.joda.time.DateTime asOfDate)

futureRecordQuery

public static QueryByCriteria futureRecordQuery(String id,
                                                org.joda.time.DateTime asOfDate)

between

public static Predicate between(String startField,
                                String endField,
                                org.joda.time.DateTime asOfDate)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.