Package org.dspace.app.util.service
Interface WebAppService
-
- All Known Implementing Classes:
WebAppServiceImpl
public interface WebAppServiceService interface class for the WebApp object. The implementation of this class is responsible for all business logic calls for the WebApp object and is autowired by spring- Author:
- kevinvandevelde at atmire.com
-
-
Method Detail
-
create
WebApp create(Context context, String appName, String url, Date started, int isUI) throws SQLException
- Throws:
SQLException
-
findAll
List<WebApp> findAll(Context context) throws SQLException
- Throws:
SQLException
-
delete
void delete(Context context, WebApp webApp) throws SQLException
- Throws:
SQLException
-
-