|
|
|
@ -13,6 +13,7 @@ import com.sun.data.provider.RowKey;
|
|
|
|
import com.sun.rave.web.ui.appbase.AbstractPageBean;
|
|
|
|
import com.sun.rave.web.ui.appbase.AbstractPageBean;
|
|
|
|
import com.sun.rave.web.ui.component.Body;
|
|
|
|
import com.sun.rave.web.ui.component.Body;
|
|
|
|
import com.sun.rave.web.ui.component.Button;
|
|
|
|
import com.sun.rave.web.ui.component.Button;
|
|
|
|
|
|
|
|
import com.sun.rave.web.ui.component.Calendar;
|
|
|
|
import com.sun.rave.web.ui.component.DropDown;
|
|
|
|
import com.sun.rave.web.ui.component.DropDown;
|
|
|
|
import com.sun.rave.web.ui.component.Form;
|
|
|
|
import com.sun.rave.web.ui.component.Form;
|
|
|
|
import com.sun.rave.web.ui.component.Head;
|
|
|
|
import com.sun.rave.web.ui.component.Head;
|
|
|
|
@ -36,10 +37,7 @@ import global.Global;
|
|
|
|
import java.text.DateFormat;
|
|
|
|
import java.text.DateFormat;
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.Calendar;
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.Iterator;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
import java.util.ListIterator;
|
|
|
|
import java.util.ListIterator;
|
|
|
|
import javax.faces.FacesException;
|
|
|
|
import javax.faces.FacesException;
|
|
|
|
import javax.faces.component.html.HtmlPanelGrid;
|
|
|
|
import javax.faces.component.html.HtmlPanelGrid;
|
|
|
|
@ -1224,14 +1222,14 @@ public class FormHS extends AbstractPageBean
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.textFilterEstabelecimentoActual = textFilterEstabelecimentoActual;
|
|
|
|
this.textFilterEstabelecimentoActual = textFilterEstabelecimentoActual;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private com.sun.rave.web.ui.component.Calendar calFilterDateActual = new com.sun.rave.web.ui.component.Calendar();
|
|
|
|
private Calendar calFilterDateActual = new Calendar();
|
|
|
|
|
|
|
|
|
|
|
|
public com.sun.rave.web.ui.component.Calendar getCalFilterDateActual()
|
|
|
|
public Calendar getCalFilterDateActual()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return this.calFilterDateActual;
|
|
|
|
return this.calFilterDateActual;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setCalFilterDateActual( com.sun.rave.web.ui.component.Calendar c )
|
|
|
|
public void setCalFilterDateActual( Calendar c )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.calFilterDateActual = c;
|
|
|
|
this.calFilterDateActual = c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1323,14 +1321,14 @@ public class FormHS extends AbstractPageBean
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.textFilterEstabelecimentoSeg = textFilterEstabelecimentoSeg;
|
|
|
|
this.textFilterEstabelecimentoSeg = textFilterEstabelecimentoSeg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private com.sun.rave.web.ui.component.Calendar calFilterDateSeg = new com.sun.rave.web.ui.component.Calendar();
|
|
|
|
private Calendar calFilterDateSeg = new Calendar();
|
|
|
|
|
|
|
|
|
|
|
|
public com.sun.rave.web.ui.component.Calendar getCalFilterDateSeg()
|
|
|
|
public Calendar getCalFilterDateSeg()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return this.calFilterDateSeg;
|
|
|
|
return this.calFilterDateSeg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setCalFilterDateSeg( com.sun.rave.web.ui.component.Calendar c )
|
|
|
|
public void setCalFilterDateSeg( Calendar c )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.calFilterDateSeg = c;
|
|
|
|
this.calFilterDateSeg = c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|