public class SynergyNetAppSystemServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SynergyNetAppSystemService
SynergyNetAppSystemService.Util| Constructor and Description |
|---|
SynergyNetAppSystemServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassRoom(ClassRoom classroom)
Adds the class room.
|
void |
align(PerformActionMessage message,
java.lang.String[] projectors)
Align.
|
void |
bringStudentsToTop(PerformActionMessage message,
java.lang.String[] tables)
Bring students to top.
|
void |
changeStudentClass(java.lang.String ID,
java.lang.String newClass)
Change student class.
|
void |
clearProjectorContents(PerformActionMessage message,
java.lang.String[] projectors)
Clear projector contents.
|
void |
createStudent(Student student)
Creates the student.
|
void |
devicesShouldOpenApplication(java.lang.String className,
java.util.List<java.lang.String> devices)
Devices should open application.
|
java.util.ArrayList<ClassRoom> |
getCurrentClasses()
Gets the current classes.
|
java.util.ArrayList<Student> |
getStudentsFromClass(java.lang.String className)
Gets the students from class.
|
void |
modifyStudent(Student student)
Modify student.
|
void |
reloadRemovableDriveContents(PerformActionMessage message,
java.lang.String[] tables)
Reload removable drive contents.
|
void |
reloadServerContents(PerformActionMessage message,
java.lang.String[] tables)
Reload server contents.
|
void |
removeAdditionalContent(PerformActionMessage message,
java.lang.String[] tables)
Removes the additional content.
|
void |
removeClassRoom(ClassRoom classroom)
Removes the class room.
|
void |
removeStudent(java.lang.String ID)
Removes the student.
|
void |
removeStudentFromTable(java.lang.String ID,
java.lang.String table)
Removes the student from table.
|
void |
removeStudentsOfClass(java.lang.String className)
Removes the students of class.
|
void |
sendContentsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo)
Send contents to projector.
|
void |
sendProjectedContentsToTable(java.lang.String[] tablesToSendTo,
java.lang.String[] projectorsToSendTo)
Send projected contents to table.
|
void |
sendScreenshotsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo)
Send screenshots to projector.
|
void |
sendStudentToTable(java.lang.String ID,
java.lang.String table)
Send student to table.
|
void |
setNetworkFlick(PerformActionMessage message,
java.lang.String[] tables)
Sets the network flick.
|
void |
startDatabase()
Start database.
|
void |
stopDatabase()
Stop database.
|
void |
takeScreenshot(PerformActionMessage message,
java.lang.String[] tables)
Take screenshot.
|
void |
toggleFreeze(PerformActionMessage message,
java.lang.String[] tables)
Toggle freeze.
|
getSerializationPolicy, processCall, processPostpublic void addClassRoom(ClassRoom classroom)
SynergyNetAppSystemServiceaddClassRoom in interface SynergyNetAppSystemServiceclassroom - the classroompublic void align(PerformActionMessage message, java.lang.String[] projectors)
SynergyNetAppSystemServicealign in interface SynergyNetAppSystemServicemessage - the messageprojectors - the device to send topublic void bringStudentsToTop(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicebringStudentsToTop in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void changeStudentClass(java.lang.String ID,
java.lang.String newClass)
SynergyNetAppSystemServicechangeStudentClass in interface SynergyNetAppSystemServiceID - the idnewClass - the new classpublic void clearProjectorContents(PerformActionMessage message, java.lang.String[] projectors)
SynergyNetAppSystemServiceclearProjectorContents in interface SynergyNetAppSystemServicemessage - the messageprojectors - the device to send topublic void createStudent(Student student)
SynergyNetAppSystemServicecreateStudent in interface SynergyNetAppSystemServicestudent - the studentpublic void devicesShouldOpenApplication(java.lang.String className,
java.util.List<java.lang.String> devices)
SynergyNetAppSystemServicedevicesShouldOpenApplication in interface SynergyNetAppSystemServiceclassName - the class namedevices - the devicespublic java.util.ArrayList<ClassRoom> getCurrentClasses()
SynergyNetAppSystemServicegetCurrentClasses in interface SynergyNetAppSystemServicepublic java.util.ArrayList<Student> getStudentsFromClass(java.lang.String className)
SynergyNetAppSystemServicegetStudentsFromClass in interface SynergyNetAppSystemServiceclassName - the class selectedpublic void modifyStudent(Student student)
SynergyNetAppSystemServicemodifyStudent in interface SynergyNetAppSystemServicestudent - the studentpublic void reloadRemovableDriveContents(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicereloadRemovableDriveContents in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void reloadServerContents(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicereloadServerContents in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void removeAdditionalContent(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServiceremoveAdditionalContent in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void removeClassRoom(ClassRoom classroom)
SynergyNetAppSystemServiceremoveClassRoom in interface SynergyNetAppSystemServiceclassroom - the classroompublic void removeStudent(java.lang.String ID)
SynergyNetAppSystemServiceremoveStudent in interface SynergyNetAppSystemServiceID - the idpublic void removeStudentFromTable(java.lang.String ID,
java.lang.String table)
SynergyNetAppSystemServiceremoveStudentFromTable in interface SynergyNetAppSystemServiceID - the idtable - the tablepublic void removeStudentsOfClass(java.lang.String className)
SynergyNetAppSystemServiceremoveStudentsOfClass in interface SynergyNetAppSystemServiceclassName - the namepublic void sendContentsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo)
SynergyNetAppSystemServicesendContentsToProjector in interface SynergyNetAppSystemServiceprojectorsToSendTo - the projectors to send totablesToSendTo - the tables to send topublic void sendProjectedContentsToTable(java.lang.String[] tablesToSendTo,
java.lang.String[] projectorsToSendTo)
SynergyNetAppSystemServicesendProjectedContentsToTable in interface SynergyNetAppSystemServicetablesToSendTo - the tables to send toprojectorsToSendTo - the projectors to send topublic void sendScreenshotsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo)
SynergyNetAppSystemServicesendScreenshotsToProjector in interface SynergyNetAppSystemServiceprojectorsToSendTo - the projectors to send totablesToSendTo - the tables to send topublic void sendStudentToTable(java.lang.String ID,
java.lang.String table)
SynergyNetAppSystemServicesendStudentToTable in interface SynergyNetAppSystemServiceID - the idtable - the device selectedpublic void setNetworkFlick(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicesetNetworkFlick in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void startDatabase()
SynergyNetAppSystemServicestartDatabase in interface SynergyNetAppSystemServicepublic void stopDatabase()
SynergyNetAppSystemServicestopDatabase in interface SynergyNetAppSystemServicepublic void takeScreenshot(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicetakeScreenshot in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send topublic void toggleFreeze(PerformActionMessage message, java.lang.String[] tables)
SynergyNetAppSystemServicetoggleFreeze in interface SynergyNetAppSystemServicemessage - the messagetables - the device to send to