Package org.apache.ofbiz.common.period
Class PeriodWorker
- java.lang.Object
-
- org.apache.ofbiz.common.period.PeriodWorker
-
public final class PeriodWorker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-