Uses of Class
de.hybris.platform.cockpit.components.PushComponent
-
Packages that use PushComponent Package Description de.hybris.platform.cockpit.session de.hybris.platform.cockpit.session.impl -
-
Uses of PushComponent in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return PushComponent Modifier and Type Method Description PushComponentPushController. getComponent()Returns this push controller'sPushComponent.Methods in de.hybris.platform.cockpit.session with parameters of type PushComponent Modifier and Type Method Description voidPushController. 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 PushComponent Modifier and Type Method Description PushComponentAbstractPushController. getComponent()Methods in de.hybris.platform.cockpit.session.impl with parameters of type PushComponent Modifier and Type Method Description voidAbstractPushController. setComponent(PushComponent component)Constructors in de.hybris.platform.cockpit.session.impl with parameters of type PushComponent Constructor Description AbstractPushController(PushComponent pushComp)AbstractPushController(PushComponent pushComp, int updateInterval)CommentPushController(PushComponent component)CommentPushController(PushComponent component, int updateInterval)WorkflowPushController(PushComponent component)WorkflowPushController(PushComponent component, int updateInterval)
-