| Modifier and Type | Method and Description |
|---|---|
BasicInitializationData |
getBasicInitializationData()
Returns basic data to bootstrap the client application
|
BasicInitializationWithContentData |
getBasicInitializationWithContentData()
Returns basic data to bootstrap the client application, together with some additional content
|
HomeData |
getHomeData()
Returns data for the home page
|
InitializationData |
getInitializationData()
Returns all data which is used when the application is loaded
|
MobileGuestInitializationData |
getMobileGuestInitializationData(MobileGuestDTO guestVersionData)
Returns all data which is used after the mobile application connect to a Cyclos but before the user log in.
|
BaseMobileUserInitializationData |
getMobileUserInitializationData(MobileUserDTO dto)
Returns all data needed to initialize the mobile app according to the current channel.
|
void |
ping()
May be invoked just to make sure the server is up
|
BasicInitializationData getBasicInitializationData() throws FrameworkException
FrameworkExceptionBasicInitializationWithContentData getBasicInitializationWithContentData() throws FrameworkException
FrameworkExceptionHomeData getHomeData() throws FrameworkException
FrameworkExceptionInitializationData getInitializationData() throws FrameworkException
FrameworkExceptionMobileGuestInitializationData getMobileGuestInitializationData(MobileGuestDTO guestVersionData) throws FrameworkException
FrameworkExceptionBaseMobileUserInitializationData getMobileUserInitializationData(MobileUserDTO dto) throws FrameworkException
dto - contains the versions stored in the mobile application.FrameworkExceptionvoid ping() throws FrameworkException
FrameworkException