Package org.cyclos.server.model.mobile
Class MobileGuestData
- java.lang.Object
-
- org.cyclos.server.model.mobile.BaseMobileData
-
- org.cyclos.server.model.mobile.MobileGuestData
-
- All Implemented Interfaces:
Serializable
public class MobileGuestData extends BaseMobileData
Data returned for mobile when there is no authenticated user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MobileGuestData()
-
Method Summary
-
Methods inherited from class org.cyclos.server.model.mobile.BaseMobileData
getApplicationUsername, getCurrentClientTime, getCyclosVersion, getDateFormat, getInitialTranslations, getJpegQuality, getLanguageTemplate, getLocalesData, getMapBrowserApiKey, getMaxImageDimensions, getMaxUploadSize, getNumberFormat, getRootUrl, getTheme, getTimeFormat, setApplicationUsername, setCurrentClientTime, setCyclosVersion, setDateFormat, setInitialTranslations, setJpegQuality, setLanguageTemplate, setLocalesData, setMapBrowserApiKey, setMaxImageDimensions, setMaxUploadSize, setNumberFormat, setRootUrl, setTheme, setTimeFormat
-
-
-
-
Method Detail
-
getApprovalData
public DeviceConfirmationApprovalData getApprovalData()
-
getGroupsForRegistration
public List<InitialGroupVO> getGroupsForRegistration()
-
getLoginData
public LoginData getLoginData()
-
getLoginFooter
public TranslatableUIElementResultVO getLoginFooter()
-
getLoginHeader
public TranslatableUIElementResultVO getLoginHeader()
-
getMediumScreenRegistrationWizard
public CustomWizardVO getMediumScreenRegistrationWizard()
-
getSmallScreenRegistrationWizard
public CustomWizardVO getSmallScreenRegistrationWizard()
-
getWelcomePage
public TranslatableUIElementResultVO getWelcomePage()
-
isAllowQuickPayment
public boolean isAllowQuickPayment()
-
isWelcomePageEnabled
public boolean isWelcomePageEnabled()
-
setAllowQuickPayment
public void setAllowQuickPayment(boolean allowQuickPayment)
-
setApprovalData
public void setApprovalData(DeviceConfirmationApprovalData approvalData)
-
setGroupsForRegistration
public void setGroupsForRegistration(List<InitialGroupVO> groupsForRegistration)
-
setLoginData
public void setLoginData(LoginData loginData)
-
setLoginFooter
public void setLoginFooter(TranslatableUIElementResultVO loginFooter)
-
setLoginHeader
public void setLoginHeader(TranslatableUIElementResultVO loginHeader)
-
setMediumScreenRegistrationWizard
public void setMediumScreenRegistrationWizard(CustomWizardVO mediumScreenRegistrationWizard)
-
setSmallScreenRegistrationWizard
public void setSmallScreenRegistrationWizard(CustomWizardVO smallScreenRegistrationWizard)
-
setWelcomePage
public void setWelcomePage(TranslatableUIElementResultVO welcomePage)
-
setWelcomePageEnabled
public void setWelcomePageEnabled(boolean welcomePageEnabled)
-
-