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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public static final long serialVersionUID
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
IterationTag.doAfterBody()
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
Tag.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.