Package org.cyclos.services.app
Interface InternalFrontendService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
InternalFrontendServiceLocal
- All Known Implementing Classes:
InternalFrontendServiceImpl,InternalFrontendServiceSecurity
public interface InternalFrontendService extends Service
This service returns data used by the REST api for the new frontend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontendDatagetFrontendData(FrontendScreenSize screenSize)Returns data used by the new frontendFrontendHomeDatagetHomeData(FrontendScreenSize screenSize)Returns the data for the new frontend home / dashboardWebManifestDatagetWebManifestData(boolean fromUI)Returns data for the web manifest
-
-
-
Method Detail
-
getFrontendData
FrontendData getFrontendData(FrontendScreenSize screenSize) throws FrameworkException
Returns data used by the new frontend- Throws:
FrameworkException
-
getHomeData
FrontendHomeData getHomeData(FrontendScreenSize screenSize) throws FrameworkException
Returns the data for the new frontend home / dashboard- Throws:
FrameworkException
-
getWebManifestData
WebManifestData getWebManifestData(boolean fromUI) throws FrameworkException
Returns data for the web manifest- Throws:
FrameworkException
-
-