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 boolean
WFRule. checkGroupList(WKRole role, ObjectIntTreeMap grpVoteMap, Publication pub)
static boolean
WFRule. 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.boolean
WFTransition. checkRule(ObjectIntTreeMap grpVoteMap, java.util.TreeSet<Member> mbrVoteSet, Publication publication, Member loggedMember)
Perform the ruleboolean
WFState. 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 ObjectIntTreeMap
ChartTag. dataMap
Methods in com.jalios.jtaglib with parameters of type ObjectIntTreeMap Modifier and Type Method Description protected java.util.List
ChartTag. printMixedChart(java.lang.StringBuffer sb, ObjectIntTreeMap items)
Print all items of mixed charts chartprotected java.util.List
ChartTag. printNotMixedChart(java.lang.StringBuffer sb, ObjectIntTreeMap items)
Print all items of not mixed charts chartprotected java.util.List
ChartTag. printSingleChart(java.lang.StringBuffer sb, ObjectIntTreeMap items, int color)
Print all items in a chartvoid
ChartTag. setDataMap(ObjectIntTreeMap dataMap)
-
Uses of ObjectIntTreeMap in com.jalios.util
Methods in com.jalios.util that return ObjectIntTreeMap Modifier and Type Method Description ObjectIntTreeMap
ObjectIntTreeMap. getConsolidatedMap(int level)
This method return an ObjectIntTreeMap consolidated at a given level.protected ObjectIntTreeMap
ObjectIntTreeMap. getConsolidatedMap(int level, ObjectIntTreeMap workingMap)
Methods in com.jalios.util with parameters of type ObjectIntTreeMap Modifier and Type Method Description protected ObjectIntTreeMap
ObjectIntTreeMap. getConsolidatedMap(int level, ObjectIntTreeMap workingMap)
void
ObjectIntTreeMap. inc(java.lang.String key, ObjectIntTreeMap map)
Increments the value associated with the specified key.void
ObjectIntTreeMap. 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
-