|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.datamodel.classifications.MCRClassificationBrowserData
public class MCRClassificationBrowserData
Instances of MCRClassificationBrowser contain the data of the currently displayed navigation tree. MCRClassificationBrowser uses one MCRClassificationBrowserData instance per browser session to store and update the category lines to be displayed.
| Field Summary | |
|---|---|
static Map<String,String> |
ClassUserTable
|
(package private) int |
maxlevel
|
protected String |
pageName
|
(package private) int |
totalNumOfDocs
|
protected String |
uri
|
protected String |
xslStyle
|
| Constructor Summary | |
|---|---|
MCRClassificationBrowserData(String u,
String mode,
String actclid,
String actEditorCategid)
|
|
| Method Summary | |
|---|---|
static void |
clearUserClassTable(MCRSession session)
|
Document |
createXmlTree(String lang)
Creates an XML representation of MCRClassificationBrowserData |
Document |
createXmlTreeforAllClassifications()
|
MCRCategory |
getClassification()
|
static MCRClassificationPool |
getClassificationPool()
|
String |
getPageName()
Returns the pageName for the classification |
String |
getUri()
|
String |
getXslStyle()
Returns the xslStyle for the classification |
Document |
loadTreeIntoSite(Document cover,
Document browser)
|
void |
setClassification(MCRCategoryID classifID)
|
boolean |
showComments()
Returns true if category comments for the classification currently displayed should be shown. |
void |
update(String categID)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pageName
protected String xslStyle
protected String uri
int maxlevel
int totalNumOfDocs
public static Map<String,String> ClassUserTable
| Constructor Detail |
|---|
public MCRClassificationBrowserData(String u,
String mode,
String actclid,
String actEditorCategid)
throws Exception
Exception| Method Detail |
|---|
public String getUri()
public boolean showComments()
public String getPageName()
public String getXslStyle()
public MCRCategory getClassification()
public Document loadTreeIntoSite(Document cover,
Document browser)
public final void setClassification(MCRCategoryID classifID)
throws Exception
Exception
public Document createXmlTreeforAllClassifications()
throws Exception
Exception
public Document createXmlTree(String lang)
throws Exception
Exception
public void update(String categID)
throws Exception
Exceptionpublic static MCRClassificationPool getClassificationPool()
public static void clearUserClassTable(MCRSession session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||