|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.zphinx.spine.utils.GroupUtils
public class GroupUtils
A GroupUtils object is an utility object to retrieve StringAttributeBeans from the specified groupName and/or groupIds Array and vice versa.
copyright © Zphinx Software Solutions
Method Summary | |
---|---|
ArrayList |
getGroupArray(ArrayList groupList)
Creates and returns an Array of groupNames from ArrayList of StringAttributeBeans |
ArrayList |
getGroupValueList(String[] groupNames,
String[] groupIds)
Creates and returns an Arraylist of StringAttributeBeans from groupNames and Group Ids Array |
static GroupUtils |
getInstance()
Gets the GroupUtils object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ArrayList getGroupValueList(String[] groupNames, String[] groupIds)
groupNames
- The array of groupNamesgroupIds
- The array of group ids
public ArrayList getGroupArray(ArrayList groupList)
groupList
- The ArrayList of StringAttributeBeans
public static GroupUtils getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |