| Package | Description |
|---|---|
| synergynet3.web.appsystem.client.service | |
| synergynet3.web.appsystem.client.ui.dbcontrol | |
| synergynet3.web.appsystem.server | |
| synergynet3.web.shared |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ClassRoom> |
SynergyNetAppSystemService.getCurrentClasses()
Gets the current classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynergyNetAppSystemService.addClassRoom(ClassRoom classroom)
Adds the class room.
|
void |
SynergyNetAppSystemServiceAsync.addClassRoom(ClassRoom database,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Adds the class room.
|
void |
SynergyNetAppSystemService.removeClassRoom(ClassRoom classroom)
Removes the class room.
|
void |
SynergyNetAppSystemServiceAsync.removeClassRoom(ClassRoom database,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Removes the class room.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynergyNetAppSystemServiceAsync.getCurrentClasses(com.google.gwt.user.client.rpc.AsyncCallback<java.util.ArrayList<ClassRoom>> callback)
Gets the current classes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ClassRoom> |
ClassSelectionPanel.getClassrooms() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ClassRoom> |
SynergyNetAppSystemServiceImpl.getCurrentClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SynergyNetAppSystemServiceImpl.addClassRoom(ClassRoom classroom) |
void |
SynergyNetAppSystemServiceImpl.removeClassRoom(ClassRoom classroom) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClassRoom.compareTo(ClassRoom otherClass) |