Class HistoryQueryUtils

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

public final class HistoryQueryUtils extends Object
  • Method Details

    • historyQuery

      public static org.kuali.rice.core.api.criteria.QueryByCriteria historyQuery(String id, org.joda.time.DateTime asOfDate)
    • futureRecordQuery

      public static org.kuali.rice.core.api.criteria.QueryByCriteria futureRecordQuery(String id, org.joda.time.DateTime asOfDate)
    • between

      public static org.kuali.rice.core.api.criteria.Predicate between(String startField, String endField, org.joda.time.DateTime asOfDate)