public interface SynergyNetAppSystemServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
addClassRoom(ClassRoom database,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Adds the class room.
|
void |
align(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Align.
|
void |
bringStudentsToTop(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Bring students to top.
|
void |
changeStudentClass(java.lang.String ID,
java.lang.String newClass,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Change student class.
|
void |
clearProjectorContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Clear projector contents.
|
void |
createStudent(Student student,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Creates the student.
|
void |
devicesShouldOpenApplication(java.lang.String className,
java.util.List<java.lang.String> devices,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Devices should open application.
|
void |
getCurrentClasses(com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<ClassRoom>> callback)
Gets the current classes.
|
void |
getStudentsFromClass(java.lang.String classSelected,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<Student>> asyncCallback)
Gets the students from class.
|
void |
modifyStudent(Student student,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Modify student.
|
void |
reloadRemovableDriveContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Reload removable drive contents.
|
void |
reloadServerContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Reload server contents.
|
void |
removeAdditionalContent(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Removes the additional content.
|
void |
removeClassRoom(ClassRoom database,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Removes the class room.
|
void |
removeStudent(java.lang.String ID,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Removes the student.
|
void |
removeStudentFromTable(java.lang.String ID,
java.lang.String table,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Removes the student from table.
|
void |
removeStudentsOfClass(java.lang.String name,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Removes the students of class.
|
void |
sendContentsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Send contents to projector.
|
void |
sendProjectedContentsToTable(java.lang.String[] tablesToSendTo,
java.lang.String[] projectorsToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Send projected contents to table.
|
void |
sendScreenshotsToProjector(java.lang.String[] projectorsToSendTo,
java.lang.String[] tablesToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Send screenshots to projector.
|
void |
sendStudentToTable(java.lang.String ID,
java.lang.String deviceSelected,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Send student to table.
|
void |
setNetworkFlick(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Sets the network flick.
|
void |
startDatabase(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Start database.
|
void |
stopDatabase(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Stop database.
|
void |
takeScreenshot(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Take screenshot.
|
void |
toggleFreeze(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Toggle freeze.
|
void addClassRoom(ClassRoom database, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
database
- the databasecallback
- the callbackvoid align(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid bringStudentsToTop(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid changeStudentClass(java.lang.String ID, java.lang.String newClass, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
ID
- the idnewClass
- the new classasyncCallback
- the async callbackvoid clearProjectorContents(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid createStudent(Student student, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
student
- the studentcallback
- the callbackvoid devicesShouldOpenApplication(java.lang.String className, java.util.List<java.lang.String> devices, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
className
- the class namedevices
- the devicescallback
- the callbackvoid getCurrentClasses(com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<ClassRoom>> callback)
callback
- the callbackvoid getStudentsFromClass(java.lang.String classSelected, com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<Student>> asyncCallback)
classSelected
- the class selectedasyncCallback
- the async callbackvoid modifyStudent(Student student, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
student
- the studentasyncCallback
- the async callbackvoid reloadRemovableDriveContents(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid reloadServerContents(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid removeAdditionalContent(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid removeClassRoom(ClassRoom database, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
database
- the databasecallback
- the callbackvoid removeStudent(java.lang.String ID, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
ID
- the idcallback
- the callbackvoid removeStudentFromTable(java.lang.String ID, java.lang.String table, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
ID
- the idtable
- the tableasyncCallback
- the async callbackvoid removeStudentsOfClass(java.lang.String name, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
name
- the nameasyncCallback
- the async callbackvoid sendContentsToProjector(java.lang.String[] projectorsToSendTo, java.lang.String[] tablesToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
projectorsToSendTo
- the projectors to send totablesToSendTo
- the tables to send toasyncCallback
- the async callbackvoid sendProjectedContentsToTable(java.lang.String[] tablesToSendTo, java.lang.String[] projectorsToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
tablesToSendTo
- the tables to send toprojectorsToSendTo
- the projectors to send toasyncCallback
- the async callbackvoid sendScreenshotsToProjector(java.lang.String[] projectorsToSendTo, java.lang.String[] tablesToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
projectorsToSendTo
- the projectors to send totablesToSendTo
- the tables to send toasyncCallback
- the async callbackvoid sendStudentToTable(java.lang.String ID, java.lang.String deviceSelected, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
ID
- the iddeviceSelected
- the device selectedasyncCallback
- the async callbackvoid setNetworkFlick(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid startDatabase(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
callback
- the callbackvoid stopDatabase(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
asyncCallback
- the async callbackvoid takeScreenshot(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callbackvoid toggleFreeze(PerformActionMessage message, java.lang.String[] deviceToSendTo, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
message
- the messagedeviceToSendTo
- the device to send toasyncCallback
- the async callback