
Public Member Functions | |
| CompanyController (WORequest request) | |
| WOActionResults | createAction () |
| WOActionResults | destroyAction (@PathParam("company") Company company) throws Throwable |
| WOActionResults | employeesAction (@PathParam("company") Company company) |
| WOActionResults | indexAction () |
| WOActionResults | newAction () |
| WOActionResults | showAction (@PathParam("company") Company company) |
| WOActionResults | updateAction (@PathParam("company") Company company) |
Static Public Member Functions | |
| static ERXKeyFilter | queryFilter () |
| static ERXKeyFilter | showFilter () |
| static ERXKeyFilter | updateFilter () |
| CompanyController | ( | WORequest | request | ) |
| WOActionResults createAction | ( | ) |
| WOActionResults destroyAction | ( | @PathParam("company") Company | company | ) | throws Throwable |
| WOActionResults employeesAction | ( | @PathParam("company") Company | company | ) |
JSR-311 registration of an employees route. This also creates a custom filter that says that when we show employees through a company, use the showFilter from PersonController, but remove the company relationship (since you specified a company) and include the "pets" relationship, but don't include any attributes from pets.
| company |
| WOActionResults indexAction | ( | ) |
| WOActionResults newAction | ( | ) |
| static ERXKeyFilter queryFilter | ( | ) | [static] |
| WOActionResults showAction | ( | @PathParam("company") Company | company | ) |
| static ERXKeyFilter showFilter | ( | ) | [static] |
| WOActionResults updateAction | ( | @PathParam("company") Company | company | ) |
| static ERXKeyFilter updateFilter | ( | ) | [static] |
1.5.8