
Public Member Functions | |
| WOActionResults | createAction () |
| WOActionResults | destroyAction () throws Throwable |
| ERXUnsafeReadOnlyRouteController (WORequest request) | |
| WOActionResults | indexAction () |
| WOActionResults | newAction () throws Throwable |
| WOActionResults | showAction () |
| WOActionResults | updateAction () |
Protected Member Functions | |
| boolean | allowUpdates () |
| T | object () |
| ERXKeyFilter | queryFilter () |
| ERXKeyFilter | showFilter () |
| ERXKeyFilter | updateFilter () |
routeRequestHandler.addDefaultRoutes(YourEntity.ENTITY_NAME, ERXUnsafeReadOnlyRouteController.class);
| <T> | the type of your entity |
| ERXUnsafeReadOnlyRouteController | ( | WORequest | request | ) |
| boolean allowUpdates | ( | ) | [protected] |
| WOActionResults createAction | ( | ) | [virtual] |
Called when you want to commit a new instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| WOActionResults destroyAction | ( | ) | throws Throwable [virtual] |
Called when you want to delete an instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| WOActionResults indexAction | ( | ) | [virtual] |
Called when you want to list instances.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| WOActionResults newAction | ( | ) | throws Throwable [virtual] |
Called when you need an uncommitted blank new instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| T object | ( | ) | [protected] |
| ERXKeyFilter queryFilter | ( | ) | [protected] |
| WOActionResults showAction | ( | ) | [virtual] |
Called when you want to view a single instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| ERXKeyFilter showFilter | ( | ) | [protected] |
| WOActionResults updateAction | ( | ) | [virtual] |
Called when you want to update an instance (or instances).
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| ERXKeyFilter updateFilter | ( | ) | [protected] |
1.5.8