Uses of Class
com.jalios.util.ObjectIntTreeMap
-
Packages that use ObjectIntTreeMap Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jtaglib Contains the classes of utility Jalios JSP custom tag.com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of ObjectIntTreeMap in com.jalios.jcms
Methods in com.jalios.jcms with parameters of type ObjectIntTreeMap Modifier and Type Method Description protected static booleanWFRule. checkGroupList(WKRole role, ObjectIntTreeMap grpVoteMap, Publication pub)static booleanWFRule. checkRule(java.util.Set<WFRole> roleSet, ObjectIntTreeMap grpVoteMap, java.util.TreeSet<Member> mbrVoteSet, Publication pub, Member mbr)This method determines whether a transition can be performed.booleanWFTransition. checkRule(ObjectIntTreeMap grpVoteMap, java.util.TreeSet<Member> mbrVoteSet, Publication publication, Member loggedMember)Perform the rulebooleanWFState. checkTransition(int targetPstatus, ObjectIntTreeMap grpVoteMap, java.util.TreeSet<Member> mbrVoteSet, Publication pub, Member mbr)Check if there exists at least one transition matching the given criteria and which can be performedConstructors in com.jalios.jcms with parameters of type ObjectIntTreeMap Constructor Description EnumerateFormReport(ObjectIntTreeMap map, long sum) -
Uses of ObjectIntTreeMap in com.jalios.jtaglib
Fields in com.jalios.jtaglib declared as ObjectIntTreeMap Modifier and Type Field Description protected ObjectIntTreeMapChartTag. dataMapMethods in com.jalios.jtaglib with parameters of type ObjectIntTreeMap Modifier and Type Method Description protected java.util.ListChartTag. printMixedChart(java.lang.StringBuffer sb, ObjectIntTreeMap items)Print all items of mixed charts chartprotected java.util.ListChartTag. printNotMixedChart(java.lang.StringBuffer sb, ObjectIntTreeMap items)Print all items of not mixed charts chartprotected java.util.ListChartTag. printSingleChart(java.lang.StringBuffer sb, ObjectIntTreeMap items, int color)Print all items in a chartvoidChartTag. setDataMap(ObjectIntTreeMap dataMap) -
Uses of ObjectIntTreeMap in com.jalios.util
Methods in com.jalios.util that return ObjectIntTreeMap Modifier and Type Method Description ObjectIntTreeMapObjectIntTreeMap. getConsolidatedMap(int level)This method return an ObjectIntTreeMap consolidated at a given level.protected ObjectIntTreeMapObjectIntTreeMap. getConsolidatedMap(int level, ObjectIntTreeMap workingMap)Methods in com.jalios.util with parameters of type ObjectIntTreeMap Modifier and Type Method Description protected ObjectIntTreeMapObjectIntTreeMap. getConsolidatedMap(int level, ObjectIntTreeMap workingMap)voidObjectIntTreeMap. inc(java.lang.String key, ObjectIntTreeMap map)Increments the value associated with the specified key.voidObjectIntTreeMap. incAll(ObjectIntTreeMap map)Incremente all the values of the specified ObjectIntTreeMap.Constructors in com.jalios.util with parameters of type ObjectIntTreeMap Constructor Description ObjectIntTreeMap(ObjectIntTreeMap oitm)A constructor working with a comparator
-