public class AppContext extends Object
| 构造器和说明 |
|---|
AppContext() |
public AppContext onChange(Entity entity)
public AppContext onDelete(Entity entity)
public AppContext initAppPlugins()
public AppContext triggerInstallPlugins()
public AppContext triggerUninstallPlugins()
public List<ServiceTemplateEntity> getService_templates()
public void setService_templates(List<ServiceTemplateEntity> service_templates)
public ProductEntity getProduct()
public void setProduct(ProductEntity product)
public List<ResourceEntity> getResources()
public void setResources(List<ResourceEntity> resources)
public List<CacheEntity> getCaches()
public void setCaches(List<CacheEntity> caches)
public List<ThemeEntity> getThemes()
public void setThemes(List<ThemeEntity> themes)
public List<ControlEntity> getControls()
public void setControls(List<ControlEntity> controls)
public List<PageEntity> getPages()
public void setPages(List<PageEntity> pages)
public List<ServiceEntity> getServices()
public void setServices(List<ServiceEntity> services)
public List<DatabaseEntity> getDatabases()
public void setDatabases(List<DatabaseEntity> databases)
public List<DatabaseTableEntity> getTables()
public void setTables(List<DatabaseTableEntity> tables)
public List<DictionaryEntity> getDictionarys()
public void setDictionarys(List<DictionaryEntity> dictionarys)
public List<PluginEntity> getPlugins()
public void setPlugins(List<PluginEntity> plugins)
public AppEntity getApp()
public void setApp(AppEntity app)
Copyright © 2018. All rights reserved.