Package group

Examples of group.GroupDetailsJson


// TO BE CHANGED TO THE REAL #
                int numOfUsersForGroup = 5;
                               
                //GroupDetailsJson object to be stored in the GroupDetailsJson array
                GroupDetailsJson groupDetailsJson = GroupFactory.createGroupDetailsJson(groupObj, numOfQuestions, numOfUsersForGroup);
             
                groupDetailsList[i] = groupDetailsJson;
            }                   
              //Once all spaces have been filled return GroupListJson[]
            return groupDetailsList;
View Full Code Here

TOP

Related Classes of group.GroupDetailsJson

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.