Uses of Class
org.dspace.app.util.WebApp
-
Packages that use WebApp Package Description org.dspace.app.util Miscellaneous utility classes.org.dspace.app.util.service -
-
Uses of WebApp in org.dspace.app.util
Fields in org.dspace.app.util declared as WebApp Modifier and Type Field Description protected WebAppAbstractDSpaceWebapp. webAppFields in org.dspace.app.util with type parameters of type WebApp Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<WebApp,String>WebApp_. appNamestatic javax.persistence.metamodel.SingularAttribute<WebApp,Integer>WebApp_. idstatic javax.persistence.metamodel.SingularAttribute<WebApp,Integer>WebApp_. isuistatic javax.persistence.metamodel.SingularAttribute<WebApp,Date>WebApp_. startedstatic javax.persistence.metamodel.SingularAttribute<WebApp,String>WebApp_. urlMethods in org.dspace.app.util that return WebApp Modifier and Type Method Description WebAppWebAppServiceImpl. create(Context context, String appName, String url, Date started, int isUI)Methods in org.dspace.app.util that return types with arguments of type WebApp Modifier and Type Method Description List<WebApp>WebAppServiceImpl. findAll(Context context)List<WebApp>WebAppServiceImpl. getApps()Methods in org.dspace.app.util with parameters of type WebApp Modifier and Type Method Description voidWebAppServiceImpl. delete(Context context, WebApp webApp) -
Uses of WebApp in org.dspace.app.util.service
Methods in org.dspace.app.util.service that return WebApp Modifier and Type Method Description WebAppWebAppService. create(Context context, String appName, String url, Date started, int isUI)Methods in org.dspace.app.util.service that return types with arguments of type WebApp Modifier and Type Method Description List<WebApp>WebAppService. findAll(Context context)List<WebApp>WebAppService. getApps()Methods in org.dspace.app.util.service with parameters of type WebApp Modifier and Type Method Description voidWebAppService. delete(Context context, WebApp webApp)
-