public class ForEachVisitTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
| Constructor and Description | 
|---|
ForEachVisitTag()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
doAfterBody()  | 
int | 
doEndTag()  | 
int | 
doStartTag()  | 
java.lang.Integer | 
getNum()  | 
java.lang.String | 
getSortBy()  | 
java.lang.Integer | 
getType()  | 
java.lang.String | 
getVar()  | 
java.util.Collection<Visit> | 
getVisits()  | 
boolean | 
isDescending()  | 
void | 
setDescending(boolean descending)  | 
void | 
setNum(java.lang.Integer num)  | 
void | 
setSortBy(java.lang.String sortBy)  | 
void | 
setType(java.lang.Integer type)  | 
void | 
setVar(java.lang.String var)  | 
void | 
setVisits(java.util.Collection<Visit> visits)  | 
doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic static final long serialVersionUID
public int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportpublic int doAfterBody()
                throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionIterationTag.doAfterBody()public int doEndTag()
             throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionTag.doEndTag()public boolean isDescending()
public void setDescending(boolean descending)
descending - the descending to setpublic java.util.Collection<Visit> getVisits()
public void setVisits(java.util.Collection<Visit> visits)
visits - the visits to setpublic java.lang.Integer getNum()
public void setNum(java.lang.Integer num)
num - the num to setpublic java.lang.String getSortBy()
public void setSortBy(java.lang.String sortBy)
sortBy - the sortBy to setpublic java.lang.Integer getType()
public void setType(java.lang.Integer type)
type - the type to setpublic java.lang.String getVar()
public void setVar(java.lang.String var)
var - the var to setCopyright © 2018 OpenMRS Inc.. All Rights Reserved.