Uses of Class
de.xima.fc.mdl.profile.InboxViewConfig
-
Packages that use InboxViewConfig Package Description de.xima.fc.mdl.profile -
-
Uses of InboxViewConfig in de.xima.fc.mdl.profile
Methods in de.xima.fc.mdl.profile that return InboxViewConfig Modifier and Type Method Description static InboxViewConfig
InboxViewConfig. createWithDefaults(Long mandantId, String viewType, Long viewId)
Factory creating a default configuration for the provided context.InboxViewConfig
InboxPreferences. inboxViewConfigBy(Long mandantId, String viewType, Long viewId, boolean create)
Looks for a configuration matching the provided client ID, view type and view ID and returns it.Methods in de.xima.fc.mdl.profile that return types with arguments of type InboxViewConfig Modifier and Type Method Description List<InboxViewConfig>
InboxPreferences. getInboxViewConfigs()
Method parameters in de.xima.fc.mdl.profile with type arguments of type InboxViewConfig Modifier and Type Method Description void
InboxPreferences. setInboxViewConfigs(List<InboxViewConfig> inboxViewConfigs)
-