Uses of Interface
de.hybris.platform.cockpit.session.UISession
-
-
Uses of UISession in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return UISession Modifier and Type Method Description UISessionCatalogNavigationArea. getSession() -
Uses of UISession in de.hybris.platform.cmscockpit.wizard
Methods in de.hybris.platform.cmscockpit.wizard with parameters of type UISession Modifier and Type Method Description static voidCmsWizardUtils. openRestrictionWizard(java.lang.String title, org.zkoss.zk.ui.Component parent, TypedObject item, PropertyDescriptor propDescr, UISession session) -
Uses of UISession in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type UISession Modifier and Type Method Description static CreateContextEditorHelper. applyReferenceRelatedAttributes(ReferenceUIEditor referenceEditor, PropertyDescriptor propertyDescriptor, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, TypedObject currentObject, java.lang.Object currentValue, java.lang.String isoCode, UICockpitArea cockpitArea, UISession session)static SearchTypeEditorHelper. getRootSearchType(PropertyDescriptor propDescr, UISession session) -
Uses of UISession in de.hybris.platform.cockpit.model.editor.impl
Methods in de.hybris.platform.cockpit.model.editor.impl with parameters of type UISession Modifier and Type Method Description static CreateContextAbstractUIEditor. applyReferenceRelatedAttributes(ReferenceUIEditor referenceEditor, PropertyDescriptor propertyDescriptor, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, TypedObject currentObject, java.lang.Object currentValue, java.lang.String isoCode, UICockpitArea cockpitArea, UISession session)Deprecated.since 6.3static SearchTypeAbstractUIEditor. getRootSearchType(PropertyDescriptor propDescr, UISession session)Deprecated.since 6.3 -
Uses of UISession in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl that return UISession Modifier and Type Method Description protected UISessionDefaultXmlDataProvider. getUISession() -
Uses of UISession in de.hybris.platform.cockpit.session
Classes in de.hybris.platform.cockpit.session that implement UISession Modifier and Type Class Description classDummyUISessionMethods in de.hybris.platform.cockpit.session that return UISession Modifier and Type Method Description static UISessionUISessionUtils. getCurrentSession() -
Uses of UISession in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement UISession Modifier and Type Class Description classUISessionImplMethods in de.hybris.platform.cockpit.session.impl that return UISession Modifier and Type Method Description protected UISessionAbstractPushController. getSession()Constructors in de.hybris.platform.cockpit.session.impl with parameters of type UISession Constructor Description AbstractAdvancedBrowserModel(UISession currentSession) -
Uses of UISession in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return UISession Modifier and Type Method Description UISessionSessionProxy. getSession()Methods in de.hybris.platform.cockpit.util with parameters of type UISession Modifier and Type Method Description voidSessionProxy. setSession(UISession session) -
Uses of UISession in de.hybris.platform.cockpit.wizards
Methods in de.hybris.platform.cockpit.wizards with parameters of type UISession Modifier and Type Method Description static java.lang.StringWizardUtils. getObjectTextLabel(TypedObject object, UISession session)Returns the label for the typed object provided by the labelService from the given UISession. -
Uses of UISession in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl that return UISession Modifier and Type Method Description UISessionCatalogNavigationArea. getSession()UISessionNavigationArea. getSession()
-