org.ofbiz.common.period
Class PeriodWorker

java.lang.Object
  extended by org.ofbiz.common.period.PeriodWorker

public class PeriodWorker
extends java.lang.Object


Field Summary
static java.lang.String module
           
 
Constructor Summary
PeriodWorker()
           
 
Method Summary
static EntityCondition getFilterByPeriodExpr(java.lang.String fieldName, GenericValue timePeriod)
          Method to get a condition that checks that the given fieldName is in a given timePeriod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static java.lang.String module
Constructor Detail

PeriodWorker

public PeriodWorker()
Method Detail

getFilterByPeriodExpr

public static EntityCondition getFilterByPeriodExpr(java.lang.String fieldName,
                                                    GenericValue timePeriod)
Method to get a condition that checks that the given fieldName is in a given timePeriod.