所有程序包的分层结构
程序包分层结构:- top.daxian1218.dust.edp,
- top.daxian1218.dust.edp.common,
- top.daxian1218.dust.edp.component,
- top.daxian1218.dust.edp.controllers,
- top.daxian1218.dust.edp.services,
- top.daxian1218.dust.edp.services.authentication,
- top.daxian1218.dust.edp.services.common,
- top.daxian1218.dust.edp.services.dev,
- top.daxian1218.dust.edp.services.dict,
- top.daxian1218.dust.edp.services.io,
- top.daxian1218.dust.edp.services.queryProject,
- top.daxian1218.dust.edp.services.storage,
- top.daxian1218.dust.edp.services.sys,
- top.daxian1218.dust.edp.ui,
- top.daxian1218.dust.edp.utils
类分层结构
- java.lang.Object
- top.daxian1218.dust.edp.ui.AdvancedQuery
- top.daxian1218.dust.edp.ui.AdvancedQuery.QueryProjectItem
- top.daxian1218.dust.edp.AppCodes
- top.daxian1218.dust.edp.services.BaseService
- top.daxian1218.dust.edp.services.queryProject.AdvancedQueryService
- top.daxian1218.dust.edp.services.BatchUploadService (implements top.daxian1218.dust.edp.services.IBatchUploadService)
- top.daxian1218.dust.edp.services.BuzService (implements top.daxian1218.dust.edp.services.IBuzService)
- top.daxian1218.dust.edp.services.BaseQueryService
- top.daxian1218.dust.edp.services.dev.DictAllTablesSvc
- top.daxian1218.dust.edp.services.common.DateService
- top.daxian1218.dust.edp.services.dev.DefaultConditionSvc
- top.daxian1218.dust.edp.services.dict.DictMigrationService
- top.daxian1218.dust.edp.services.dict.DictQueryService
- top.daxian1218.dust.edp.services.dict.DictSaveDataSetSvc
- top.daxian1218.dust.edp.services.dict.DictSaveSvc
- top.daxian1218.dust.edp.services.io.ExcelService
- top.daxian1218.dust.edp.services.common.IdService
- top.daxian1218.dust.edp.services.sys.MyService
- top.daxian1218.dust.edp.services.BaseQueryService
- top.daxian1218.dust.edp.services.dev.DictManagerService
- top.daxian1218.dust.edp.services.dev.MenuMangerService
- top.daxian1218.dust.edp.services.sys.MenuService
- top.daxian1218.dust.edp.services.RightService
- top.daxian1218.dust.edp.services.storage.StorageService
- top.daxian1218.dust.edp.services.UIService
- top.daxian1218.dust.edp.services.BuzServiceManager
- top.daxian1218.dust.edp.controllers.CacheController
- top.daxian1218.dust.edp.DictCodes
- top.daxian1218.dust.edp.ui.DictComponent (implements top.daxian1218.dust.edp.ui.IBiz)
- top.daxian1218.dust.edp.component.AppComponent
- top.daxian1218.dust.edp.component.DataDictComponent
- top.daxian1218.dust.edp.ui.DefaultComponent
- top.daxian1218.dust.edp.component.MenuComponent
- top.daxian1218.dust.edp.component.ObjDictComponent
- top.daxian1218.dust.edp.component.OrgComponent
- top.daxian1218.dust.edp.component.RoleComponent
- top.daxian1218.dust.edp.component.TodoSettingComponent
- top.daxian1218.dust.edp.component.UIComponent
- top.daxian1218.dust.edp.component.UserComponent
- top.daxian1218.dust.edp.component.UserDictComponent
- top.daxian1218.dust.edp.controllers.DictController
- top.daxian1218.dust.edp.ui.DictLoader
- top.daxian1218.dust.edp.ui.DictObjExtensions
- top.daxian1218.dust.edp.utils.DictObjUtil
- top.daxian1218.dust.edp.EdpConfiguration
- top.daxian1218.dust.edp.EdpConstants
- top.daxian1218.dust.edp.EdpImportBeanDefinitionRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- top.daxian1218.dust.edp.EdpImportSelector (implements org.springframework.context.annotation.ImportSelector)
- top.daxian1218.dust.edp.EdpProperties
- top.daxian1218.dust.edp.ErrorCodes
- top.daxian1218.dust.edp.utils.ExcelUtil
- top.daxian1218.dust.edp.services.storage.FileInfo
- top.daxian1218.dust.edp.utils.FileUtils
- top.daxian1218.dust.edp.services.storage.FormData
- top.daxian1218.dust.edp.services.io.ImportResult
- top.daxian1218.dust.edp.services.io.ImportResult.RowError
- top.daxian1218.dust.edp.services.io.IOConstants
- top.daxian1218.dust.edp.utils.JsonUtil
- top.daxian1218.dust.edp.services.storage.LocalFileRepository (implements top.daxian1218.dust.edp.services.storage.IFileRepository)
- top.daxian1218.dust.edp.controllers.LoginController
- top.daxian1218.dust.edp.controllers.MenuController
- top.daxian1218.dust.edp.services.sys.MenuNode
- top.daxian1218.dust.edp.services.sys.MenuNode.Meta
- top.daxian1218.dust.edp.ui.MenuStore
- top.daxian1218.dust.edp.services.storage.MongoFileRepository (implements top.daxian1218.dust.edp.services.storage.IFileRepository)
- top.daxian1218.dust.edp.utils.RequestUtils
- top.daxian1218.dust.edp.ui.SaveResult
- top.daxian1218.dust.edp.ui.SearchResult
- top.daxian1218.dust.edp.utils.SqlUtil
- top.daxian1218.dust.edp.controllers.StorageController
- top.daxian1218.dust.edp.services.storage.StorageOptions
- top.daxian1218.dust.edp.services.storage.StorageOptions.Local
- top.daxian1218.dust.edp.services.storage.StorageOptions.Mongo
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- top.daxian1218.dust.commons.exception.DustException
- top.daxian1218.dust.commons.exception.DustUserException
- top.daxian1218.dust.edp.BuzException
- top.daxian1218.dust.commons.exception.DustUserException
- top.daxian1218.dust.commons.exception.DustException
- java.lang.RuntimeException
- java.lang.Exception
- top.daxian1218.dust.edp.ui.UIDict
- top.daxian1218.dust.edp.ui.UIDict.UIAction
- top.daxian1218.dust.edp.ui.UIDict.UIObj
- top.daxian1218.dust.edp.services.authentication.UserService (implements top.daxian1218.dust.edp.services.authentication.IUserService)
- top.daxian1218.dust.edp.utils.UserUtil
接口分层结构
- top.daxian1218.dust.edp.services.IBatchUploadService
- top.daxian1218.dust.edp.ui.IBiz
- top.daxian1218.dust.edp.services.IBuzService
- top.daxian1218.dust.edp.services.storage.IFileRepository
- top.daxian1218.dust.edp.services.sys.IMenuFilter
- top.daxian1218.dust.edp.services.authentication.IUserService
注释类型分层结构
- top.daxian1218.dust.edp.EnableDustEdp (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- top.daxian1218.dust.edp.ui.AdvancedQuery.ItemType
- top.daxian1218.dust.edp.services.dev.DataDictType
- top.daxian1218.dust.edp.common.DispPosition
- top.daxian1218.dust.edp.services.queryProject.ProjectType
- top.daxian1218.dust.edp.services.storage.StorageLocation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)