|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.statement.config.context.util.NLCluSet
public class NLCluSet
Warning
DO NOT change the public method signatures of this class.
The natural language templates are coded against this class's public methods.
If the method signatures are changed then all the templates referencing
this class will need to be changed as well.
$cluSet
is this class.
Example:
"Student must have completed $intValue of $cluSet.getCluSetAsShortName()"
MockCluSetInfo
wrapper class.
Field Summary | |
---|---|
private List<CluInfo> |
cluList
|
private CluSetInfo |
cluSet
|
private String |
cluSetId
|
Constructor Summary | |
---|---|
NLCluSet(String cluSetId,
List<CluInfo> cluList)
|
|
NLCluSet(String cluSetId,
List<CluInfo> cluList,
CluSetInfo cluSet)
|
Method Summary | |
---|---|
String |
getCluAsCode(int index)
Gets a particular CLU's official identifier code at index |
String |
getCluAsShortName(int index)
Gets a particular CLU's official identifier short name. |
List<CluInfo> |
getCluList()
Gets a list of CLUs. |
String |
getCluSetAsCode()
Gets all the CLUs' official identifier code in the CLU set as a comma separated list. |
String |
getCluSetAsCode(String separator)
Gets all the CLUs' official identifier code in the CLU set as a list of values separated by the specified separator. |
String |
getCluSetAsLongName()
Gets all the CLUs' official identifier long name in the CLU set as a comma separated list. |
String |
getCluSetAsLongName(String separator)
Gets all the CLUs' official identifier long name in the CLU set as a list of values separated by the specified separator. |
String |
getCluSetAsShortName()
Gets all the CLUs' official identifier short name in the CLU set as a comma separated list. |
String |
getCluSetAsShortName(String separator)
Gets all the CLUs' official identifier short name in the CLU set as a list of values separated by the specified separator. |
String |
getCluSetId()
Gets the CLU set id. |
String |
getQueryValueFromParam(String param)
|
private String |
getString(StringBuilder sb)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String cluSetId
private List<CluInfo> cluList
private CluSetInfo cluSet
Constructor Detail |
---|
public NLCluSet(String cluSetId, List<CluInfo> cluList)
public NLCluSet(String cluSetId, List<CluInfo> cluList, CluSetInfo cluSet)
Method Detail |
---|
public String getCluSetId()
public List<CluInfo> getCluList()
public String getCluAsShortName(int index)
index
- Index in CLU set
public String getCluAsCode(int index)
index
index
-
public String getCluSetAsShortName()
public String getCluSetAsShortName(String separator)
The
- string value that is used to separate the values in the list.
public String getCluSetAsLongName()
public String getCluSetAsLongName(String separator)
separator
- The string value that is used to separate the values in the list.
public String getCluSetAsCode()
public String getCluSetAsCode(String separator)
separator
- The string value that is used to separate the values in the list.
private String getString(StringBuilder sb)
public String toString()
toString
in class Object
public String getQueryValueFromParam(String param)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |