Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • 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.