Uses of Interface
br.com.jarch.faces.controller.IBaseDataController
-
Packages that use IBaseDataController 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 IBaseDataController in br.com.jarch.faces.batch
Classes in br.com.jarch.faces.batch that implement IBaseDataController Modifier and Type Class Description classLogDataController -
Uses of IBaseDataController in br.com.jarch.faces.communication
Classes in br.com.jarch.faces.communication that implement IBaseDataController Modifier and Type Class Description classCommunicationDataController -
Uses of IBaseDataController in br.com.jarch.faces.controller
Subinterfaces of IBaseDataController in br.com.jarch.faces.controller Modifier and Type Interface Description interfaceICrudDataController<E extends br.com.jarch.model.ICrudEntity,S,R>Classes in br.com.jarch.faces.controller that implement IBaseDataController Modifier and Type Class Description classBaseDataController<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>>classCrudDataController<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>> -
Uses of IBaseDataController in br.com.jarch.faces.dynamic
Classes in br.com.jarch.faces.dynamic that implement IBaseDataController Modifier and Type Class Description classFieldDynamicDataControllerclassValueDynamicDataController -
Uses of IBaseDataController in br.com.jarch.faces.secret
Classes in br.com.jarch.faces.secret that implement IBaseDataController Modifier and Type Class Description classSecretDataController
-