Package org.dspace.app.util
Class WebAppServiceImpl
java.lang.Object
org.dspace.app.util.WebAppServiceImpl
- All Implemented Interfaces:
WebAppService
Service implementation for the WebApp object.
This class is responsible for all business logic calls for the WebApp object and is autowired by spring.
This class should never be accessed directly.
- Author:
- kevinvandevelde at atmire.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
webAppDAO
-
-
Constructor Details
-
WebAppServiceImpl
protected WebAppServiceImpl()
-
-
Method Details
-
create
public WebApp create(Context context, String appName, String url, Instant started, int isUI) throws SQLException - Specified by:
createin interfaceWebAppService- Throws:
SQLException
-
delete
- Specified by:
deletein interfaceWebAppService- Throws:
SQLException
-
findAll
- Specified by:
findAllin interfaceWebAppService- Throws:
SQLException
-
getApps
- Specified by:
getAppsin interfaceWebAppService- Returns:
- Return the list of running applications.
-