|
||||||||||
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 String |
cluSetId
|
Constructor Summary | |
---|---|
NLCluSet(String cluSetId,
List<CluInfo> cluList)
|
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 |
getCluSetAsLongName()
Gets all the CLUs' official identifier long name in the CLU set as a comma separated list. |
String |
getCluSetAsShortName()
Gets all the CLUs' official identifier short name in the CLU set as a comma separated list. |
String |
getCluSetId()
Gets the CLU set id. |
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
Constructor Detail |
---|
public NLCluSet(String cluSetId, List<CluInfo> cluList)
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 getCluSetAsLongName()
public String getCluSetAsCode()
private String getString(StringBuilder sb)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |