|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.webject.Webject
com.infoengine.webject.grp.GroupWebject
com.infoengine.webject.grp.FormatGroup
Field Summary | |
(package private) static int |
ATTNOEXISTONE
|
(package private) static int |
ATTNOEXISTTWO
|
(package private) static int |
CONTINUE
|
(package private) static int |
INBOTH
|
(package private) static int |
INONE
|
(package private) static int |
INONEFIRSTKEY
|
(package private) static int |
INSECOND
|
protected static String |
RESOURCE
|
(package private) static String |
UNDEFINED_VAL
|
Constructor Summary | |
FormatGroup()
|
Method Summary | |
protected static int |
compare(Element node1,
Element node2,
Vector by1,
Vector by2,
boolean numeric,
boolean checkCase)
Describe 'compare' method here. |
protected static int |
compareCase(Object one,
Object two)
Describe 'compareCase' method here. |
protected static int |
compareNoCase(Object one,
Object two)
Describe 'compareNoCase' method here. |
protected static int |
compareNumeric(Object one,
Object two)
Describe 'compareNumeric' method here. |
protected static Vector |
createCompareLists(String param,
Webject webject)
Describe 'createCompareLists' method here. |
Task |
invoke(Task task)
Describe 'formatGroup' method here. |
protected static int |
sortCompare(String key,
String mid,
boolean numeric,
boolean checkCase)
Describe 'sortCompare' method here. |
protected static void |
sortGroup(Group group,
int lo0,
int hi0,
String key,
String undefined,
boolean checkCase,
boolean numeric,
boolean ascending)
Sorts the ieObjects in the obj_list |
protected static void |
validateInputGroups(Task task,
int count)
|
Methods inherited from class com.infoengine.webject.Webject |
booleanParam |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final int ATTNOEXISTTWO
static final int ATTNOEXISTONE
static final int CONTINUE
static final int INONE
static final int INBOTH
static final int INONEFIRSTKEY
static final int INSECOND
static final String UNDEFINED_VAL
protected static final String RESOURCE
Constructor Detail |
public FormatGroup()
Method Detail |
public Task invoke(Task task) throws GroupWebjectException
invoke
in class Webject
task
- a value of type 'Task'
GroupWebjectException
protected static void validateInputGroups(Task task, int count) throws GroupWebjectException
GroupWebjectException
protected static Vector createCompareLists(String param, Webject webject) throws GroupWebjectException
param
- a value of type 'String'webject
- a value of type 'Webject'
GroupWebjectException
protected static void sortGroup(Group group, int lo0, int hi0, String key, String undefined, boolean checkCase, boolean numeric, boolean ascending) throws GroupWebjectException
group
- The IeGroup to be sortedlo0
- The index of the first element to be sortedhi0
- The index of the last element to be sortedkey
- The key name to be sorted onnumeric
- boolean value, true if comparisons should be numeric, false if
comparison should be alphanumericcheckCase
- boolean value, true if comparison should be case sensitive, false otherwise
GroupWebjectException
protected static int sortCompare(String key, String mid, boolean numeric, boolean checkCase)
key
- a value of type 'String'mid
- a value of type 'String'numeric
- a value of type 'boolean'checkCase
- a value of type 'boolean'
protected static int compare(Element node1, Element node2, Vector by1, Vector by2, boolean numeric, boolean checkCase)
node1
- a value of type 'Element'node2
- a value of type 'Element'by1
- a value of type 'Vector'by2
- a value of type 'Vector'numeric
- a value of type 'boolean'checkCase
- a value of type 'boolean'
protected static int compareCase(Object one, Object two)
one
- a value of type 'Object'two
- a value of type 'Object'
protected static int compareNoCase(Object one, Object two)
one
- a value of type 'Object'two
- a value of type 'Object'
protected static int compareNumeric(Object one, Object two)
one
- a value of type 'Object'two
- a value of type 'Object'
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |