Uses of Class
org.craftercms.studio.api.v1.to.NotificationConfigTO
Packages that use NotificationConfigTO
-
Uses of NotificationConfigTO in org.craftercms.studio.impl.v2.service.notification
Fields in org.craftercms.studio.impl.v2.service.notification with type parameters of type NotificationConfigTOModifier and TypeFieldDescriptionprotected com.google.common.cache.Cache<String, NotificationConfigTO> NotificationServiceImpl.cacheMethods in org.craftercms.studio.impl.v2.service.notification that return NotificationConfigTOModifier and TypeMethodDescriptionprotected NotificationConfigTONotificationServiceImpl.getNotificationConfig(String site) protected NotificationConfigTONotificationServiceImpl.loadConfig(String site) Method parameters in org.craftercms.studio.impl.v2.service.notification with type arguments of type NotificationConfigTOModifier and TypeMethodDescriptionvoidNotificationServiceImpl.setCache(com.google.common.cache.Cache<String, NotificationConfigTO> cache)