Package pl.matsuo.core.web.controller
Class AbstractSimpleController<E extends pl.matsuo.core.model.AbstractEntity>
java.lang.Object
pl.matsuo.core.web.controller.AbstractSearchController<E,P>
pl.matsuo.core.web.controller.AbstractController<E,pl.matsuo.core.params.IQueryRequestParams>
pl.matsuo.core.web.controller.AbstractSimpleController<E>
- Direct Known Subclasses:
AccessLogController,OrganizationUnitController,PersonController,UserController
public class AbstractSimpleController<E extends pl.matsuo.core.model.AbstractEntity>
extends AbstractController<E,pl.matsuo.core.params.IQueryRequestParams>
-
Nested Class Summary
Nested classes/interfaces inherited from class pl.matsuo.core.web.controller.AbstractSearchController
AbstractSearchController.EntityNotFoundException -
Field Summary
Fields inherited from class pl.matsuo.core.web.controller.AbstractSearchController
database, entityInitializers, entityType, facadeBuilder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pl.matsuo.core.web.controller.AbstractController
childLocation, create, delete, httpEntity, update, updateMethods inherited from class pl.matsuo.core.web.controller.AbstractSearchController
entityInitializers, entityQuery, find, list, list, list, listByIds, listQuery, listQuery, listQuery, queryMatchers, queryMatchers, setDatabase, setFacadeBuilder
-
Constructor Details
-
AbstractSimpleController
public AbstractSimpleController()
-