Uses of Class
de.hybris.platform.cockpit.session.impl.PushCreationContainer
-
Packages that use PushCreationContainer Package Description de.hybris.platform.cockpit.session de.hybris.platform.cockpit.session.impl -
-
Uses of PushCreationContainer in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return types with arguments of type PushCreationContainer Modifier and Type Method Description java.util.List<PushCreationContainer>DummyUISession. getPushContainers()java.util.List<PushCreationContainer>UISession. getPushContainers()Method parameters in de.hybris.platform.cockpit.session with type arguments of type PushCreationContainer Modifier and Type Method Description voidDummyUISession. setPushContainers(java.util.List<PushCreationContainer> pushContainers)voidUISession. setPushContainers(java.util.List<PushCreationContainer> pushContainers) -
Uses of PushCreationContainer in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type PushCreationContainer Modifier and Type Method Description java.util.List<PushCreationContainer>UISessionImpl. getPushContainers()Methods in de.hybris.platform.cockpit.session.impl with parameters of type PushCreationContainer Modifier and Type Method Description static PushControllerPushControllerCreator. createPushController(PushCreationContainer creationContainer)Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type PushCreationContainer Modifier and Type Method Description voidUISessionImpl. setPushContainers(java.util.List<PushCreationContainer> pushContainers)
-