Class AbstractKeyValuePrintController<F extends pl.matsuo.core.model.print.IPrintFacade>
java.lang.Object
pl.matsuo.core.web.controller.AbstractSearchController<E,P>
pl.matsuo.core.web.controller.AbstractController<E,P>
pl.matsuo.core.web.controller.print.AbstractPrintController<F,pl.matsuo.core.model.print.KeyValuePrint,pl.matsuo.core.params.IQueryRequestParams>
pl.matsuo.core.web.controller.print.AbstractKeyValuePrintController<F>
public abstract class AbstractKeyValuePrintController<F extends pl.matsuo.core.model.print.IPrintFacade> extends AbstractPrintController<F,pl.matsuo.core.model.print.KeyValuePrint,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.print.AbstractPrintController
numerationService, sessionStateFields inherited from class pl.matsuo.core.web.controller.AbstractSearchController
database, entityInitializers, entityType, facadeBuilder -
Constructor Summary
Constructors Constructor Description AbstractKeyValuePrintController() -
Method Summary
Methods inherited from class pl.matsuo.core.web.controller.print.AbstractPrintController
entityInitializersMethods inherited from class pl.matsuo.core.web.controller.AbstractController
childLocation, create, delete, httpEntity, update, updateMethods inherited from class pl.matsuo.core.web.controller.AbstractSearchController
entityQuery, find, list, list, list, listByIds, listQuery, listQuery, listQuery, queryMatchers, queryMatchers, setDatabase, setFacadeBuilder
-
Constructor Details
-
AbstractKeyValuePrintController
public AbstractKeyValuePrintController()
-