Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS 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).
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
WFRule.checkGroupList(WKRole role,
ObjectIntTreeMap grpVoteMap,
Publication pub) |
boolean |
WFTransition.checkRule(ObjectIntTreeMap grpVoteMap,
java.util.TreeSet<Member> mbrVoteSet,
Publication publication,
Member loggedMember)
Perform the rule
|
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 |
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 performed
|
Constructor and Description |
---|
EnumerateFormReport(ObjectIntTreeMap map,
long sum) |
Modifier and Type | Field and Description |
---|---|
protected ObjectIntTreeMap |
ChartTag.dataMap |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
ChartTag.printMixedChart(java.lang.StringBuffer sb,
ObjectIntTreeMap items)
Print all items of mixed charts chart
|
protected java.util.List |
ChartTag.printNotMixedChart(java.lang.StringBuffer sb,
ObjectIntTreeMap items)
Print all items of not mixed charts chart
|
protected java.util.List |
ChartTag.printSingleChart(java.lang.StringBuffer sb,
ObjectIntTreeMap items,
int color)
Print all items in a chart
|
void |
ChartTag.setDataMap(ObjectIntTreeMap dataMap) |
Modifier and Type | Method and Description |
---|---|
ObjectIntTreeMap |
ObjectIntTreeMap.getConsolidatedMap(int level)
This method return an ObjectIntTreeMap consolidated
at a given level.
|
protected ObjectIntTreeMap |
ObjectIntTreeMap.getConsolidatedMap(int level,
ObjectIntTreeMap workingMap) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ObjectIntTreeMap(ObjectIntTreeMap oitm)
A constructor working with a comparator
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.