public class MobileUserData extends BaseMobileData
COUNTRIES, CURRENT_CLIENT_TIME, CYCLOS_VERSION, DATE_FORMAT, INITIAL_TRANSLATIONS, LANGUAGE_TEMPLATE, NUMBER_FORMAT, ROOT_URL, THEME, TIME_FORMAT| Constructor and Description |
|---|
MobileUserData() |
MobileUserData(Property<T,? super MobileUserData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<MobileOperation> |
getAllowedOperations() |
UserAuthVO |
getAuth() |
java.lang.Integer |
getAutoCompleteResults() |
java.util.List<CustomOperationVO> |
getCustomOperations() |
java.lang.String |
getMapBrowserApiKey() |
UIElementResultVO |
getMobileHelp() |
java.lang.String |
getNameOfUser() |
java.util.List<MobilePageVO> |
getPages() |
UIElementResultVO |
getPosHelp() |
java.util.List<PrincipalVO> |
getPrincipalsAllowingQRCode() |
boolean |
isCanReceiveFromNfcTag() |
boolean |
isHideUsersSearchMenu() |
boolean |
isMobileCameraOnPayment() |
boolean |
isPersonalizeOtherUsers() |
void |
setAllowedOperations(java.util.List<MobileOperation> allowedOperations) |
void |
setAuth(UserAuthVO auth) |
void |
setAutoCompleteResults(java.lang.Integer autoCompleteResults) |
void |
setCanReceiveFromNfcTag(boolean canReceiveFromNfcTag) |
void |
setCustomOperations(java.util.List<CustomOperationVO> customOperations) |
void |
setHideUsersSearchMenu(boolean hideUsersSearchMenu) |
void |
setMapBrowserApiKey(java.lang.String mapBrowserApiKey) |
void |
setMobileCameraOnPayment(boolean mobileCameraOnPayment) |
void |
setMobileHelp(UIElementResultVO mobileHelp) |
void |
setNameOfUser(java.lang.String nameOfUser) |
void |
setPages(java.util.List<MobilePageVO> pages) |
void |
setPersonalizeOtherUsers(boolean personalizeOtherUsers) |
void |
setPosHelp(UIElementResultVO posHelp) |
void |
setPrincipalsAllowingQRCode(java.util.List<PrincipalVO> principalsAllowingQRCode) |
getCountries, getCurrentClientTime, getCyclosVersion, getDateFormat, getInitialTranslations, getLanguageTemplate, getNumberFormat, getRootUrl, getTheme, getTimeFormat, setCountries, setCurrentClientTime, setCyclosVersion, setDateFormat, setInitialTranslations, setLanguageTemplate, setNumberFormat, setRootUrl, setTheme, setTimeFormataddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<MobileOperation,MobileUserData> ALLOWED_OPERATIONS
public static final BasicProperty<UserAuthVO,MobileUserData> AUTH
public static final BasicProperty<java.lang.Integer,MobileUserData> AUTO_COMPLETE_RESULTS
public static final BasicProperty<java.lang.Boolean,MobileUserData> CAN_RECEIVE_FROM_NFC_TAG
public static final ListProperty<CustomOperationVO,MobileUserData> CUSTOM_OPERATIONS
public static final BasicProperty<java.lang.Boolean,MobileUserData> HIDE_USERS_SEARCH_MENU
public static final BasicProperty<java.lang.String,MobileUserData> MAP_BROWSER_API_KEY
public static final BasicProperty<java.lang.Boolean,MobileUserData> MOBILE_CAMERA_ON_PAYMENT
public static final BasicProperty<UIElementResultVO,MobileUserData> MOBILE_HELP
public static final BasicProperty<java.lang.String,MobileUserData> NAME_OF_USER
public static final ListProperty<MobilePageVO,MobileUserData> PAGES
public static final BasicProperty<java.lang.Boolean,MobileUserData> PERSONALIZE_OTHER_USERS
public static final BasicProperty<UIElementResultVO,MobileUserData> POS_HELP
public static final ListProperty<PrincipalVO,MobileUserData> PRINCIPALS_ALLOWING_QR_CODE
public MobileUserData()
public MobileUserData(Property<T,? super MobileUserData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseMobileDatapublic java.util.List<MobileOperation> getAllowedOperations()
public void setAllowedOperations(java.util.List<MobileOperation> allowedOperations)
public UserAuthVO getAuth()
public void setAuth(UserAuthVO auth)
public java.lang.Integer getAutoCompleteResults()
public void setAutoCompleteResults(java.lang.Integer autoCompleteResults)
public boolean isCanReceiveFromNfcTag()
public void setCanReceiveFromNfcTag(boolean canReceiveFromNfcTag)
public java.util.List<CustomOperationVO> getCustomOperations()
public void setCustomOperations(java.util.List<CustomOperationVO> customOperations)
public boolean isHideUsersSearchMenu()
public void setHideUsersSearchMenu(boolean hideUsersSearchMenu)
public java.lang.String getMapBrowserApiKey()
public void setMapBrowserApiKey(java.lang.String mapBrowserApiKey)
public boolean isMobileCameraOnPayment()
public void setMobileCameraOnPayment(boolean mobileCameraOnPayment)
public UIElementResultVO getMobileHelp()
public void setMobileHelp(UIElementResultVO mobileHelp)
public java.lang.String getNameOfUser()
public void setNameOfUser(java.lang.String nameOfUser)
public java.util.List<MobilePageVO> getPages()
public void setPages(java.util.List<MobilePageVO> pages)
public boolean isPersonalizeOtherUsers()
public void setPersonalizeOtherUsers(boolean personalizeOtherUsers)
public UIElementResultVO getPosHelp()
public void setPosHelp(UIElementResultVO posHelp)
public java.util.List<PrincipalVO> getPrincipalsAllowingQRCode()
public void setPrincipalsAllowingQRCode(java.util.List<PrincipalVO> principalsAllowingQRCode)