public class WebAppServiceImpl extends Object implements WebAppService
| Modifier | Constructor and Description |
|---|---|
protected |
WebAppServiceImpl() |
@Autowired(required=true) protected WebAppDAO webAppDAO
public WebApp create(Context context, String appName, String url, Date started, int isUI) throws SQLException
create in interface WebAppServiceSQLExceptionpublic void delete(Context context, WebApp webApp) throws SQLException
delete in interface WebAppServiceSQLExceptionpublic List<WebApp> findAll(Context context) throws SQLException
findAll in interface WebAppServiceSQLExceptionpublic List<WebApp> getApps()
getApps in interface WebAppServiceCopyright © 2017 DuraSpace. All rights reserved.