Package Hierarchies:
Class Hierarchy
- java.lang.Object
- systems.dennis.shared.utils.ApplicationContext
- systems.dennis.shared.service.AbstractPaginationService<DB_TYPE,ID_TYPE> (implements systems.dennis.shared.service.AbstractService<DB_TYPE,ID_TYPE>)
- systems.dennis.shared.mongo.service.PaginationService<DB_TYPE>
- systems.dennis.shared.ui_settings.controller.TableSettingController (implements systems.dennis.shared.mongo.controller.AddItemController<T,E>, systems.dennis.shared.mongo.controller.DeleteItemController<T>, systems.dennis.shared.mongo.controller.ListItemController<T,E>)
- systems.dennis.shared.ui_settings.controller.UserSettingController (implements systems.dennis.shared.mongo.controller.AddItemController<T,E>, systems.dennis.shared.mongo.controller.DeleteItemController<T>, systems.dennis.shared.mongo.controller.EditItemController<T,E>, systems.dennis.shared.mongo.controller.ListItemController<T,E>)
- systems.dennis.shared.model.IDPresenter<ID_TYPE> (implements systems.dennis.shared.entity.AbstractEntity<ID_TYPE>)
- systems.dennis.shared.mongo.service.StringIdEntity
- systems.dennis.shared.mongo.specification.MongoSpecificationExecutorImpl<T> (implements systems.dennis.shared.repository.AbstractFilterRepo<ENTITY,ID_TYPE>, systems.dennis.shared.repository.AbstractRepository<ENTITY,ID_TYPE>, systems.dennis.shared.mongo.specification.MongoSpecificationExecutor<T>)
- systems.dennis.shared.mongo.specification.AbstractRepository<T>
- systems.dennis.shared.mongo.repository.PaginationRepository<T>
- systems.dennis.shared.ui_settings.form.TableSettingForm (implements systems.dennis.shared.mongo.form.DefaultForm)
- systems.dennis.shared.ui_settings.form.UserFormSettingsForm (implements systems.dennis.shared.mongo.form.DefaultForm)
- systems.dennis.shared.ui_settings.form.UserSettingForm (implements systems.dennis.shared.mongo.form.DefaultForm)
- systems.dennis.shared.controller.items.magic.UserSettingsFormInterface