public class ForEachEncounterTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ForEachEncounterTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
java.util.Collection<Encounter> |
getEncounters() |
java.lang.Integer |
getNum() |
java.lang.String |
getSortBy() |
java.lang.Integer |
getType() |
java.lang.String |
getVar() |
boolean |
isDescending() |
void |
setDescending(boolean descending) |
void |
setEncounters(java.util.Collection<Encounter> encounters) |
void |
setNum(java.lang.Integer num) |
void |
setSortBy(java.lang.String sortBy) |
void |
setType(java.lang.Integer type) |
void |
setVar(java.lang.String var) |
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.BodyTagSupportBodyTagSupport.doStartTag()public 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<Encounter> getEncounters()
public void setEncounters(java.util.Collection<Encounter> encounters)
encounters - the encounters 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.