Uses of Class
org.exoplatform.perkstore.model.GlobalSettings
Packages that use GlobalSettings
Package
Description
-
Uses of GlobalSettings in org.exoplatform.perkstore.listener
Method parameters in org.exoplatform.perkstore.listener with type arguments of type GlobalSettingsModifier and TypeMethodDescriptionvoidWebSocketSettingsListener.onEvent(org.exoplatform.services.listener.Event<PerkStoreService, GlobalSettings> event) -
Uses of GlobalSettings in org.exoplatform.perkstore.model
Methods in org.exoplatform.perkstore.model that return GlobalSettings -
Uses of GlobalSettings in org.exoplatform.perkstore.rest
Methods in org.exoplatform.perkstore.rest with parameters of type GlobalSettingsModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePerkStoreSettingsREST.saveSettings(GlobalSettings settings) -
Uses of GlobalSettings in org.exoplatform.perkstore.service
Methods in org.exoplatform.perkstore.service that return GlobalSettingsModifier and TypeMethodDescriptionPerkStoreService.getGlobalSettings()PerkStoreService.getGlobalSettings(String username) Methods in org.exoplatform.perkstore.service with parameters of type GlobalSettingsModifier and TypeMethodDescriptionvoidPerkStoreService.saveGlobalSettings(GlobalSettings settings, String username) -
Uses of GlobalSettings in org.exoplatform.perkstore.service.utils
Fields in org.exoplatform.perkstore.service.utils with type parameters of type GlobalSettingsModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<GlobalSettings> NotificationUtils.SETTINGS_PARAMETERMethods in org.exoplatform.perkstore.service.utils that return GlobalSettingsModifier and TypeMethodDescriptionstatic final GlobalSettingsNotificationUtils.getSettingsParameter(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods in org.exoplatform.perkstore.service.utils with parameters of type GlobalSettingsModifier and TypeMethodDescriptionstatic final booleanUtils.getApplicationAccessUsersList(Set<String> recipientUsers, GlobalSettings globalSettings) static final booleanUtils.getProductAccessUsersList(Set<String> recipientUsers, Product product, GlobalSettings globalSettings) static final voidUtils.getProductManagersUsersList(Set<String> adminUsers, Product product, GlobalSettings globalSettings) static final voidNotificationUtils.setNotificationRecipients(org.exoplatform.commons.api.notification.model.NotificationInfo notification, GlobalSettings globalSettings, Product product, ProductOrder order, boolean newProduct, boolean newOrder, Profile modifier) static final voidNotificationUtils.setSettingsParameter(org.exoplatform.commons.api.notification.NotificationContext ctx, GlobalSettings settings) static final voidNotificationUtils.storeSettingsParameters(GlobalSettings globalSettings, org.exoplatform.commons.api.notification.model.NotificationInfo notification)