com.pnpconsult.zeiterfassung.actions.manager
Class NewBillForm
java.lang.Object
org.apache.struts.action.ActionForm
com.pnpconsult.zeiterfassung.actions.manager.NewBillForm
- All Implemented Interfaces:
- java.io.Serializable
- public class NewBillForm
- extends org.apache.struts.action.ActionForm
- Version:
- $Id: NewBillForm.java,v 1.6 2004/05/23 16:59:42 powerpete Exp $
- Author:
- M. Petersen
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewBillForm
public NewBillForm()
currentDate
protected java.util.Date currentDate()
getBill
public Bill getBill()
getBillingMonth
public java.lang.String getBillingMonth()
getBillingYear
public java.lang.String getBillingYear()
getEndMonth
public java.lang.String getEndMonth()
getEndYear
public java.lang.String getEndYear()
getMonthFromCollection
public java.util.Collection getMonthFromCollection()
getMonthToCollection
public java.util.Collection getMonthToCollection()
getProjectId
public java.lang.String getProjectId()
getStartMonth
public java.lang.String getStartMonth()
getStartYear
public java.lang.String getStartYear()
getYearFromCollection
public java.util.Collection getYearFromCollection()
getYearToCollection
public java.util.Collection getYearToCollection()
isBillingMonthSelected
public boolean isBillingMonthSelected()
reset
public void reset(org.apache.struts.action.ActionMapping arg0,
javax.servlet.http.HttpServletRequest arg1)
setBillingMonth
public void setBillingMonth(java.lang.String billingMonth)
setBillingMonthSelected
public void setBillingMonthSelected(boolean billingMonthSelected)
setBillingYear
public void setBillingYear(java.lang.String billingYear)
setEndMonth
public void setEndMonth(java.lang.String monthTo)
setEndYear
public void setEndYear(java.lang.String yearTo)
setProjectId
public void setProjectId(java.lang.String projectId)
throws net.sf.hibernate.HibernateException,
jface.util.factory.FactoryException
- Throws:
net.sf.hibernate.HibernateException
jface.util.factory.FactoryException
setStartMonth
public void setStartMonth(java.lang.String monthFrom)
setStartYear
public void setStartYear(java.lang.String yearFrom)
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
createTable
protected Table createTable(Bill bill)
throws net.sf.hibernate.HibernateException,
jface.util.factory.FactoryException
- This method is used for prototyping and mocking. Overwrite it in
tests to avoid database access.
- Returns:
-
- Throws:
net.sf.hibernate.HibernateException
jface.util.factory.FactoryException
Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.