Uses of Class
de.hybris.platform.cockpit.components.PushComponent
Packages that use PushComponent
-
Uses of PushComponent in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return PushComponentModifier and TypeMethodDescriptionPushController.getComponent()Returns this push controller'sPushComponent.Methods in de.hybris.platform.cockpit.session with parameters of type PushComponentModifier and TypeMethodDescriptionvoidPushController.setComponent(PushComponent component) Sets thePushComponentto be used by this push controller tocomponent. -
Uses of PushComponent in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return PushComponentMethods in de.hybris.platform.cockpit.session.impl with parameters of type PushComponentModifier and TypeMethodDescriptionvoidAbstractPushController.setComponent(PushComponent component) Constructors in de.hybris.platform.cockpit.session.impl with parameters of type PushComponentModifierConstructorDescriptionAbstractPushController(PushComponent pushComp) AbstractPushController(PushComponent pushComp, int updateInterval) CommentPushController(PushComponent component) CommentPushController(PushComponent component, int updateInterval) WorkflowPushController(PushComponent component) WorkflowPushController(PushComponent component, int updateInterval)