public interface WebAppService
WebApp create(Context context, String appName, String url, Date started, int isUI) throws SQLException
SQLExceptionList<WebApp> findAll(Context context) throws SQLException
SQLExceptionvoid delete(Context context, WebApp webApp) throws SQLException
SQLExceptionCopyright © 2022 LYRASIS. All rights reserved.