类的使用
net.sohelp.boot.admin.core.service.application.ApplicationVO
使用ApplicationVO的程序包
程序包
说明
-
net.sohelp.boot.admin.core.service.application中ApplicationVO的使用
返回变量类型为ApplicationVO的类型的net.sohelp.boot.admin.core.service.application中的方法 -
net.sohelp.boot.demo.web.system中ApplicationVO的使用
返回变量类型为ApplicationVO的类型的net.sohelp.boot.demo.web.system中的方法 -
net.sohelp.boot.dev.web.dev.application中ApplicationVO的使用
返回变量类型为ApplicationVO的类型的net.sohelp.boot.dev.web.dev.application中的方法修饰符和类型方法说明获取应用列表接口 该接口用于获取经过筛选和排序的应用列表,只返回未禁用且应用名称不为"admin"的应用,并按排序字段升序排列。修饰符和类型方法说明ApplicationController.add(ApplicationVO applicationVO) 添加应用接口 该接口用于添加一个新的应用,包括应用名称等基本信息,并进行一系列校验,最后将应用信息保存到资源服务中。ApplicationController.delete(ApplicationVO applicationVO) 删除应用接口 根据传入的应用信息删除对应的应用,如果应用下有菜单存在则不能删除。ApplicationController.disable(ApplicationVO applicationVO) 禁用应用接口 该接口用于禁用指定的应用,通过将应用的disabled属性设置为false来实现ApplicationController.enable(ApplicationVO applicationVO) 启用应用接口 通过传入应用信息,启用指定的应用,并更新application.json文件中的disabled字段为true -
net.sohelp.boot.dev.web.ops.updater中ApplicationVO的使用
修饰符和类型方法说明UpdaterController.update(ApplicationVO applicationVO) 更新应用接口 该接口用于更新应用信息,如果应用信息不存在则创建新的应用信息。 -
net.sohelp.boot.engine.web.controller中ApplicationVO的使用
返回变量类型为ApplicationVO的类型的net.sohelp.boot.engine.web.controller中的方法