Uses of Interface
br.com.jarch.faces.controller.IBaseListController
-
Packages that use IBaseListController Package Description br.com.jarch.faces.batch br.com.jarch.faces.communication br.com.jarch.faces.controller br.com.jarch.faces.dynamic br.com.jarch.faces.secret -
-
Uses of IBaseListController in br.com.jarch.faces.batch
Classes in br.com.jarch.faces.batch that implement IBaseListController Modifier and Type Class Description classLogListController -
Uses of IBaseListController in br.com.jarch.faces.communication
Classes in br.com.jarch.faces.communication that implement IBaseListController Modifier and Type Class Description classCommunicationListController -
Uses of IBaseListController in br.com.jarch.faces.controller
Subinterfaces of IBaseListController in br.com.jarch.faces.controller Modifier and Type Interface Description interfaceICrudListController<E extends br.com.jarch.model.ICrudEntity,S extends br.com.jarch.crud.service.ICrudService<E>,R extends br.com.jarch.crud.repository.CrudRepository<E>>Classes in br.com.jarch.faces.controller that implement IBaseListController Modifier and Type Class Description classBaseListController<E extends br.com.jarch.model.IIdentity,S extends br.com.jarch.crud.service.IBaseService<E>,R extends br.com.jarch.crud.repository.BaseRepository<E>>classCrudListController<E extends br.com.jarch.model.ICrudEntity,S extends br.com.jarch.crud.service.ICrudService<E>,R extends br.com.jarch.crud.repository.CrudRepository<E>>Methods in br.com.jarch.faces.controller with type parameters of type IBaseListController Modifier and Type Method Description static <A extends IBaseListController<?,?,?>>
java.util.List<br.com.jarch.model.ItemMenuArch>ItemMenuFactory. createMenuFromListAction(A listaAction)Constructors in br.com.jarch.faces.controller with parameters of type IBaseListController Constructor Description AcessMenu(IBaseListController<?,?,?> controller) -
Uses of IBaseListController in br.com.jarch.faces.dynamic
Classes in br.com.jarch.faces.dynamic that implement IBaseListController Modifier and Type Class Description classFieldDynamicListControllerclassValueDynamicListController -
Uses of IBaseListController in br.com.jarch.faces.secret
Classes in br.com.jarch.faces.secret that implement IBaseListController Modifier and Type Class Description classSecretListController
-