org.kuali.ole
Class OleDocStoreData

java.lang.Object
  extended by org.kuali.ole.OleDocStoreData

public class OleDocStoreData
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 9/8/11 Time: 10:41 AM To change this template use File | Settings | File Templates.


Constructor Summary
OleDocStoreData()
           
 
Method Summary
 void addDocType(String docType)
           
 void addFormat(String docType, String format)
           
 void addLevelInfoForFormat(String format, Integer levels)
           
 String getCategory()
           
 List<String> getDoctypes()
           
 Map<String,Integer> getFormatLevelsMap()
           
 List<String> getFormats()
           
 Map<String,List<String>> getTypeFormatMap()
           
 Map<String,Map<String,Long>> getTypeFormatMapWithNodeCount()
           
 void setCategory(String category)
           
 void setDoctypes(List<String> doctypes)
           
 void setFormatLevelsMap(Map<String,Integer> formatLevelsMap)
           
 void setTypeFormatMapWithNodeCount(Map<String,Map<String,Long>> typeFormatMapWithNodeCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleDocStoreData

public OleDocStoreData()
Method Detail

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getTypeFormatMap

public Map<String,List<String>> getTypeFormatMap()

getDoctypes

public List<String> getDoctypes()

setDoctypes

public void setDoctypes(List<String> doctypes)

addDocType

public void addDocType(String docType)

addFormat

public void addFormat(String docType,
                      String format)

addLevelInfoForFormat

public void addLevelInfoForFormat(String format,
                                  Integer levels)

getTypeFormatMapWithNodeCount

public Map<String,Map<String,Long>> getTypeFormatMapWithNodeCount()

setTypeFormatMapWithNodeCount

public void setTypeFormatMapWithNodeCount(Map<String,Map<String,Long>> typeFormatMapWithNodeCount)

getFormatLevelsMap

public Map<String,Integer> getFormatLevelsMap()

setFormatLevelsMap

public void setFormatLevelsMap(Map<String,Integer> formatLevelsMap)

getFormats

public List<String> getFormats()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.