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.scopes.service.AppSettingsService (implements systems.dennis.shared.beans.AppSettingsResolver)
- systems.dennis.shared.scopes.controller.AppSettingsController (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.scopes.form.AppSettingsForm (implements systems.dennis.shared.mongo.form.DefaultForm)
- systems.dennis.shared.scopes.converters.AppSettingsValueTypeIdentifier (implements systems.dennis.shared.converters.ValueTypeIdentifier<FROM,TO>)
- 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>