Uses of Class
net.ponec.jworksheet.bo.item.YearMonthDay

Packages that use YearMonthDay
net.ponec.jworksheet.bo Business objects (BO) All classes in the package are presistent. 
net.ponec.jworksheet.bo.item   
net.ponec.jworksheet.core Core of the application 
net.ponec.jworksheet.module The simple module support. 
net.ponec.jworksheet.report Report clasess 
 

Uses of YearMonthDay in net.ponec.jworksheet.bo
 

Fields in net.ponec.jworksheet.bo with type parameters of type YearMonthDay
static UjoProperty<WorkDay,YearMonthDay> WorkDay.P_DATE
          A work day
 

Methods in net.ponec.jworksheet.bo with parameters of type YearMonthDay
 WorkDay WorkSpace.findWorkDay(YearMonthDay dayId)
          Find a workDay or create new.
 

Uses of YearMonthDay in net.ponec.jworksheet.bo.item
 

Methods in net.ponec.jworksheet.bo.item that return YearMonthDay
 YearMonthDay YearMonthDay.cloneDay()
           
 

Uses of YearMonthDay in net.ponec.jworksheet.core
 

Methods in net.ponec.jworksheet.core that return YearMonthDay
 YearMonthDay ApplContext.getSelectedDay()
          Get "Selected Day" - don't modify it!
 

Methods in net.ponec.jworksheet.core with parameters of type YearMonthDay
 void Calculator.init(ApplContext applContext, YearMonthDay dateFrom, YearMonthDay dateTo, java.lang.String reportTitle)
          An general initializaton
 void ApplContext.selectWorkDay(YearMonthDay workDay)
          Select a WorkDay by parameter
 

Uses of YearMonthDay in net.ponec.jworksheet.module
 

Methods in net.ponec.jworksheet.module that return YearMonthDay
 YearMonthDay JwsContext.getSelectedDay()
          Get "Selected Day" - don't modify it!
 

Uses of YearMonthDay in net.ponec.jworksheet.report
 

Fields in net.ponec.jworksheet.report declared as YearMonthDay
protected  YearMonthDay SuperReport.dateFrom
           
protected  YearMonthDay SuperReport.dateTo
           
 

Fields in net.ponec.jworksheet.report with type parameters of type YearMonthDay
static UjoProperty<TaskGroup,YearMonthDay> TaskGroup.P_DAY
           
 

Methods in net.ponec.jworksheet.report that return types with arguments of type YearMonthDay
 java.util.List<YearMonthDay> ReportTab.getDays()
           
 

Methods in net.ponec.jworksheet.report with parameters of type YearMonthDay
 void ReportTab.init(ApplContext applContext, YearMonthDay dateFrom, YearMonthDay dateTo, java.lang.String reportTitle)
           
 void SuperReport.init(ApplContext applContext, YearMonthDay dateFrom, YearMonthDay dateTo, java.lang.String reportTitle)
          General initialization, calculate all report.
protected  boolean SuperReport.isDayOff(YearMonthDay aDay)
          Is the day a DayOff?
 



Copyright © 2007-2009 PPonec