Package | Description |
---|---|
synergynet3.databasemanagement | |
synergynet3.personalcontentcontrol | |
synergynet3.web.appsystem.client.service | |
synergynet3.web.appsystem.server | |
synergynet3.web.shared |
Modifier and Type | Method and Description |
---|---|
static Student[] |
StudentDatabaseServerControl.getStudents()
Gets the students.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Student> |
DatabaseActivity.getStudentsFromDatabase(java.lang.String hostName)
Gets the students from database.
|
Modifier and Type | Method and Description |
---|---|
static void |
StudentDatabaseServerControl.createStudent(Student student)
Creates the student.
|
static void |
StudentDatabaseServerControl.modifyStudent(Student student)
Modify student.
|
static void |
DatabaseActivity.modifyStudent(Student student,
java.lang.String hostName)
Modify student.
|
static void |
DatabaseActivity.storeStudent(Student student,
java.lang.String hostName)
Store student.
|
Modifier and Type | Method and Description |
---|---|
Student |
StudentRepresentation.getStudent()
Gets the student.
|
Constructor and Description |
---|
StudentRepresentation(Student student)
Instantiates a new student representation.
|
StudentRepresentation(Student student,
java.lang.String studentID,
java.util.logging.Logger log)
Instantiates a new student representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Student> |
SynergyNetAppSystemService.getStudentsFromClass(java.lang.String classSelected)
Gets the students from class.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetAppSystemService.createStudent(Student student)
Creates the student.
|
void |
SynergyNetAppSystemServiceAsync.createStudent(Student student,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Creates the student.
|
void |
SynergyNetAppSystemService.modifyStudent(Student student)
Modify student.
|
void |
SynergyNetAppSystemServiceAsync.modifyStudent(Student student,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Modify student.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetAppSystemServiceAsync.getStudentsFromClass(java.lang.String classSelected,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<Student>> asyncCallback)
Gets the students from class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Student> |
SynergyNetAppSystemServiceImpl.getStudentsFromClass(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetAppSystemServiceImpl.createStudent(Student student) |
void |
SynergyNetAppSystemServiceImpl.modifyStudent(Student student) |
Modifier and Type | Method and Description |
---|---|
int |
Student.compareTo(Student otherStudent) |