Uses of Interface
de.hybris.platform.cockpit.model.meta.TypedObject
-
-
Uses of TypedObject in de.hybris.platform.admincockpit.session.impl
Methods in de.hybris.platform.admincockpit.session.impl that return TypedObject Modifier and Type Method Description TypedObject
AdmincockpitConstraintPojoBrowserModel. getItem(int index)
Methods in de.hybris.platform.admincockpit.session.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
AdmincockpitConstraintPojoBrowserModel. getItems()
java.util.List<TypedObject>
AdmincockpitConstraintPojoBrowserModel. getMatchedElements()
Methods in de.hybris.platform.admincockpit.session.impl with parameters of type TypedObject Modifier and Type Method Description void
AbstractConstraintPerspective. activateItemInEditorBasic(TypedObject activeItem)
Method parameters in de.hybris.platform.admincockpit.session.impl with type arguments of type TypedObject Modifier and Type Method Description void
AdmincockpitConstraintPojoBrowserModel. setMatchedElements(java.util.List<TypedObject> matchedElements)
-
Uses of TypedObject in de.hybris.platform.cockpit.components
Methods in de.hybris.platform.cockpit.components that return types with arguments of type TypedObject Modifier and Type Method Description static java.util.List<TypedObject>
DragNDropHelper. getDraggedItems(org.zkoss.zk.ui.Component itemFromEvent)
Returns dragged item in list or list of selected items from browser area (if given item is among them) -
Uses of TypedObject in de.hybris.platform.cockpit.components.contentbrowser
Fields in de.hybris.platform.cockpit.components.contentbrowser declared as TypedObject Modifier and Type Field Description protected TypedObject
ContextAreaBrowserComponent. previouslyActiveItem
Fields in de.hybris.platform.cockpit.components.contentbrowser with type parameters of type TypedObject Modifier and Type Field Description protected DefaultListModel<TypedObject>
ContextAreaBrowserComponent. contextModel
protected java.util.Map<TypedObject,org.zkoss.zul.Div>
CommentMainAreaBrowserComponent. groupboxList
protected DefaultListModel<TypedObject>
AbstractMainAreaBrowserComponent. resultModel
protected DefaultListModel<TypedObject>
ListSectionComponent. resultModel
Methods in de.hybris.platform.cockpit.components.contentbrowser that return types with arguments of type TypedObject Modifier and Type Method Description protected DefaultListModel<TypedObject>
ContextAreaBrowserComponent. getContextListModel()
protected java.util.Map<TypedObject,org.zkoss.zul.Div>
CommentMainAreaBrowserComponent. getGroupboxList()
java.util.List<TypedObject>
ContextAreaBrowserComponent.MyModelWrapper. getItems()
protected DefaultListModel<TypedObject>
AbstractMainAreaBrowserComponent. getResultModel()
protected DefaultListModel<TypedObject>
ListSectionComponent. getResultModel()
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type TypedObject Modifier and Type Method Description protected void
CommentMainAreaBrowserComponent. markAsRead(TypedObject commentItem)
abstract void
AbstractBrowserComponent. setActiveItem(TypedObject activeItem)
Sets the active item of this browser component toactiveItem
.void
AbstractMainAreaBrowserComponent. setActiveItem(TypedObject activeItem)
void
AbstractMultiViewToolbarBrowserComponent. setActiveItem(TypedObject activeItem)
void
AbstractSectionMainAreaBrowserComponent. setActiveItem(TypedObject activeItem)
void
CaptionBrowserComponent. setActiveItem(TypedObject activeItem)
void
CockpitComponent. setActiveItem(TypedObject activeItem)
Sets the active item of this browser component toactiveItem
.void
CommentMainAreaBrowserComponent. setActiveItem(TypedObject activeItem)
void
ContextAreaBrowserComponent. setActiveItem(TypedObject activeItem)
void
ListSectionComponent. setActiveItem(TypedObject activeItem)
abstract void
AbstractBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
Re-renders the item.void
AbstractBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
Override if you want to react on the reason for the updatevoid
AbstractContentBrowser. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
abstract void
AbstractContentBrowser. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
This method makes it possible to force the view to re-render a list of items.void
AbstractMainAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
AbstractMultiViewToolbarBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
AbstractSectionMainAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
AbstractSectionMainAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
void
AbstractSimpleContentBrowser. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
void
CaptionBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
CaptionBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
void
CockpitComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
Re-renders the items specified.void
CommentMainAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
ContextAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
DefaultAdvancedContentBrowser. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties, java.lang.Object reason)
void
ListSectionComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Fields in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents declared as TypedObject Modifier and Type Field Description protected TypedObject
CompareView. rootObject
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents that return TypedObject Modifier and Type Method Description TypedObject
CompareView. getReferenceObject()
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.List<TypedObject>
CompareView. getAllItems()
protected java.util.List<TypedObject>
CompareMainAreaBrowserComponent. getCompareObjects()
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type TypedObject Modifier and Type Method Description protected void
CompareView. activateItemInPopupEditor(TypedObject item)
protected void
CompareView. fireItemDropped(TypedObject dragged, TypedObject target)
protected void
CompareView. fireItemRemoved(TypedObject item)
protected void
CompareView. fireReferenceItemChanged(TypedObject item)
void
CompareView.CompareViewListener. itemDropped(TypedObject dragged, TypedObject target)
void
CompareView.CompareViewListener. itemRemoved(TypedObject removed)
void
CompareView.CompareViewListener. referenceItemChanged(TypedObject object)
protected void
CompareView. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item)
void
WidgetDashboardToolbarComponent. setActiveItem(TypedObject activeItem)
void
CompareView. setReferenceObject(TypedObject referenceObject)
void
CompareMainAreaBrowserComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
WidgetDashboardToolbarComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
CompareView.CompareViewListener. valueChanged(TypedObject object, ObjectValueContainer.ObjectValueHolder holder)
Method parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type TypedObject Modifier and Type Method Description void
CompareView. setItems(java.util.List<TypedObject> items)
Constructors in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type TypedObject Constructor Description CompareView(TypedObject sourceObject, java.util.List<TypedObject> allItems, java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes, CompareView.CompareViewListener listener)
Constructor parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type TypedObject Constructor Description CompareView(TypedObject sourceObject, java.util.List<TypedObject> allItems, java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes, CompareView.CompareViewListener listener)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.duallistbox
Methods in de.hybris.platform.cockpit.components.duallistbox that return types with arguments of type TypedObject Modifier and Type Method Description static java.util.List<TypedObject>
DualListboxHelper. removeDuplicatedItems(java.util.List<TypedObject> searchResult, java.util.List<TypedObject> objectsToRemove)
Method for removing items from available list.Method parameters in de.hybris.platform.cockpit.components.duallistbox with type arguments of type TypedObject Modifier and Type Method Description static void
DualListboxHelper. doAutoCompleteSearch(java.lang.String searchTerm, DefaultSimpleReferenceSelectorModel model, java.util.List<TypedObject> assignedValuesList)
Method for performing searchstatic java.util.List<TypedObject>
DualListboxHelper. removeDuplicatedItems(java.util.List<TypedObject> searchResult, java.util.List<TypedObject> objectsToRemove)
Method for removing items from available list. -
Uses of TypedObject in de.hybris.platform.cockpit.components.duallistbox.impl
Methods in de.hybris.platform.cockpit.components.duallistbox.impl that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.List<TypedObject>
DefaultReferenceDualListboxEditor. removeDuplicatedItems(java.util.List<TypedObject> searchResult)
Method for removing assigned values from the list of available valuesprotected java.util.List<TypedObject>
CockpitUsersDualListboxEditor. search(java.lang.String searchTerm)
Method parameters in de.hybris.platform.cockpit.components.duallistbox.impl with type arguments of type TypedObject Modifier and Type Method Description protected java.util.List<TypedObject>
DefaultReferenceDualListboxEditor. removeDuplicatedItems(java.util.List<TypedObject> searchResult)
Method for removing assigned values from the list of available valuesConstructor parameters in de.hybris.platform.cockpit.components.duallistbox.impl with type arguments of type TypedObject Constructor Description CockpitUsersDualListboxEditor(java.util.List<TypedObject> assignedValuesList, java.util.List<TypedObject> availableValues)
DefaultReferenceDualListboxEditor(java.util.List<TypedObject> assignedValuesList)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.editorarea.export
Methods in de.hybris.platform.cockpit.components.editorarea.export with parameters of type TypedObject Modifier and Type Method Description protected java.lang.String
DefaultExportEditorAreaAction. getFileName(TypedObject item)
protected java.lang.String
ExportEditorArea2PdfAction. getFileName(TypedObject item)
protected java.lang.String
ExportEditorArea2XlsAction. getFileName(TypedObject item)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.editorarea.renderer
Method parameters in de.hybris.platform.cockpit.components.editorarea.renderer with type arguments of type TypedObject Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener
CommentsSectionRenderer. getAddCommentButtonEventListener(org.zkoss.zul.Div captionDiv, java.util.List<TypedObject> relatedItemList)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.inspector
Methods in de.hybris.platform.cockpit.components.inspector with parameters of type TypedObject Modifier and Type Method Description void
InspectorRenderer. render(org.zkoss.zk.ui.Component parent, TypedObject object)
Renders inspector area if only one item is selected.Method parameters in de.hybris.platform.cockpit.components.inspector with type arguments of type TypedObject Modifier and Type Method Description void
InspectorRenderer. render(org.zkoss.zk.ui.Component parent, ListProvider<TypedObject> objectsProvider)
Renders inspector area if multiple items are selected. -
Uses of TypedObject in de.hybris.platform.cockpit.components.inspector.impl
Methods in de.hybris.platform.cockpit.components.inspector.impl with parameters of type TypedObject Modifier and Type Method Description protected org.zkoss.zk.ui.Component
DefaultCoverageInspectorRenderer. createCoverageComponent(TypedObject typedObject)
protected org.zkoss.zk.ui.Component
DefaultCoverageInspectorRenderer. createFilledValuesComponent(TypedObject object)
protected void
AbstractInspectorRenderer. prepareEditActionButton(org.zkoss.zk.ui.Component parent, TypedObject item)
void
DefaultCoverageInspectorRenderer. render(org.zkoss.zk.ui.Component parent, TypedObject object)
protected void
DefaultCoverageInspectorRenderer. renderToolbar(org.zkoss.zk.ui.Component parent, TypedObject item)
Method parameters in de.hybris.platform.cockpit.components.inspector.impl with type arguments of type TypedObject Modifier and Type Method Description void
DefaultCoverageInspectorRenderer. render(org.zkoss.zk.ui.Component parent, ListProvider<TypedObject> objectsProvider)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.listview
Methods in de.hybris.platform.cockpit.components.listview that return TypedObject Modifier and Type Method Description protected TypedObject
AbstractListViewAction. getItem(ListViewAction.Context context)
TypedObject
ListViewAction.Context. getItem()
Methods in de.hybris.platform.cockpit.components.listview that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
AbstractListViewAction. getSelectedItems(ListViewAction.Context context)
Methods in de.hybris.platform.cockpit.components.listview with parameters of type TypedObject Modifier and Type Method Description ListViewAction.Context
AbstractListViewAction. createContext(ListComponentModel listModel, TypedObject item)
ListViewAction.Context
AbstractListViewAction. createContext(TableModel model, TypedObject item, ColumnDescriptor column)
ListViewAction.Context
ListViewAction. createContext(ListComponentModel listModel, TypedObject item)
Initialize values only once to be used by following service methodsListViewAction.Context
ListViewAction. createContext(TableModel model, TypedObject item, ColumnDescriptor column)
Initialize values only once to be used by following service methodsvoid
ListViewAction.Context. setItem(TypedObject item)
Method parameters in de.hybris.platform.cockpit.components.listview with type arguments of type TypedObject Modifier and Type Method Description void
DefaultListComponentModelListener. activationChanged(java.util.Collection<TypedObject> items)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return TypedObject Modifier and Type Method Description TypedObject
ContextAreaValueContainer. getRootItem()
Methods in de.hybris.platform.cockpit.components.listview.impl that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.Set<TypedObject>
AbstractSynchronizationAction. getPossiblyAffectedObjects(java.util.Collection<TypedObject> sourceObjects)
Gets all objects that could be affected by synchronization process.java.util.Collection<TypedObject>
ContextAreaValueContainer. getValues()
Methods in de.hybris.platform.cockpit.components.listview.impl with parameters of type TypedObject Modifier and Type Method Description protected void
DeleteCommentAction. sendUpdateEvent(TypedObject typedObject, ListViewAction.Context context)
void
ContextAreaValueContainer. setRootItem(TypedObject rootItem)
Method parameters in de.hybris.platform.cockpit.components.listview.impl with type arguments of type TypedObject Modifier and Type Method Description protected boolean
AbstractSynchronizationAction. containsBaseProduct(java.util.Collection<TypedObject> updatedObjects)
Method checks whether passed collection contains at least one object which is baseProduct (has variants)protected java.util.Set<TypedObject>
AbstractSynchronizationAction. getPossiblyAffectedObjects(java.util.Collection<TypedObject> sourceObjects)
Gets all objects that could be affected by synchronization process.protected void
AbstractSynchronizationAction. sendItemChangeEvents(java.util.Collection<TypedObject> updatedObjects)
void
ContextAreaValueContainer. setValues(java.util.Collection<TypedObject> values)
Constructors in de.hybris.platform.cockpit.components.listview.impl with parameters of type TypedObject Constructor Description ContextAreaValueContainer(java.util.Collection<TypedObject> values, TypedObject rootItem)
ContextAreaValueContainer(java.util.Collection<TypedObject> values, TypedObject rootItem, ObjectTemplate type)
Constructor parameters in de.hybris.platform.cockpit.components.listview.impl with type arguments of type TypedObject Constructor Description AddMultiItemCommentAction(java.util.List<TypedObject> selectedItems)
ContextAreaValueContainer(java.util.Collection<TypedObject> values)
ContextAreaValueContainer(java.util.Collection<TypedObject> values, TypedObject rootItem)
ContextAreaValueContainer(java.util.Collection<TypedObject> values, TypedObject rootItem, ObjectTemplate type)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.menu.impl
Constructors in de.hybris.platform.cockpit.components.menu.impl with parameters of type TypedObject Constructor Description UsersAssignedListWorkflowRenderer(java.util.List<TypedObject> assignedValuesList, TypedObject workflow)
Constructor parameters in de.hybris.platform.cockpit.components.menu.impl with type arguments of type TypedObject Constructor Description UsersAssignedListQueryRenderer(java.util.List<TypedObject> assignedValuesList, UICollectionQuery query, java.lang.String right)
UsersAssignedListSavedQueryRenderer(java.util.List<TypedObject> assignedValuesList, UISavedQuery query, java.lang.String right)
UsersAssignedListWorkflowRenderer(java.util.List<TypedObject> assignedValuesList, TypedObject workflow)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return types with arguments of type TypedObject Modifier and Type Method Description protected abstract java.util.List<TypedObject>
AbstractCommentTreeContextComponent. getComments()
java.util.List<TypedObject>
ContextAreaCommentTreeComponent. getComments()
-
Uses of TypedObject in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type TypedObject Modifier and Type Method Description protected boolean
DefaultCommentLayerComponentController. canCreateComment(TypedObject commentTarget)
protected boolean
DefaultCommentLayerComponentController. displayCommentIcon(TypedObject commentLayerTarget, CommentMetadataModel metaData)
Determines if comment icon represented by the meta data should be displayed over givencommentLayerTerget
.protected boolean
DefaultCommentLayerComponentController. displayCommentIcon(TypedObject commentLayerTarget, CommentMetadataModel metaData, int pageIndex)
Determines if comment icon represented by the meta data should be displayed over givencommentLayerTerget
. -
Uses of TypedObject in de.hybris.platform.cockpit.components.mvc.commentlayer.model
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.model that return TypedObject Modifier and Type Method Description TypedObject
CommentLayerComponentModel. getCommentLayerTarget()
TypedObject
CommentLayerComponentModel. getCommentTarget()
Constructors in de.hybris.platform.cockpit.components.mvc.commentlayer.model with parameters of type TypedObject Constructor Description CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, java.lang.String mode, CommentLayerAwareModel commentLayerAwareModel)
CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, java.lang.String mode, CommentLayerAwareModel commentLayerAwareModel, int pageIndex)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.navigationarea
Fields in de.hybris.platform.cockpit.components.navigationarea declared as TypedObject Modifier and Type Field Description protected TypedObject
DefaultSectionSelectorSection. relatedObject
Fields in de.hybris.platform.cockpit.components.navigationarea with type parameters of type TypedObject Modifier and Type Field Description protected java.util.Stack<TypedObject>
AbstractDrillableSelectorSection. drillableElements
protected java.util.List<TypedObject>
DefaultSectionSelectorSection. relatedObjects
protected java.util.List<TypedObject>
AbstractSelectorSection. selectedItems
Methods in de.hybris.platform.cockpit.components.navigationarea that return TypedObject Modifier and Type Method Description TypedObject
AbstractDrillableSelectorSection. getLastElement()
TypedObject
DrillableSelectorSection. getLastElement()
Returns last elementTypedObject
DefaultSectionSelectorSection. getRelatedObject()
TypedObject
SectionSelectorSection. getRelatedObject()
Returns related object with current sectionTypedObject
AbstractSelectorSection. getSelectedItem()
Returns the currently selected item.TypedObject
SelectorSection. getSelectedItem()
Returns the selected item.Methods in de.hybris.platform.cockpit.components.navigationarea that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
AbstractSelectorSection. getItems()
java.util.List<TypedObject>
SelectorSection. getItems()
Returns this selector's (root) items.java.util.List<TypedObject>
DefaultSectionSelectorSection. getRelatedObjects()
java.util.List<TypedObject>
AbstractSelectorSection. getSelectedItems()
java.util.List<TypedObject>
SelectorSection. getSelectedItems()
Returns the selector's currently selected items.static java.util.List<TypedObject>
AbstractSelectorSection. wrapItems(java.util.Collection<? extends ItemModel> itemModels)
Deprecated.since 6.3, will become obsolete when the cockpit's type service has support for service layer modelsMethods in de.hybris.platform.cockpit.components.navigationarea with parameters of type TypedObject Modifier and Type Method Description void
DefaultSectionSelectorSection. addToRelatedObjects(TypedObject relatedObject)
void
AbstractDrillableSelectorSection. appendAsLastElement(TypedObject element)
void
DrillableSelectorSection. appendAsLastElement(TypedObject element)
Appends given object as a last elementboolean
AbstractSelectorSection. isItemActive(TypedObject item)
Please seeSelectorSection.isItemActive(TypedObject)
.boolean
SelectorSection. isItemActive(TypedObject item)
Returns whether the itemitem
is active or not.void
DefaultSectionSelectorSection. removeToRelatedObjects(TypedObject relatedObject)
void
DefaultSectionSelectorSection. setRelatedObject(TypedObject relatdObject)
void
SectionSelectorSection. setRelatedObject(TypedObject relatedObject)
Sets related object for current sectionvoid
AbstractSelectorSection. setSelectedItem(TypedObject selectedItem)
void
SelectorSection. setSelectedItem(TypedObject selectedItem)
Sets the selector's selected item toselectedItem
Method parameters in de.hybris.platform.cockpit.components.navigationarea with type arguments of type TypedObject Modifier and Type Method Description void
AbstractSelectorSection. setItems(java.util.List<TypedObject> items)
void
SelectorSection. setItems(java.util.List<TypedObject> items)
Sets the (root) items which this selector should render.void
DefaultSectionSelectorSection. setRelatedObjects(java.util.List<TypedObject> relatedObjects)
void
AbstractSelectorSection. setSelectedItems(java.util.List<TypedObject> selectedItems)
void
SelectorSection. setSelectedItems(java.util.List<TypedObject> selectedItems)
Sets the selector's selected items toselectedItems
.void
AbstractSelectorSection. setSelectedItemsDirectly(java.util.List<TypedObject> selectedItems)
void
SelectorSection. setSelectedItemsDirectly(java.util.List<TypedObject> selectedItems)
Does the same thing asSelectorSection.setSelectedItems(List)
with the exception that no event is fired. -
Uses of TypedObject in de.hybris.platform.cockpit.components.navigationarea.model
Methods in de.hybris.platform.cockpit.components.navigationarea.model that return TypedObject Modifier and Type Method Description TypedObject
TreeNodeWrapper. getItem()
Constructors in de.hybris.platform.cockpit.components.navigationarea.model with parameters of type TypedObject Constructor Description TreeNodeWrapper(TypedObject item, TreeNodeWrapper parent)
Constructor parameters in de.hybris.platform.cockpit.components.navigationarea.model with type arguments of type TypedObject Constructor Description MyWorkflowsTreeModel(java.lang.Object root, java.util.List<TypedObject> workflows)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.List<TypedObject>
DefaultSelectorSectionRenderer. extractSelectedItems(java.util.Set<java.lang.Object> listValues)
Extracts the selectedTypedObject
s corresponding to the selector's current selection.Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type TypedObject Modifier and Type Method Description void
AbstracttSectionSelectorSectionListRenderer. createContextMenu(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject value)
protected org.zkoss.zk.ui.Component
AbstracttSectionSelectorSectionListRenderer. loadCaptionComponent(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject currentTypedObjectValue)
protected void
DefaultSectionSelectorSectionRenderer. renderSubsections(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject value)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return TypedObject Modifier and Type Method Description TypedObject
WorkflowFacade. wrapItem(java.lang.Object item)
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
WorkflowFacade. wrapItems(java.util.Collection<? extends java.lang.Object> items)
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with parameters of type TypedObject Modifier and Type Method Description java.lang.String
WorkflowFacade. getStatusUrl(TypedObject typedData)
Method parameters in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with type arguments of type TypedObject Modifier and Type Method Description java.util.List<ItemModel>
WorkflowFacade. unwrapItems(java.util.Collection<TypedObject> typedObjects)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization.menu.entries
Constructors in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization.menu.entries with parameters of type TypedObject Constructor Description DeleteMenuEntry(org.zkoss.zul.Treeitem treeitem, TypedObject typedObject, WorkflowSectionRenderer parentSectionRenderer)
RenameMenuEntry(TypedObject workflowObject, org.zkoss.zul.Treecell treecell, WorkflowSectionRenderer parentSectionRenderer)
StartMenuEntry(TypedObject typedWorkflow, WorkflowSectionRenderer parentSectionRenderer, MyWorkflowsTreeRenderer myWorkflowsTreeRenderer)
TerminateMenuEntry(org.zkoss.zul.Treeitem treeitem, TypedObject typedObject, WorkflowSectionRenderer parentSectionRenderer)
-
Uses of TypedObject in de.hybris.platform.cockpit.components.sync.dialog
Constructors in de.hybris.platform.cockpit.components.sync.dialog with parameters of type TypedObject Constructor Description AbstractSyncDialog(TypedObject sourceItem, java.util.List<SyncItemJobModel>[] matrixRules)
OneSourceManyTargetItemSyncDialog(TypedObject sourceItem, CatalogVersionModel sourceCatalogVersion, java.util.List<SyncItemJobModel>[] matrixRules)
-
Uses of TypedObject in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return TypedObject Modifier and Type Method Description TypedObject
ItemChangedEvent. getItem()
Returns the item which has been changed.Methods in de.hybris.platform.cockpit.events.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
CommentCockpitEvent. getRelatedItems()
abstract java.util.List<TypedObject>
InfoboxCockpitEvent. getRelatedItems()
java.util.List<TypedObject>
WorkflowCockpitEvent. getRelatedItems()
java.util.List<TypedObject>
CommentCockpitEvent. getUserComments()
java.util.List<TypedObject>
WorkflowCockpitEvent. getWorkflowActions()
Constructors in de.hybris.platform.cockpit.events.impl with parameters of type TypedObject Constructor Description ItemChangedEvent(java.lang.Object source, TypedObject item, java.util.Collection<? extends PropertyDescriptor> properties)
Creates a newItemChangedEvent
.ItemChangedEvent(java.lang.Object source, TypedObject item, java.util.Collection<? extends PropertyDescriptor> properties, ItemChangedEvent.ChangeType changeType)
Creates a newItemChangedEvent
.ItemChangedEvent(java.lang.Object source, TypedObject item, java.util.Collection<? extends PropertyDescriptor> properties, ItemChangedEvent.ChangeType changeType, java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a newItemChangedEvent
.ItemChangedEvent(java.lang.Object source, TypedObject item, java.util.Collection<? extends PropertyDescriptor> properties, java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a newItemChangedEvent
.Constructor parameters in de.hybris.platform.cockpit.events.impl with type arguments of type TypedObject Constructor Description CommentCockpitEvent(java.lang.Object source, java.util.List<TypedObject> userComments)
WorkflowCockpitEvent(java.lang.Object source, java.util.List<TypedObject> wfActions)
-
Uses of TypedObject in de.hybris.platform.cockpit.helpers
Methods in de.hybris.platform.cockpit.helpers with parameters of type TypedObject Modifier and Type Method Description java.lang.String
WorkflowHelper. getStatusUrl(TypedObject typedData)
-
Uses of TypedObject in de.hybris.platform.cockpit.helpers.impl
Methods in de.hybris.platform.cockpit.helpers.impl with parameters of type TypedObject Modifier and Type Method Description java.lang.String
DefaultWorkflowHelper. getStatusUrl(TypedObject typedData)
-
Uses of TypedObject in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type TypedObject Modifier and Type Method Description ObjectValueContainer
ValidationUIHelper. createModelFromContainer(TypedObject typedObject, java.lang.String languageIso, PropertyDescriptor propertyDescriptor, UIEditor editor)
void
ValidationUIHelper. createValidationMessages(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Set<CockpitValidationDescriptor> violations, TypedObject typedObject, java.util.Set<java.lang.String> forceWritePks, EditableComponent editableComponent)
Creates an appropriate zk-element for given validation messages.void
ValidationUIHelper. markField(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)
Mark fields with validation level color. -
Uses of TypedObject in de.hybris.platform.cockpit.model.collection
Methods in de.hybris.platform.cockpit.model.collection that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ObjectCollection. getElements()
Gets the elements of the collection in the order they were added to the collection.java.util.List<TypedObject>
PageableObjectCollection. getElements(int offset, int count)
Returns list of elements starting from the offset. -
Uses of TypedObject in de.hybris.platform.cockpit.model.collection.impl
Methods in de.hybris.platform.cockpit.model.collection.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ObjectCollectionImpl. getElements()
java.util.List<TypedObject>
ObjectCollectionImpl. getElements(int offset, int count)
Method parameters in de.hybris.platform.cockpit.model.collection.impl with type arguments of type TypedObject Modifier and Type Method Description void
ObjectCollectionImpl. setElements(java.util.List<TypedObject> elements)
Deprecated.since 6.3Constructor parameters in de.hybris.platform.cockpit.model.collection.impl with type arguments of type TypedObject Constructor Description ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user)
Deprecated.since 6.3ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user, java.lang.String type)
Deprecated.since 6.3 -
Uses of TypedObject in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor that return TypedObject Modifier and Type Method Description static TypedObject
EditorHelper. getCatalogVersionIfPresent(TypedObject item)
Methods in de.hybris.platform.cockpit.model.editor with parameters of type TypedObject Modifier and Type Method Description static CreateContext
EditorHelper. 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)
protected static boolean
EditorHelper. checkLanguageVisibility(TypedObject item, java.lang.String languageIso)
static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist)
Convenience method for creating and rendering aUIEditor
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, EditorListener editorListener, java.lang.String editorCode)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, EditorListener editorListener)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, EditorListener editorListener, boolean focus)
Convenience method for creating and rendering aUIEditor
variant specified byeditorCode
.static void
EditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, EditorListener editorListener, boolean autoPersist)
Convenience method for creating and rendering aUIEditor
.static TypedObject
EditorHelper. getCatalogVersionIfPresent(TypedObject item)
static void
EditorHelper. initializeSections(EditorConfiguration cfg, ObjectType type, TypedObject object, TypeService typeService)
void
AdditionalReferenceEditorListener. openItemRequestPerformed(TypedObject item)
static void
EditorHelper. persistValues(TypedObject item, ObjectValueContainer valueContainer)
static void
EditorHelper. persistValues(TypedObject item, ObjectValueContainer valueContainer, java.util.Map<java.lang.String,? extends java.lang.Object> params)
static ObjectTemplate
EditorHelper. processVariantTypeCheck(ObjectTemplate type, TypedObject object, PropertyDescriptor propertyDescriptor, TypeService typeService)
static java.util.List<java.lang.String>
EditorHelper. removeHiddenLanguages(TypedObject item, java.util.Collection<java.lang.String> languages)
static void
EditorHelper. renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)
static void
EditorHelper. renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus, EditorListener editorListener)
static void
EditorHelper. renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, java.lang.String isoCode, boolean focus)
static void
EditorHelper. renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, java.lang.String isoCode, boolean focus, EditorListener editorListener)
static void
EditorHelper. tryOpenContextAreaEditor(UICockpitPerspective perspective, ObjectTemplate type, java.util.Collection value, TypedObject currentObject, PropertyDescriptor propertyDescriptor, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.editor.impl
Methods in de.hybris.platform.cockpit.model.editor.impl with parameters of type TypedObject Modifier and Type Method Description static CreateContext
AbstractUIEditor. 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 void
AbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist)
Deprecated.since 6.3static void
AbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode)
Deprecated.since 6.3static void
AbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params)
Deprecated.since 6.3static void
AbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)
Deprecated.since 6.3static void
AbstractUIEditor. persistValues(TypedObject item, ObjectValueContainer valueContainer)
Deprecated.since 6.3static void
AbstractUIEditor. persistValues(TypedObject item, ObjectValueContainer valueContainer, java.util.Map<java.lang.String,? extends java.lang.Object> params)
Deprecated.since 6.3 -
Uses of TypedObject in de.hybris.platform.cockpit.model.general
Methods in de.hybris.platform.cockpit.model.general that return TypedObject Modifier and Type Method Description TypedObject
ListComponentModel. getActiveItem()
Methods in de.hybris.platform.cockpit.model.general that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<? extends TypedObject>
ListComponentModel. getActiveItems()
java.util.Collection<TypedObject>
ListComponentModel. getAdditionalItemsToUpdate(TypedObject changedItem)
ListModel<? extends TypedObject>
MutableListModel. getListModel()
Methods in de.hybris.platform.cockpit.model.general with parameters of type TypedObject Modifier and Type Method Description void
ListComponentModel. addToAdditionalItemChangeUpdateNotificationMap(TypedObject itemToUpdate, java.util.Collection<TypedObject> changedItems)
java.util.Collection<TypedObject>
ListComponentModel. getAdditionalItemsToUpdate(TypedObject changedItem)
void
MutableListModel. setActiveItem(TypedObject activeItem)
int
UIItemView. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
try to update rows containing the specified itemsMethod parameters in de.hybris.platform.cockpit.model.general with type arguments of type TypedObject Modifier and Type Method Description void
ListComponentModelListener. activationChanged(java.util.Collection<TypedObject> items)
Called whenever the activation has changed.void
ListComponentModel. addToAdditionalItemChangeUpdateNotificationMap(TypedObject itemToUpdate, java.util.Collection<TypedObject> changedItems)
void
MutableListModel. setActiveItems(java.util.Collection<TypedObject> activeItems)
void
MutableListModel. setListModel(ListModel<? extends TypedObject> listModel)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.general.impl
Fields in de.hybris.platform.cockpit.model.general.impl with type parameters of type TypedObject Modifier and Type Field Description protected java.util.Map<TypedObject,java.util.Set<TypedObject>>
AbstractListComponentModel. updateNotificationMap
protected java.util.Map<TypedObject,java.util.Set<TypedObject>>
AbstractListComponentModel. updateNotificationMap
Methods in de.hybris.platform.cockpit.model.general.impl that return TypedObject Modifier and Type Method Description TypedObject
DefaultListComponentModel. getActiveItem()
Methods in de.hybris.platform.cockpit.model.general.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
DefaultListComponentModel. getActiveItems()
java.util.Collection<TypedObject>
AbstractListComponentModel. getAdditionalItemsToUpdate(TypedObject changedItem)
ListModel<? extends TypedObject>
DefaultListComponentModel. getListModel()
Methods in de.hybris.platform.cockpit.model.general.impl with parameters of type TypedObject Modifier and Type Method Description void
AbstractListComponentModel. addToAdditionalItemChangeUpdateNotificationMap(TypedObject itemToUpdate, java.util.Collection<TypedObject> changedItems)
java.util.Collection<TypedObject>
AbstractListComponentModel. getAdditionalItemsToUpdate(TypedObject changedItem)
void
DefaultListComponentModel. setActiveItem(TypedObject item)
Method parameters in de.hybris.platform.cockpit.model.general.impl with type arguments of type TypedObject Modifier and Type Method Description void
DefaultBrowserListModelListener. activationChanged(java.util.Collection<TypedObject> items)
void
DefaultBrowserSectionListModelListener. activationChanged(java.util.Collection<TypedObject> items)
void
DefaultListModelListener. activationChanged(java.util.Collection<TypedObject> items)
void
AbstractListComponentModel. addToAdditionalItemChangeUpdateNotificationMap(TypedObject itemToUpdate, java.util.Collection<TypedObject> changedItems)
protected void
AbstractListComponentModel. fireItemsActivated(java.util.Collection<TypedObject> items)
void
DefaultListComponentModel. setActiveItems(java.util.Collection<TypedObject> items)
void
DefaultListComponentModel. setListModel(ListModel<? extends TypedObject> model)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.gridview
Methods in de.hybris.platform.cockpit.model.gridview with parameters of type TypedObject Modifier and Type Method Description void
GridItemRenderer. render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl that return TypedObject Modifier and Type Method Description protected TypedObject
GridView. getItemAt(int index)
Methods in de.hybris.platform.cockpit.model.gridview.impl with parameters of type TypedObject Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponent
GridView. createItemBox(TypedObject item, GridViewConfiguration config)
protected java.lang.String
DefaultGridItemRenderer. getFallbackImage(TypedObject item)
void
DefaultGridItemRenderer. render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper)
protected void
DefaultGridItemRenderer. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model)
protected void
DefaultGridItemRenderer. renderStatus(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model)
protected void
GridView. rerenderItem(TypedObject item)
int
GridView. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> propertyDescriptors)
Constructors in de.hybris.platform.cockpit.model.gridview.impl with parameters of type TypedObject Constructor Description GridValueHolder(GridViewConfiguration config, TypedObject item)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview with type parameters of type TypedObject Modifier and Type Method Description static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx)
Convenience method for loading a list view component.static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx, ListViewConfiguration listViewConf)
Convenience method for loading a list view component.Methods in de.hybris.platform.cockpit.model.listview with parameters of type TypedObject Modifier and Type Method Description java.lang.Object
ValueHandler. getValue(TypedObject item)
java.lang.Object
ValueHandler. getValue(TypedObject item, java.lang.String languageIso)
java.lang.Object
ColumnModel. getValueAt(int columnIndex, TypedObject object)
Returns the value of the specified object's cell.void
ValueHandler. setValue(TypedObject item, java.lang.Object value)
void
ValueHandler. setValue(TypedObject item, java.lang.Object value, java.lang.String languageIso)
void
MutableColumnModel. setValueAt(int colIndex, TypedObject item, java.lang.Object value)
Sets the value at. -
Uses of TypedObject in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type TypedObject Modifier and Type Method Description java.lang.Object
DefaultValueHandler. getValue(TypedObject item)
java.lang.Object
DefaultValueHandler. getValue(TypedObject item, java.lang.String languageIso)
java.lang.Object
MultiTypeValueHandler. getValue(TypedObject item)
java.lang.Object
MultiTypeValueHandler. getValue(TypedObject item, java.lang.String languageIso)
java.lang.Object
WorkflowImgValueHandler. getValue(TypedObject item)
java.lang.Object
WorkflowImgValueHandler. getValue(TypedObject item, java.lang.String languageIso)
java.lang.Object
WorkflowValueHandler. getValue(TypedObject item)
java.lang.Object
WorkflowValueHandler. getValue(TypedObject item, java.lang.String languageIso)
java.lang.Object
DefaultColumnModel. getValueAt(int columnIndex, TypedObject object)
ObjectValueContainer
DefaultValueHandler. getValueContainer(ObjectType type, TypedObject object)
void
DefaultValueHandler. setValue(TypedObject item, java.lang.Object value)
void
DefaultValueHandler. setValue(TypedObject item, java.lang.Object value, java.lang.String languageIso)
void
MultiTypeValueHandler. setValue(TypedObject item, java.lang.Object value)
void
MultiTypeValueHandler. setValue(TypedObject item, java.lang.Object value, java.lang.String languageIso)
void
WorkflowImgValueHandler. setValue(TypedObject item, java.lang.Object value)
void
WorkflowImgValueHandler. setValue(TypedObject item, java.lang.Object value, java.lang.String languageIso)
void
WorkflowValueHandler. setValue(TypedObject item, java.lang.Object value)
void
WorkflowValueHandler. setValue(TypedObject item, java.lang.Object value, java.lang.String languageIso)
void
DefaultColumnModel. setValueAt(int columnIndex, TypedObject object, java.lang.Object value)
int
ListView. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement TypedObject Modifier and Type Class Description class
AbstractTypedObject
Abstract class that provides basic implementations for equals, hashcode and toString for a typed object.class
DefaultTypedObject
-
Uses of TypedObject in de.hybris.platform.cockpit.model.query.impl
Methods in de.hybris.platform.cockpit.model.query.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
UICollectionQuery. getItems()
java.util.List<TypedObject>
UICollectionQuery. getItems(int start, int count)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor
Methods in de.hybris.platform.cockpit.model.referenceeditor with parameters of type TypedObject Modifier and Type Method Description void
ReferenceSelectorListener. doOpenReferencedItem(TypedObject item)
void
AbstractReferenceSelector. fireOpenReferencedItem(TypedObject item)
protected void
AbstractReferenceSelector. fireShowItemEditorPopup(ObjectType type, TypedObject sourceItem, CreateContext context)
void
ReferenceSelectorListener. showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context)
Method parameters in de.hybris.platform.cockpit.model.referenceeditor with type arguments of type TypedObject Modifier and Type Method Description void
AbstractReferenceSelectorModel. setActiveItems(java.util.Collection<TypedObject> items)
void
ReferenceSelectorModel. setActiveItems(java.util.Collection<TypedObject> items)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor.celum.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.celum.impl that return TypedObject Modifier and Type Method Description TypedObject
CelumMediaEditorBase. getAssociatedItem()
protected TypedObject
CelumMediaReferenceUIEditor. getAssociatedItem()
Deprecated.protected TypedObject
CelumSimpleMediaReferenceUIEditor. getAssociatedItem()
Deprecated.since 6.3, useCelumMediaEditorBase.getAssociatedItem()
insteadConstructors in de.hybris.platform.cockpit.model.referenceeditor.celum.impl with parameters of type TypedObject Constructor Description CelumSynchPopup(CockpitCelumDelegate delegate, TypedObject celumAsset, EditorListener listener)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor.collection
Methods in de.hybris.platform.cockpit.model.referenceeditor.collection with parameters of type TypedObject Modifier and Type Method Description protected void
CollectionEditor. doCollectionItemDoubleClicked(TypedObject item)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor.impl
Fields in de.hybris.platform.cockpit.model.referenceeditor.impl declared as TypedObject Modifier and Type Field Description protected TypedObject
ContextAreaReferenceCollectionUIEditor. rootObject
The object to which we are collecting references.Methods in de.hybris.platform.cockpit.model.referenceeditor.impl that return TypedObject Modifier and Type Method Description TypedObject
DefaultMediaReferenceCollectionUIEditor. getSourceItem()
Deprecated.Methods in de.hybris.platform.cockpit.model.referenceeditor.impl that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.List<TypedObject>
SimpleReferenceUIEditor. getAvailableValues()
protected java.util.List<TypedObject>
UnitReferenceUIEditor. getAvailableValues()
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type TypedObject Modifier and Type Method Description protected void
ReferenceCollectionEditor. doCollectionItemDoubleClicked(TypedObject item)
Deprecated.void
DefaultReferenceSelectorListener. doOpenReferencedItem(TypedObject item)
protected void
SimpleReferenceUIEditor. fillComboBox(org.zkoss.zul.Combobox combobox, TypedObject selected)
void
DefaultMediaReferenceCollectionUIEditor. setSourceItem(TypedObject sourceItem)
Deprecated.void
DefaultReferenceSelectorListener. showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context)
Deprecated.since 6.3Method parameters in de.hybris.platform.cockpit.model.referenceeditor.impl with type arguments of type TypedObject Modifier and Type Method Description void
DefaultSelectorListComponentModelListener. activationChanged(java.util.Collection<TypedObject> items)
void
SimpleReferenceUIEditor. setAvailableValues(java.util.List<TypedObject> availableValues)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor.simple
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple with parameters of type TypedObject Modifier and Type Method Description void
SimpleReferenceSelectorListener. doOpenReferencedItem(TypedObject item)
Opens a popup editor and displays a current itemvoid
AbstractSimpleReferenceSelector. fireOpenReferencedItem(TypedObject item)
Opens a value within popup editorvoid
SimpleReferenceSelectorListener. showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context)
Shows popup in order to create new value -
Uses of TypedObject in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type TypedObject Modifier and Type Method Description void
DefaultSimpleReferenceSelectorListener. doOpenReferencedItem(TypedObject item)
void
DefaultSimpleReferenceSelectorListener. showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context)
Deprecated.since 6.3Method parameters in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with type arguments of type TypedObject Modifier and Type Method Description void
DefaultSimpleSelectorListComponentModelListener. activationChanged(java.util.Collection<TypedObject> items)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.search
Subinterfaces of TypedObject in de.hybris.platform.cockpit.model.search Modifier and Type Interface Description interface
ResultObject
Result object wrapper which combinesObjectType
, a match score and the actual object itself.Methods in de.hybris.platform.cockpit.model.search that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
Query. getExcludedItems()
Returns the items which should be excluded when searching.Method parameters in de.hybris.platform.cockpit.model.search with type arguments of type TypedObject Modifier and Type Method Description void
Query. setExcludedItems(java.util.Collection<TypedObject> excludedItems)
Sets the items to be excluded when searching. -
Uses of TypedObject in de.hybris.platform.cockpit.model.search.impl
Classes in de.hybris.platform.cockpit.model.search.impl that implement TypedObject Modifier and Type Class Description class
DefaultResultObject
Deprecated.since 6.3, use ResultObjectWrapper instead.class
ResultObjectWrapper
Wraps a typed object into a result object that has a score attribute.Constructors in de.hybris.platform.cockpit.model.search.impl with parameters of type TypedObject Constructor Description ResultObjectWrapper(TypedObject wrappedObject, java.lang.Object rawObject)
ResultObjectWrapper(TypedObject wrappedObject, java.lang.Object rawObject, double score)
-
Uses of TypedObject in de.hybris.platform.cockpit.model.undo.impl
Fields in de.hybris.platform.cockpit.model.undo.impl declared as TypedObject Modifier and Type Field Description protected TypedObject
ItemChangeUndoableOperation. typedObject
Constructors in de.hybris.platform.cockpit.model.undo.impl with parameters of type TypedObject Constructor Description ItemChangeUndoableOperation(TypedObject typedObject, ObjectValueContainer valueContainer)
-
Uses of TypedObject in de.hybris.platform.cockpit.reports.components.contentbrowser
Methods in de.hybris.platform.cockpit.reports.components.contentbrowser with parameters of type TypedObject Modifier and Type Method Description void
ReportDashboardCaptionComponent. setActiveItem(TypedObject activeItem)
void
ReportDashboardCaptionComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
-
Uses of TypedObject in de.hybris.platform.cockpit.reports.wizards
Fields in de.hybris.platform.cockpit.reports.wizards declared as TypedObject Modifier and Type Field Description protected TypedObject
JasperMediaChoosePage. chosenReference
Methods in de.hybris.platform.cockpit.reports.wizards that return TypedObject Modifier and Type Method Description TypedObject
JasperMediaChoosePage. getChosenReference()
-
Uses of TypedObject in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return TypedObject Modifier and Type Method Description TypedObject
NewItemService. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
MediaUpdateService. removeCurrentImageStream(TypedObject typeObject)
TypedObject
MediaUpdateService. updateMediaBinaryStream(TypedObject typedObject, byte[] binaryStream, java.lang.String contentType, java.lang.String name)
Updates media object.TypedObject
MediaUpdateService. updateMediaBinaryStream(TypedObject typedObject, org.zkoss.util.media.Media zkMedia)
Updates media object.Methods in de.hybris.platform.cockpit.services that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ObjectCollectionService. getElements(ObjectCollection collection, int start, int count)
Returns elements of the given object collection.java.util.Set<TypedObject>
SavedValuesService. getSavedValues(TypedObject wrappedProduct)
java.util.Set<TypedObject>
SavedValuesServiceImpl. getSavedValues(TypedObject wrappedProduct)
java.util.List<TypedObject>
SavedValuesService. getSavedValuesEntries(TypedObject savedValue)
java.util.List<TypedObject>
SavedValuesServiceImpl. getSavedValuesEntries(TypedObject savedValue)
Methods in de.hybris.platform.cockpit.services with parameters of type TypedObject Modifier and Type Method Description java.lang.String
SavedValuesService. getAuthor(TypedObject savedValue)
java.lang.String
SavedValuesServiceImpl. getAuthor(TypedObject savedValue)
CatalogVersionModel
SystemService. getCatalogVersion(TypedObject typedObject)
get the catalog version for passed typedObjectUserModel
SavedValuesService. getLastModifyingUser(TypedObject item)
UserModel
SavedValuesServiceImpl. getLastModifyingUser(TypedObject item)
java.lang.String
SavedValuesService. getModificationTime(TypedObject savedValue)
java.lang.String
SavedValuesServiceImpl. getModificationTime(TypedObject savedValue)
java.lang.String
SavedValuesService. getModificationType(TypedObject savedValue)
java.lang.String
SavedValuesServiceImpl. getModificationType(TypedObject savedValue)
java.lang.String
SavedValuesService. getModifiedAttribute(TypedObject savedValueEntry)
java.lang.String
SavedValuesServiceImpl. getModifiedAttribute(TypedObject savedValueEntry)
java.util.List<java.lang.String>
SavedValuesService. getNewValues(TypedObject savedValueEntry)
java.util.List<java.lang.String>
SavedValuesServiceImpl. getNewValues(TypedObject savedValueEntry)
java.util.List<java.lang.String>
SavedValuesService. getOldValues(TypedObject savedValueEntry)
java.util.List<java.lang.String>
SavedValuesServiceImpl. getOldValues(TypedObject savedValueEntry)
java.util.Set<TypedObject>
SavedValuesService. getSavedValues(TypedObject wrappedProduct)
java.util.Set<TypedObject>
SavedValuesServiceImpl. getSavedValues(TypedObject wrappedProduct)
java.util.List<TypedObject>
SavedValuesService. getSavedValuesEntries(TypedObject savedValue)
java.util.List<TypedObject>
SavedValuesServiceImpl. getSavedValuesEntries(TypedObject savedValue)
java.lang.Boolean
ObjectCollectionService. isInCollection(TypedObject object, ObjectCollection collection)
Checks if the given element belongs to the specified collection.boolean
CockpitCommentService. isRead(TypedObject commentItem)
Return if the comment is read by the current user or notTypedObject
MediaUpdateService. removeCurrentImageStream(TypedObject typeObject)
MediaEditorSectionConfiguration.MediaContent
MediaUpdateService. retrieveMediaBinaryStream(TypedObject typedObject)
void
CockpitCommentService. setRead(TypedObject commentItem, boolean read)
Sets the read status of the specified commentItem for the current userTypedObject
MediaUpdateService. updateMediaBinaryStream(TypedObject typedObject, byte[] binaryStream, java.lang.String contentType, java.lang.String name)
Updates media object.TypedObject
MediaUpdateService. updateMediaBinaryStream(TypedObject typedObject, org.zkoss.util.media.Media zkMedia)
Updates media object.Method parameters in de.hybris.platform.cockpit.services with type arguments of type TypedObject Modifier and Type Method Description int
ObjectCollectionService. addToCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)
int
ObjectCollectionService. removeFromCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.celum
Methods in de.hybris.platform.cockpit.services.celum with parameters of type TypedObject Modifier and Type Method Description void
CockpitCelumDelegate. createSynchPopup(org.zkoss.zk.ui.Component button, TypedObject celumAsset, EditorListener listener)
Creates a Celum Asset Synchronization popup dialog to be used in a Cockpit.java.lang.String
CockpitCelumService. getCelumUrl(TypedObject celumAsset)
Returns the Celum URL of the specified Celum asset.java.lang.String
CockpitCelumDelegate. getLocalMediaUrl(TypedObject celumAsset)
Returns the URL of the local version of the Celum asset.java.lang.String
CockpitCelumService. getLocalUrl(TypedObject celumAsset)
Returns the local URL of the specified Celum asset.java.lang.String
CockpitCelumDelegate. getMediaUrl(TypedObject celumAsset)
Returns the URL of the current Celum version of the Celum asset.boolean
CockpitCelumService. isAssetValid(TypedObject celumAsset)
Checks if is asset valid.boolean
CockpitCelumDelegate. isCelumAssetValid(TypedObject celumAsset)
Checks if is celum asset valid.boolean
CockpitCelumDelegate. isSynchronized(TypedObject celumAsset)
Checks if is synchronized.boolean
CockpitCelumService. isSynchronized(TypedObject celumAsset)
Checks if is CelumAsset is synchronized.void
CockpitCelumDelegate. synchronize(TypedObject celumAsset)
Synchronize celum asset with current image in celum.void
CockpitCelumService. synchronize(TypedObject celumAsset)
Synchronize.void
CockpitCelumDelegate. unSynchronize(TypedObject celumAsset)
Un synchronize.void
CockpitCelumService. unSynchronize(TypedObject celumAsset)
Unsynchronize CelumAsset. -
Uses of TypedObject in de.hybris.platform.cockpit.services.celum.impl
Methods in de.hybris.platform.cockpit.services.celum.impl with parameters of type TypedObject Modifier and Type Method Description void
DefaultCockpitCelumDelegate. createSynchPopup(org.zkoss.zk.ui.Component button, TypedObject celumAsset, EditorListener listener)
java.lang.String
DefaultCockpitCelumDelegate. getLocalMediaUrl(TypedObject celumAsset)
java.lang.String
DefaultCockpitCelumDelegate. getMediaUrl(TypedObject celumAsset)
boolean
DefaultCockpitCelumDelegate. isCelumAssetValid(TypedObject celumAsset)
boolean
DefaultCockpitCelumDelegate. isSynchronized(TypedObject celumAsset)
void
DefaultCockpitCelumDelegate. synchronize(TypedObject celumAsset)
void
DefaultCockpitCelumDelegate. unSynchronize(TypedObject celumAsset)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config with parameters of type TypedObject Modifier and Type Method Description void
CustomEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
java.util.Map<java.lang.String,java.lang.Object>
InitialPropertyConfiguration. getInitialProperties(TypedObject typedObject, TypeService typeService)
Gets the initial properties from base configuration.void
CustomEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
CustomEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
CustomEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.config.impl
Fields in de.hybris.platform.cockpit.services.config.impl declared as TypedObject Modifier and Type Field Description protected TypedObject
WidgetParamEditorSectionConfiguration. currentObject
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type TypedObject Modifier and Type Method Description void
ClassAttrEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject)
void
CommentsSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
void
InitialAttrEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
void
LastChangesSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
void
MediaEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
void
UnassignedEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
void
WidgetParamEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject)
protected org.zkoss.zul.Button
MediaEditorSectionConfiguration. createDownloadButton(TypedObject typedObject)
protected org.zkoss.zul.Button
MediaEditorSectionConfiguration. createPreviewButton(TypedObject typedObject)
protected org.zkoss.zul.Button
MediaEditorSectionConfiguration. createUploadButton(TypedObject typedObject, org.zkoss.zul.Div previewContainer, SectionPanelModel sectionModel)
java.util.Map<java.lang.String,java.lang.Object>
DefaultInitialPropertyConfiguration. getInitialProperties(TypedObject typedObject, TypeService typeService)
void
ClassAttrEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
CommentsSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
InitialAttrEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
LastChangesSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
MediaEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType objectType, TypedObject object)
void
UnassignedEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType objectType, TypedObject object)
void
WidgetParamEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
ClassAttrEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
CommentsSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
InitialAttrEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
LastChangesSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
MediaEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
UnassignedEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
WidgetParamEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
protected void
TaskCellRenderer. renderActionRow(TypedObject task, TableModel model, org.zkoss.zul.Div container, org.zkoss.zk.ui.Component parent, org.zkoss.zul.Div commentsDiv)
protected void
TaskCellRenderer. renderComments(TypedObject task, org.zkoss.zul.Div commentsDiv)
protected void
TaskCellRenderer. renderDecisionDropDown(org.zkoss.zul.Div actionRowDiv, org.zkoss.zk.ui.Component parent, TableModel model, java.util.Collection<WorkflowDecisionModel> decisions, TypedObject task)
protected void
MediaEditorSectionConfiguration.MediaEditorSectionRenderer. renderePreviewImage(TypedObject updatedTypedObject)
Re-render image preview after changesprotected void
TaskCellRenderer. renderGotoItem(org.zkoss.zul.Div actionRowDiv, TableModel model, TypedObject task)
void
ClassAttrEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
CommentsSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
InitialAttrEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
LastChangesSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
MediaEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
UnassignedEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
WidgetParamEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
MediaEditorSectionConfiguration.MediaEditorSectionRenderer. update(TypedObject updatedTypedObject)
Performs an update section afer changes.Constructors in de.hybris.platform.cockpit.services.config.impl with parameters of type TypedObject Constructor Description MediaEditorSectionRenderer(TypedObject currentObject)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.dragdrop
Methods in de.hybris.platform.cockpit.services.dragdrop that return TypedObject Modifier and Type Method Description TypedObject
DraggedItem. getSingleTypedObject()
TypedObject
DraggedItem. getSuperCategory()
Methods in de.hybris.platform.cockpit.services.dragdrop that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
DraggedItem. getAllTypedObjects()
-
Uses of TypedObject in de.hybris.platform.cockpit.services.dragdrop.impl
Methods in de.hybris.platform.cockpit.services.dragdrop.impl that return TypedObject Modifier and Type Method Description TypedObject
DefaultDraggedItem. getSingleTypedObject()
TypedObject
DefaultDraggedItem. getSuperCategory()
Methods in de.hybris.platform.cockpit.services.dragdrop.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
DefaultDraggedItem. getAllTypedObjects()
Constructors in de.hybris.platform.cockpit.services.dragdrop.impl with parameters of type TypedObject Constructor Description DefaultDraggedItem(TypedObject typedObject)
DefaultDraggedItem(TypedObject typedObject, BrowserModel browser, TypedObject superCategory)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.exporter
Methods in de.hybris.platform.cockpit.services.exporter with parameters of type TypedObject Modifier and Type Method Description byte[]
EditorAreaExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is. -
Uses of TypedObject in de.hybris.platform.cockpit.services.exporter.impl
Methods in de.hybris.platform.cockpit.services.exporter.impl with parameters of type TypedObject Modifier and Type Method Description byte[]
EditorArea2PdfExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Generates pdfbyte[]
EditorArea2XLSExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Generates xmlprotected byte[]
AbstractEditorAreaExporter. generateXml(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Generates default xml structure out of given sections and item -
Uses of TypedObject in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return TypedObject Modifier and Type Method Description TypedObject
NewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
WorkflowNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
NewItemServiceImpl. createNewItemJalo(ObjectValueContainer valueContainer, ObjectTemplate template)
Deprecated.since 6.3protected TypedObject
NewItemServiceImpl. createNewItemServiceLayer(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
MediaUpdateServiceImpl. removeCurrentImageStream(TypedObject typedObject)
TypedObject
MediaUpdateServiceImpl. updateMediaBinaryStream(TypedObject typedObject, byte[] byteStream, java.lang.String contentType, java.lang.String name)
Updates media object.TypedObject
MediaUpdateServiceImpl. updateMediaBinaryStream(TypedObject typedObject, org.zkoss.util.media.Media zkMedia)
Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ObjectCollectionServiceImpl. getElements(ObjectCollection collection, int start, int count)
Returns elements of the given object collection.Methods in de.hybris.platform.cockpit.services.impl with parameters of type TypedObject Modifier and Type Method Description CatalogVersionModel
SystemServiceImpl. getCatalogVersion(TypedObject typedObject)
java.lang.Boolean
ObjectCollectionServiceImpl. isInCollection(TypedObject object, ObjectCollection collection)
Checks if the given element belongs to the specified collection.boolean
DefaultCockpitCommentService. isRead(TypedObject commentItem)
TypedObject
MediaUpdateServiceImpl. removeCurrentImageStream(TypedObject typedObject)
MediaEditorSectionConfiguration.MediaContent
MediaUpdateServiceImpl. retrieveMediaBinaryStream(TypedObject typedObject)
void
DefaultCockpitCommentService. setRead(TypedObject commentItem, boolean read)
TypedObject
MediaUpdateServiceImpl. updateMediaBinaryStream(TypedObject typedObject, byte[] byteStream, java.lang.String contentType, java.lang.String name)
Updates media object.TypedObject
MediaUpdateServiceImpl. updateMediaBinaryStream(TypedObject typedObject, org.zkoss.util.media.Media zkMedia)
Method parameters in de.hybris.platform.cockpit.services.impl with type arguments of type TypedObject Modifier and Type Method Description int
ObjectCollectionServiceImpl. addToCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)
int
ObjectCollectionServiceImpl. removeFromCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.label
Methods in de.hybris.platform.cockpit.services.label with parameters of type TypedObject Modifier and Type Method Description java.lang.String
AbstractModelLabelProvider. getDescription(TypedObject object)
java.lang.String
AbstractModelLabelProvider. getDescription(TypedObject object, java.lang.String languageIso)
java.lang.String
AbstractObjectLabelProvider. getDescription(TypedObject object)
Deprecated.java.lang.String
AbstractObjectLabelProvider. getDescription(TypedObject object, java.lang.String languageIso)
Deprecated.java.lang.String
ObjectLabelProvider. getDescription(TypedObject object)
get text description for a given TypeObjectjava.lang.String
ObjectLabelProvider. getDescription(TypedObject object, java.lang.String languageIso)
get text description for a given TypeObjectjava.lang.String
AbstractModelLabelProvider. getIconPath(TypedObject object)
java.lang.String
AbstractModelLabelProvider. getIconPath(TypedObject object, java.lang.String languageIso)
java.lang.String
AbstractObjectLabelProvider. getIconPath(TypedObject object)
Deprecated.java.lang.String
AbstractObjectLabelProvider. getIconPath(TypedObject object, java.lang.String languageIso)
Deprecated.java.lang.String
ObjectLabelProvider. getIconPath(TypedObject object)
get icon path as a String for a given TypeObjectjava.lang.String
ObjectLabelProvider. getIconPath(TypedObject object, java.lang.String languageIso)
get icon path as a String for a given TypeObjectjava.lang.String
AbstractModelLabelProvider. getLabel(TypedObject object)
java.lang.String
AbstractModelLabelProvider. getLabel(TypedObject object, java.lang.String languageIso)
java.lang.String
AbstractObjectLabelProvider. getLabel(TypedObject object)
Deprecated.java.lang.String
AbstractObjectLabelProvider. getLabel(TypedObject object, java.lang.String languageIso)
Deprecated.java.lang.String
CatalogAwareLabelProvider. getLabel(TypedObject object)
Deprecated.java.lang.String
CatalogAwareLabelProvider. getLabel(TypedObject object, java.lang.String languageIso)
Deprecated.java.lang.String
CatalogAwareModelLabelProvider. getLabel(TypedObject object)
java.lang.String
CatalogAwareModelLabelProvider. getLabel(TypedObject object, java.lang.String languageIso)
java.lang.String
ObjectLabelProvider. getLabel(TypedObject object)
get label value as a String for a given TypeObjectjava.lang.String
ObjectLabelProvider. getLabel(TypedObject object, java.lang.String languageIso)
get label value as a String for a given TypeObject and chosen languagejava.lang.String
LabelService. getObjectDescription(TypedObject object)
Deprecated.since 6.3, useLabelService.getObjectDescriptionForTypedObject(TypedObject)
java.lang.String
LabelService. getObjectDescriptionForTypedObject(TypedObject object)
Gets the object description for typed object.java.lang.String
LabelService. getObjectIconPath(TypedObject object)
Deprecated.since 6.3, useLabelService.getObjectIconPathForTypedObject(TypedObject)
java.lang.String
LabelService. getObjectIconPathForTypedObject(TypedObject object)
Gets the object icon path for typed object.java.lang.String
LabelService. getObjectTextLabel(TypedObject object)
Deprecated.since 6.3, useLabelService.getObjectTextLabelForTypedObject(TypedObject)
java.lang.String
LabelService. getObjectTextLabelForTypedObject(TypedObject object)
Gets the object text label for typed object. -
Uses of TypedObject in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type TypedObject Modifier and Type Method Description java.lang.String
GenericLabelProvider. getDescription(TypedObject object)
java.lang.String
GenericLabelProvider. getDescription(TypedObject object, java.lang.String languageIso)
java.lang.String
GenericLabelProvider. getIconPath(TypedObject object)
java.lang.String
GenericLabelProvider. getIconPath(TypedObject object, java.lang.String languageIso)
java.lang.String
GenericLabelProvider. getLabel(TypedObject typeObject)
java.lang.String
GenericLabelProvider. getLabel(TypedObject typeObject, java.lang.String languageIso)
java.lang.String
DefaultLabelService. getObjectDescription(TypedObject object)
java.lang.String
DefaultLabelService. getObjectDescriptionForTypedObject(TypedObject object)
Gets the object description for typed object.java.lang.String
DefaultLabelService. getObjectIconPath(TypedObject object)
java.lang.String
DefaultLabelService. getObjectIconPathForTypedObject(TypedObject object)
Gets the object icon path for typed object.java.lang.String
DefaultLabelService. getObjectTextLabel(TypedObject object)
java.lang.String
DefaultLabelService. getObjectTextLabelForTypedObject(TypedObject object)
Gets the object text label for typed object. -
Uses of TypedObject in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return TypedObject Modifier and Type Method Description TypedObject
TypeService. wrapItem(java.lang.Object item)
Wrap item.Methods in de.hybris.platform.cockpit.services.meta that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
TypeService. getAllInstancesOf(ObjectType type)
Gets all instances of the given type.java.util.Collection<TypedObject>
TypeService. getAllInstancesOf(ObjectType type, java.lang.String sortBy, java.lang.String ascending)
Gets all instances of the given type according to given sort criteria.java.util.List<TypedObject>
TypeService. wrapItems(java.util.Collection<? extends java.lang.Object> items)
Wrap items.Methods in de.hybris.platform.cockpit.services.meta with parameters of type TypedObject Modifier and Type Method Description boolean
TypeService. checkItemAlive(TypedObject typedItem)
Check item alive.java.util.List<java.lang.Object>
TypeService. getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object)
Gets the available values.ObjectTemplate
TypeService. getBestTemplate(TypedObject object)
Gets the best template.java.util.Set<java.lang.String>
ExtendedTypeLoader. getExtendedTypeCodes(TypedObject item)
Returns the type codes of all extended types for the given item.Method parameters in de.hybris.platform.cockpit.services.meta with type arguments of type TypedObject Modifier and Type Method Description java.util.List<ItemModel>
TypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects)
Unwrap items to models -
Uses of TypedObject in de.hybris.platform.cockpit.services.meta.impl
Classes in de.hybris.platform.cockpit.services.meta.impl that implement TypedObject Modifier and Type Class Description protected class
DefaultTypeService.MyTypedObject
protected class
ExtensibleTypeService.MyTypedObject
Methods in de.hybris.platform.cockpit.services.meta.impl that return TypedObject Modifier and Type Method Description TypedObject
DefaultTypeService. wrapItem(java.lang.Object itemObject)
TypedObject
ExtensibleTypeService. wrapItem(java.lang.Object itemObject)
Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
DefaultTypeService. getAllInstancesOf(ObjectType type)
java.util.Collection<TypedObject>
DefaultTypeService. getAllInstancesOf(ObjectType type, java.lang.String sortBy, java.lang.String sortOrder)
java.util.Collection<TypedObject>
ExtensibleTypeService. getAllInstancesOf(ObjectType type)
java.util.Collection<TypedObject>
ExtensibleTypeService. getAllInstancesOf(ObjectType type, java.lang.String sortBy, java.lang.String sortOrder)
protected java.util.Collection<TypedObject>
ExtensibleTypeService. getAllInstancesOf(java.lang.String typecode)
java.util.List<TypedObject>
DefaultTypeService. wrapItems(java.util.Collection<? extends java.lang.Object> itemObjects)
java.util.List<TypedObject>
ExtensibleTypeService. wrapItems(java.util.Collection<? extends java.lang.Object> itemObjects)
Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type TypedObject Modifier and Type Method Description boolean
DefaultTypeService. checkItemAlive(TypedObject typedItem)
boolean
ExtensibleTypeService. checkItemAlive(TypedObject typedItem)
java.util.List<java.lang.Object>
DefaultTypeService. getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object)
java.util.List<java.lang.Object>
ExtensibleTypeService. getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object)
ObjectTemplate
DefaultTypeService. getBestTemplate(TypedObject object)
ObjectTemplate
ExtensibleTypeService. getBestTemplate(TypedObject object)
java.util.Set<java.lang.String>
ClassificationTypeLoader. getExtendedTypeCodes(TypedObject item)
java.util.Set<java.lang.String>
DefaultExtendedTypeChain. getExtendedTypeCodes(TypedObject item)
java.util.Set<java.lang.String>
WidgetTypeLoader. getExtendedTypeCodes(TypedObject item)
Method parameters in de.hybris.platform.cockpit.services.meta.impl with type arguments of type TypedObject Modifier and Type Method Description java.util.List<ItemModel>
DefaultTypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects)
java.util.List<ItemModel>
ExtensibleTypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.query
Methods in de.hybris.platform.cockpit.services.query that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
DynamicQueryService. getDynamicQueryResults(DynamicQuery query)
Methods executes particular query and returns appropiate results if there are any. -
Uses of TypedObject in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
EmptyDynamicQueryServiceImpl. getDynamicQueryResults(DynamicQuery query)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.search.impl
Method parameters in de.hybris.platform.cockpit.services.search.impl with type arguments of type TypedObject Modifier and Type Method Description protected GenericCondition
GenericQuerySearchProvider. createExcludeItemsCondition(java.util.Collection<TypedObject> excludeItems)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.security
Methods in de.hybris.platform.cockpit.services.security with parameters of type TypedObject Modifier and Type Method Description boolean
UIAccessRightService. isWritable(ObjectType type, TypedObject item)
Returns whether the current user has write access to the specified item.boolean
UIAccessRightService. isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode)
Returns whether the current user has write access to the specified item property. -
Uses of TypedObject in de.hybris.platform.cockpit.services.security.impl
Methods in de.hybris.platform.cockpit.services.security.impl with parameters of type TypedObject Modifier and Type Method Description boolean
DefaultUIAccessRightService. isWritable(ObjectType type, TypedObject item)
boolean
DefaultUIAccessRightService. isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.sync
Methods in de.hybris.platform.cockpit.services.sync that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
SynchronizationService.SyncContext. getAffectedItems()
java.util.Collection<TypedObject>
SynchronizationService. getSyncSources(TypedObject object)
Gets the all sync source objects.java.util.Collection<TypedObject>
SynchronizationService. getSyncSourcesAndTargets(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationService. getSyncTargets(TypedObject object)
Gets the all sync targets.java.util.Collection<TypedObject>
SynchronizationService. performSynchronization(java.util.Collection<? extends java.lang.Object> items, java.util.List<java.lang.String> syncJobPk, CatalogVersionModel targetCatalogVersion, java.lang.String qualifier)
Method that runs particular synchronizationMethods in de.hybris.platform.cockpit.services.sync with parameters of type TypedObject Modifier and Type Method Description CatalogVersionModel
SynchronizationService. getCatalogVersionForItem(TypedObject item)
Retrieves source catalog version for given itemint
SynchronizationService. getPullSyncStatus(TypedObject product)
SynchronizationService.SyncContext
SynchronizationService. getSyncContext(TypedObject product)
SynchronizationService.SyncContext
SynchronizationService. getSyncContext(TypedObject product, boolean pullSync)
java.util.List<java.lang.String>
SynchronizationService. getSynchronizationStatuses(java.util.List<SyncItemJobModel> synchRules, TypedObject item)
Retrieves synchronization statuses for given itemjava.util.Collection<TypedObject>
SynchronizationService. getSyncSources(TypedObject object)
Gets the all sync source objects.java.util.Collection<TypedObject>
SynchronizationService. getSyncSourcesAndTargets(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationService. getSyncTargets(TypedObject object)
Gets the all sync targets.java.util.List<SyncItemJobModel>[]
SynchronizationService. getTargetCatalogVersions(TypedObject particularProduct)
Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)int
SynchronizationService. isObjectSynchronized(TypedObject object)
Checks whether particular item needs synchronizationMethod parameters in de.hybris.platform.cockpit.services.sync with type arguments of type TypedObject Modifier and Type Method Description void
SynchronizationService. performPullSynchronization(java.util.List<TypedObject> targetItems)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.sync.impl
Methods in de.hybris.platform.cockpit.services.sync.impl with type parameters of type TypedObject Modifier and Type Method Description <E extends TypedObject>
CatalogVersionSynchronizationServiceImpl. retrieveCatalogVersion(E item)
Retrieves source catalog version for given productMethods in de.hybris.platform.cockpit.services.sync.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
SynchronizationServiceImpl.SyncContextImpl. getAffectedItems()
java.util.Set<TypedObject>
SynchronizationServiceImpl.SyncInfo. getAffectedItems()
protected java.util.List<TypedObject>
SynchronizationServiceImpl. getRelatedReferences(TypedObject typedObject)
Retrieves all related references according to current configuration.java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncSources(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncSourcesAndTargets(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncTargets(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. performSynchronization(java.util.Collection<? extends java.lang.Object> items, java.util.List<java.lang.String> syncJobPkList, CatalogVersionModel targetCatalogVersion, java.lang.String qualifier)
Methods in de.hybris.platform.cockpit.services.sync.impl with parameters of type TypedObject Modifier and Type Method Description protected boolean
SynchronizationServiceImpl. checkRootOrSubType(TypedObject item, SyncItemJob syncJob)
CatalogVersionModel
SynchronizationServiceImpl. getCatalogVersionForItem(TypedObject item)
protected java.util.List<java.lang.String>
SynchronizationServiceImpl. getConfiguredReferenceTypes(TypedObject typedObject)
Returns configured reference types.int
SynchronizationServiceImpl. getPullSyncStatus(TypedObject product)
protected java.util.List<TypedObject>
SynchronizationServiceImpl. getRelatedReferences(TypedObject typedObject)
Retrieves all related references according to current configuration.SynchronizationService.SyncContext
SynchronizationServiceImpl. getSyncContext(TypedObject product)
SynchronizationService.SyncContext
SynchronizationServiceImpl. getSyncContext(TypedObject product, boolean pullSync)
java.util.List<java.lang.String>
SynchronizationServiceImpl. getSynchronizationStatuses(java.util.List<SyncItemJobModel> rules, TypedObject sourceObject)
java.util.List<java.lang.String>
SynchronizationServiceImpl. getSynchronizationStatusesSimple(java.util.List<SyncItemJobModel> rules, TypedObject sourceObject)
protected SynchronizationServiceImpl.SyncInfo
SynchronizationServiceImpl. getSyncInfo(TypedObject object)
protected SynchronizationServiceImpl.SyncInfo
SynchronizationServiceImpl. getSyncInfoSimple(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncSources(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncSourcesAndTargets(TypedObject object)
java.util.Collection<TypedObject>
SynchronizationServiceImpl. getSyncTargets(TypedObject object)
java.util.List<SyncItemJobModel>[]
SynchronizationServiceImpl. getTargetCatalogVersions(TypedObject item)
int
SynchronizationServiceImpl. isObjectSynchronized(TypedObject object)
TODO FIXME - Find way to get appropriate synchronization status, condition that is used below is not correct.Method parameters in de.hybris.platform.cockpit.services.sync.impl with type arguments of type TypedObject Modifier and Type Method Description void
SynchronizationServiceImpl. performPullSynchronization(java.util.List<TypedObject> targetItems)
void
SynchronizationServiceImpl.SyncContextImpl. setAffectedItems(java.util.Set<TypedObject> items)
void
SynchronizationServiceImpl.SyncInfo. setAffectedItems(java.util.Set<TypedObject> affectedItems)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
PropertyComparisonInfo. getItemsWithDifferences(java.lang.String langIso)
Methods in de.hybris.platform.cockpit.services.values with parameters of type TypedObject Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)
java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)
ObjectValueContainer.ObjectValueHolder
PropertyComparisonInfo. getCompareValueHolder(TypedObject item, java.lang.String langIso)
java.lang.Object
ValueService. getValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor)
Reads value of a single property descriptor.ObjectValueContainer
ValueService. getValues(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> languageIsos)
Reads values of a given property descriptors.void
ValueService. setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, java.lang.Object value)
Stores value of a single property descriptor.void
ValueService. setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, java.lang.Object value, java.lang.String langIso)
Stores value of a single property descriptor for a given language.void
ValueService. setValues(TypedObject typedObject, ObjectValueContainer values)
Stores given values.void
ValueService. updateValues(TypedObject typedObject, ObjectValueContainer values)
Updates all valueholders in the given valueContainer, i.e.Method parameters in de.hybris.platform.cockpit.services.values with type arguments of type TypedObject Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)
java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return TypedObject Modifier and Type Method Description TypedObject
DefaultObjectAttributeComparator.AttributeComparisonContext. getFirstArgRootObject()
TypedObject
ObjectValuePair. getObject()
TypedObject
DefaultObjectAttributeComparator.AttributeComparisonContext. getSecondArgRootObject()
Methods in de.hybris.platform.cockpit.services.values.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
PropertyComparisonInfoImpl. getItemsWithDifferences(java.lang.String langIso)
Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type TypedObject Modifier and Type Method Description void
PropertyComparisonInfoImpl. addValueHolderEntry(java.lang.String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different)
protected boolean
DefaultObjectAttributeComparator. compareTypedObjects(TypedObject object1, TypedObject object2, DefaultObjectAttributeComparator.AttributeComparisonContext ctx)
Compares objects that are instances of TypedObjectjava.util.Map<PropertyDescriptor,PropertyComparisonInfo>
DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)
java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)
ObjectValueContainer.ObjectValueHolder
PropertyComparisonInfoImpl. getCompareValueHolder(TypedObject item, java.lang.String langIso)
java.lang.Object
DefaultValueService. getValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor)
ObjectValueContainer
DefaultValueService. getValues(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> languageIsos)
void
DefaultValueService. setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, java.lang.Object value)
void
DefaultValueService. setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, java.lang.Object value, java.lang.String langIso)
void
DefaultValueService. setValues(TypedObject typedObject, ObjectValueContainer values)
void
DefaultValueService. updateValues(TypedObject typedObject, ObjectValueContainer values)
Method parameters in de.hybris.platform.cockpit.services.values.impl with type arguments of type TypedObject Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)
java.util.Map<PropertyDescriptor,PropertyComparisonInfo>
DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)
Constructors in de.hybris.platform.cockpit.services.values.impl with parameters of type TypedObject Constructor Description AttributeComparisonContext(TypedObject firstArgRootObject, TypedObject secondArgRootObject, PropertyDescriptor propertyDescriptor)
ObjectValuePair(TypedObject object, ObjectValueContainer.ObjectValueHolder valueHolder)
-
Uses of TypedObject in de.hybris.platform.cockpit.services.xmlprovider
Methods in de.hybris.platform.cockpit.services.xmlprovider with parameters of type TypedObject Modifier and Type Method Description java.lang.Object
XmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
Generates xml representation of given section configurationjava.lang.Object
XmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
Generates xml representation of given section configuration -
Uses of TypedObject in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type TypedObject Modifier and Type Method Description protected void
DefaultXmlDataProvider. createOtherRow(PropertyDescriptor descriptor, RowType xmlRow, TypedObject val)
protected RowType
DefaultXmlDataProvider. ctxAreaReference(RowType xmlRow, EditorRowConfiguration editorRow, java.util.Collection collection, TypedObject curObj)
java.lang.Object
CustomXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
java.lang.Object
CustomXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
RowType
DefaultXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
SectionType
DefaultXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
java.lang.Object
LocalizedXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
java.lang.Object
LocalizedXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
protected java.util.Map<java.lang.String,ColumnConfiguration>
DefaultXmlDataProvider. getColumnTitles(TypedObject row, java.util.List<? extends ColumnConfiguration> columnsConf)
protected java.lang.String
LocalizedXmlDataProvider. getLocalizedValue(TypedObject curObj, PropertyDescriptor descriptor, java.lang.String iso)
protected java.lang.Object
DefaultXmlDataProvider. getObjectAttributeValue(java.lang.String printoutas, TypedObject referencedObject)
protected java.lang.Object
DefaultXmlDataProvider. getPropertyValue(TypedObject curObj, PropertyDescriptor descriptor)
protected ObjectTemplate
DefaultXmlDataProvider. processVariantTypeCheck(TypedObject curObj, PropertyDescriptor propDesc, ObjectTemplate template)
Method parameters in de.hybris.platform.cockpit.services.xmlprovider.impl with type arguments of type TypedObject Modifier and Type Method Description protected RowType
DefaultXmlDataProvider. createCollectionRow(PropertyDescriptor descriptor, RowType xmlRow, java.util.Collection<TypedObject> val)
protected void
DefaultXmlDataProvider. createDeeperReferenceTableRow(RowType xmlRow, java.lang.String refTableTitle, java.util.Collection<TypedObject> rowsValues, java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles, PropertyDescriptor descriptor)
protected RowType
DefaultXmlDataProvider. createOneLevelReferenceTableRow(RowType xmlRow, java.util.Collection<TypedObject> coll, java.util.List<? extends ColumnConfiguration> columnsConf, PropertyDescriptor descriptor)
creates xml snipet with reference tableprotected java.util.List<java.util.List<TableColumnContainer>>
DefaultXmlDataProvider. getTableRows(java.util.Collection<TypedObject> rowValues, java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles)
-
Uses of TypedObject in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return TypedObject Modifier and Type Method Description TypedObject
AdvancedBrowserModel. getActiveItem()
TypedObject
UICockpitPerspective. getActiveItem()
TypedObject
AdvancedBrowserModel. getContextRootItem()
TypedObject
UIEditorArea. getCurrentObject()
TypedObject
BrowserModel. getItem(int index)
Methods in de.hybris.platform.cockpit.session that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
AdvancedBrowserModel. getContextItems()
java.util.List<TypedObject>
BrowserModel. getSelectedItems()
Methods in de.hybris.platform.cockpit.session with parameters of type TypedObject Modifier and Type Method Description void
UICockpitPerspective. activateItemInEditor(TypedObject activeItem)
void
UICockpitPerspective. activateItemInPopupEditor(TypedObject activeItem)
void
EditorAreaListener. browseItemClicked(TypedObject currentObj)
void
EditorAreaListener. currentObjectChanged(TypedObject previous, TypedObject current)
void
AdvancedBrowserModel. doDrop(TypedObject item, BrowserModel sourceBrowser)
void
UICockpitPerspective. handleItemRemoved(TypedObject tObject)
void
AdvancedBrowserModelListener. itemActivated(TypedObject item)
void
EditorAreaListener. nextItemClicked(TypedObject currentObj)
void
UICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootObject, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
EditorAreaListener. previousItemClicked(TypedObject currentObj)
void
AdvancedBrowserModel. setActiveItem(TypedObject activeItem)
void
AdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AdvancedBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
UIEditorArea. setCurrentObject(TypedObject currentObject)
void
EditorAreaController. updateEditorRequest(TypedObject item, PropertyDescriptor propertyDescriptor)
request update of a special editor area row or allMethod parameters in de.hybris.platform.cockpit.session with type arguments of type TypedObject Modifier and Type Method Description void
AdvancedBrowserModelListener. itemsDropped(AdvancedBrowserModel browserModel, java.util.Collection<TypedObject> items)
void
BrowserModel. multiEdit(PropertyDescriptor propertyDesc, java.lang.String languageIso, java.util.List<TypedObject> objects, java.lang.Object value)
void
BrowserModel. multiEdit(PropertyDescriptor propertyDesc, java.util.List<TypedObject> objects, java.lang.Object value)
void
UICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootObject, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
AdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AdvancedBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
SectionModel. setItems(java.util.List<? extends TypedObject> items)
-
Uses of TypedObject in de.hybris.platform.cockpit.session.impl
Fields in de.hybris.platform.cockpit.session.impl declared as TypedObject Modifier and Type Field Description protected TypedObject
AbstractUIPerspective. activeItem
Fields in de.hybris.platform.cockpit.session.impl with type parameters of type TypedObject Modifier and Type Field Description protected java.util.List<TypedObject>
AbstractAdvancedBrowserModel. contextItems
protected java.util.List<TypedObject>
CollectionBrowserModel. items
Methods in de.hybris.platform.cockpit.session.impl that return TypedObject Modifier and Type Method Description TypedObject
AbstractAdvancedBrowserModel. getActiveItem()
TypedObject
AbstractUIPerspective. getActiveItem()
TypedObject
AbstractAdvancedBrowserModel. getContextRootItem()
TypedObject
EditorArea. getCurrentObject()
abstract TypedObject
AbstractBrowserModel. getItem(int index)
TypedObject
AbstractSectionBrowserModel. getItem(int index)
TypedObject
AbstractUrlBrowserModel. getItem(int index)
protected TypedObject
CelumEventHandler. getItem(java.util.Map<java.lang.String,java.lang.String[]> params)
TypedObject
CollectionBrowserModel. getItem(int index)
TypedObject
DefaultConfigurableBrowserModel. getItem(int index)
TypedObject
DefaultSearchBrowserModel. getItem(int index)
TypedObject
DynamicQueryBrowserModel. getItem(int index)
TypedObject
TaskBrowserModel. getItem(int index)
TypedObject
WorkflowItemsBrowserModel. getItem(int index)
protected TypedObject
CelumEventHandler. getMedia(java.util.Map<java.lang.String,java.lang.String[]> params)
TypedObject
CompareModel. getReferenceObject()
TypedObject
CreateContext. getSourceObject()
TypedObject
WorkflowItemsBrowserModel. getWorkflowObject()
Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
AbstractAdvancedBrowserModel. getContextItems()
java.util.List<TypedObject>
AbstractPageableBrowserModel. getContextItemsPaged()
abstract java.util.List<TypedObject>
AbstractBrowserModel. getItems()
java.util.List<TypedObject>
AbstractSectionBrowserModel. getItems()
java.util.List<TypedObject>
AbstractUrlBrowserModel. getItems()
java.util.List<TypedObject>
CollectionBrowserModel. getItems()
java.util.List<TypedObject>
CompareModel. getItems()
java.util.List<TypedObject>
ContextAreaCommentTreeModel. getItems()
java.util.List<TypedObject>
DefaultBrowserSectionModel. getItems()
java.util.List<TypedObject>
DefaultConfigurableBrowserModel. getItems()
java.util.List<TypedObject>
DefaultSearchBrowserModel. getItems()
java.util.List<TypedObject>
DefaultSectionModel. getItems()
java.util.List<TypedObject>
DynamicQueryBrowserModel. getItems()
java.util.List<TypedObject>
TaskBrowserModel. getItems()
java.util.List<TypedObject>
WorkflowItemsBrowserModel. getItems()
java.util.List<TypedObject>
AbstractBrowserModel. getSelectedItems()
java.util.List<TypedObject>
CollectionBrowserModel. getSelectedItems()
java.util.List<TypedObject>
DefaultSearchBrowserModel. getSelectedItems()
java.util.List<TypedObject>
TaskBrowserModel. getSelectedItems()
java.util.List<TypedObject>
TaskBrowserModel. getTasks()
Methods in de.hybris.platform.cockpit.session.impl with parameters of type TypedObject Modifier and Type Method Description void
BaseUICockpitPerspective. activateItemInEditor(TypedObject activeItem)
protected void
BaseUICockpitPerspective. activateItemInEditorArea(TypedObject activeItem)
void
BaseUICockpitPerspective. activateItemInPopupEditor(TypedObject activeItem)
protected void
EditorRowRenderer. activateItemInPopupEditor(TypedObject item)
int
BaseUICockpitNavigationArea. addToCollection(TypedObject item, UICollectionQuery collection, boolean multiDrag)
void
DefaultEditorAreaListener. browseItemClicked(TypedObject currentObj)
void
DefaultEditorAreaListener. currentObjectChanged(TypedObject previous, TypedObject current)
void
AbstractAdvancedBrowserModel. doDrop(TypedObject item, BrowserModel sourceBrowser)
void
EditorArea. fireBrowseItem(TypedObject currentObj)
protected void
EditorArea. fireCurrentObjectChanged(TypedObject prev, TypedObject newOne)
protected void
EditorArea. fireCurrentObjectUpdated(TypedObject item)
protected void
AbstractAdvancedBrowserModel. fireItemActivated(TypedObject item)
protected void
AbstractBrowserArea. fireItemActivated(TypedObject activeItem)
void
EditorArea. fireNextItem(TypedObject currentObj)
void
EditorArea. firePreviousItem(TypedObject currentObj)
void
BaseUICockpitPerspective. handleItemRemoved(TypedObject object)
boolean
BaseUICockpitPerspective. isActivatable(TypedObject item)
void
BrowserAreaListener. itemActivated(TypedObject activeItem)
Called when aBrowserModel
's active item has changed.void
DefaultBrowserAreaListener. itemActivated(TypedObject activeItem)
void
DefaultSearchBrowserModelListener. itemActivated(TypedObject item)
void
DefaultEditorAreaListener. nextItemClicked(TypedObject currentObj)
void
AbstractBrowserArea. openInspector(TypedObject item)
Tries to open the inspector area if present.protected void
AbstractBrowserArea. openInspectorInArea(TypedObject item, org.zkoss.zk.ui.Component infoArea)
void
AbstractBrowserArea. openInspectorInDiv(TypedObject item, java.lang.String divId)
void
BaseUICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootItem, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
DefaultEditorAreaListener. previousItemClicked(TypedObject currentObj)
void
AbstractAdvancedBrowserModel. setActiveItem(TypedObject activeItem)
void
AbstractUIPerspective. setActiveItem(TypedObject activeItem)
void
AbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AbstractAdvancedBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AbstractPageableBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
EditorArea. setCurrentObject(TypedObject object)
void
CompareModel. setReferenceObject(TypedObject referenceObject)
void
CreateContext. setSourceObject(TypedObject sourceObject)
void
AbstractEditorAreaController. updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor)
void
EditorArea. validateForm(java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)
Validates form.protected void
NewItemSection. validateForm(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)
Validates form and adds all required messages to the UI.Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type TypedObject Modifier and Type Method Description protected void
AbstractBrowserArea. checkShowInspector(org.zkoss.zkex.zul.LayoutRegion parentRegion, ListProvider<TypedObject> listProvider)
protected void
AbstractBrowserArea. checkShowInspector(org.zkoss.zkex.zul.LayoutRegion parentRegion, ListProvider<TypedObject> listProvider, boolean closeEditor)
protected void
AbstractAdvancedBrowserModel. fireItemsDropped(java.util.Collection<TypedObject> items)
protected void
AbstractBrowserArea. fireItemsDropped(BrowserModel browser, java.util.Collection<TypedObject> items)
void
BrowserAreaListener. itemsDropped(BrowserModel browserModel, java.util.Collection<TypedObject> items)
Called when items are dropped on a browservoid
DefaultBrowserAreaListener. itemsDropped(BrowserModel browserModel, java.util.Collection<TypedObject> items)
void
DefaultSearchBrowserModelListener. itemsDropped(AdvancedBrowserModel browserModel, java.util.Collection<TypedObject> items)
void
AbstractBrowserModel. multiEdit(PropertyDescriptor propertyDesc, java.lang.String languageIso, java.util.List<TypedObject> objects, java.lang.Object value)
void
AbstractBrowserModel. multiEdit(PropertyDescriptor propertyDesc, java.util.List<TypedObject> objects, java.lang.Object value)
void
BaseUICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootItem, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
ContextAreaCommentTreeModel. setComments(java.util.List<TypedObject> comments)
void
AbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AbstractAdvancedBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
AbstractPageableBrowserModel. setContextItemsDirectly(TypedObject item, java.util.Collection<TypedObject> contextItems)
void
CompareModel. setItems(java.util.List<TypedObject> items)
void
DefaultBrowserSectionModel. setItems(java.util.List<? extends TypedObject> items)
void
DefaultSectionModel. setItems(java.util.List<? extends TypedObject> items)
void
CommunicationBrowserModel. setOpen(java.util.List<TypedObject> abstractComments)
void
TaskBrowserModel. setTasks(java.util.List<TypedObject> tasks)
void
AbstractBrowserArea. updateInfoArea(ListProvider<TypedObject> listProvider)
void
AbstractBrowserArea. updateInfoArea(ListProvider<TypedObject> listProvider, boolean handleVisibility)
Constructors in de.hybris.platform.cockpit.session.impl with parameters of type TypedObject Constructor Description CreateContext(ObjectType baseType, TypedObject sourceObject, PropertyDescriptor propertyDescriptor, java.lang.String langIso)
WorkflowItemsBrowserModel(TypedObject workflowObject)
Constructor parameters in de.hybris.platform.cockpit.session.impl with type arguments of type TypedObject Constructor Description CompareModel(java.util.List<TypedObject> items)
-
Uses of TypedObject in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type TypedObject Modifier and Type Method Description static boolean
TypeTools. checkInstanceOfCatalogVersion(TypeService typeService, TypedObject object)
Check instance of catalog version.static boolean
TypeTools. checkInstanceOfCategory(TypeService typeService, TypedObject object)
Check instance of category.static boolean
TypeTools. checkInstanceOfMedia(TypeService typeService, TypedObject object)
Check instance of media.static boolean
TypeTools. checkInstanceOfProduct(TypeService typeService, TypedObject object)
Check instance of product.static MutableListModel
ListActionHelper. createDefaultListModel(TypedObject item)
static java.util.Map<java.lang.String,java.lang.Object>
ViewUpdateUtils. createItemPropertyContext(TypedObject item, java.util.Collection<PropertyDescriptor> modifiedProperties)
Convenience method to create a context map that can be checked later byViewUpdateUtils.isMatchingItemPropertyContext(Map, TypedObject, PropertyDescriptor)
andViewUpdateUtils.isUpdateNeeded(Map, TypedObject, PropertyDescriptor, TypeService, ValueService)
.static ObjectValueContainer
TypeTools. createValueContainer(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos)
Creates the value container.static ObjectValueContainer
TypeTools. createValueContainer(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos, boolean lazyLoad)
egacy API relying on ZK dependency injectionstatic ObjectValueContainer
TypeTools. createValueContainer(ObjectValueHandlerRegistry valueHandlerRegistry, TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos, boolean lazyLoad)
Creates the value container.static java.util.Map<java.lang.String,java.lang.Object>
TypeTools. getAllAttributes(TypedObject typedObject)
Gets all attributes and their possible values from TypedObject.static java.util.Map<java.lang.String,java.lang.Object>
TypeTools. getInitialValues(ObjectType type, TypedObject baseItem, TypeService typeService, UIConfigurationService configurationService)
Gets the initial values.static java.lang.Object
TypeTools. getObjectAttributeValue(TypedObject object, java.lang.String attributeQualifier, TypeService typeService)
Deprecated.since 6.3, useValueService.getValue(TypedObject, PropertyDescriptor)
instead.static java.lang.Object
TypeTools. getPropertyValue(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor)
Reads the value of the given pd.static java.lang.String
TypeTools. getPropertyValueAsString(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor)
Reads the value of the given pd and retuns is as a String.static boolean
UndoTools. isItemValid(TypedObject typedObject)
static boolean
ViewUpdateUtils. isMatchingItemPropertyContext(java.util.Map<java.lang.String,java.lang.Object> ctx, TypedObject item, PropertyDescriptor propertyDescriptor)
Checks, if a TypedObject and PropertyDescriptor is contained in the given contextstatic boolean
ViewUpdateUtils. isUpdateNeeded(java.util.Map<java.lang.String,java.lang.Object> ctx, TypedObject item, PropertyDescriptor propertyDescriptor, TypeService typeService, ValueService valueService)
Utility method to check, if an update is needed regarding to changes of an item.static void
ListActionHelper. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, ActionColumnConfiguration actionConfiguration, java.lang.String imageStyleClass)
Render actions related iconsstatic void
ListActionHelper. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, ActionColumnConfiguration actionConfiguration, java.lang.String imageStyleClass, java.util.Map<?,?> ctx)
Render actions related iconsMethod parameters in de.hybris.platform.cockpit.util with type arguments of type TypedObject Modifier and Type Method Description static void
TypeTools. filterOutRemovedItems(java.util.List<? extends TypedObject> items)
Filters out removed items.static java.util.List<java.lang.String>
TypeTools. multiEdit(PropertyDescriptor propertyDesc, java.lang.String languageIso, java.util.List<TypedObject> items, java.lang.Object value)
Multi edit. -
Uses of TypedObject in de.hybris.platform.cockpit.util.comparators
Methods in de.hybris.platform.cockpit.util.comparators with parameters of type TypedObject Modifier and Type Method Description int
UserNameComparator. compare(TypedObject name1, TypedObject name2)
-
Uses of TypedObject in de.hybris.platform.cockpit.widgets.models
Classes in de.hybris.platform.cockpit.widgets.models with type parameters of type TypedObject Modifier and Type Interface Description interface
ItemEditorWidgetModel<T extends TypedObject>
AnItemEditorWidgetModel
is aWidgetModel
intended to be used by widgets displaying item editors. -
Uses of TypedObject in de.hybris.platform.cockpit.widgets.models.impl
Classes in de.hybris.platform.cockpit.widgets.models.impl with type parameters of type TypedObject Modifier and Type Class Description class
DefaultItemEditorWidgetModel<T extends TypedObject>
-
Uses of TypedObject in de.hybris.platform.cockpit.wizards
Methods in de.hybris.platform.cockpit.wizards with parameters of type TypedObject Modifier and Type Method Description static java.lang.String
WizardUtils. getObjectTextLabel(TypedObject object)
Returns the label for the typed object provided by the labelService from the current UISession.static java.lang.String
WizardUtils. getObjectTextLabel(TypedObject object, UISession session)
Returns the label for the typed object provided by the labelService from the given UISession. -
Uses of TypedObject in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic that return TypedObject Modifier and Type Method Description protected TypedObject
DefaultGenericItemMandatoryPageController. createItem(Wizard wizard, WizardPage page)
TypedObject
GenericItemWizard. getCurrentTypeEmptyModel()
TypedObject
GenericItemWizard. getItem()
TypedObject
DefaultAdvancedSearchPageController. getParentObject()
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type TypedObject Modifier and Type Method Description protected org.zkoss.zk.ui.Component
GenericItemMandatoryPage. createGroupRow(org.zkoss.zk.ui.Component parent, PropertyDescriptor descriptor, TypedObject currentObject, java.lang.String editorCode, int errorLevel, java.util.Map<java.lang.String,java.lang.String> params)
Creates one single row for group on that page.protected void
DefaultGenericItemMandatoryPageController. dispatchEventAfterCreate(TypedObject typedObject)
void
GenericItemWizard. setItem(TypedObject item)
Method parameters in de.hybris.platform.cockpit.wizards.generic with type arguments of type TypedObject Modifier and Type Method Description void
AdvancedSearchPage.DefaultSelectorListComponentModelListener. activationChanged(java.util.Collection<TypedObject> items)
protected java.util.List<ItemModel>
DefaultAdvancedSearchPageController. unwrapTypedObjects(java.util.Collection<TypedObject> wrappedCollection)
Constructors in de.hybris.platform.cockpit.wizards.generic with parameters of type TypedObject Constructor Description DefaultAdvancedSearchPageController(TypedObject parentObject, PropertyDescriptor parentPropertyDescriptor, boolean fireSearch)
-
Uses of TypedObject in de.hybris.platform.cockpit.wizards.media
Methods in de.hybris.platform.cockpit.wizards.media that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Collection<TypedObject>
UploadMediaWizard.FinalizeWizardEvent. getObjects()
Method parameters in de.hybris.platform.cockpit.wizards.media with type arguments of type TypedObject Modifier and Type Method Description void
UploadMediaWizard.FinalizeWizardEvent. setObjects(java.util.Collection<TypedObject> objects)
Constructor parameters in de.hybris.platform.cockpit.wizards.media with type arguments of type TypedObject Constructor Description FinalizeWizardEvent(Wizard wizard, java.util.Collection<TypedObject> objects, org.zkoss.zk.ui.Component component)
-
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl
Methods in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl with parameters of type TypedObject Modifier and Type Method Description protected boolean
BundleUIAccessRightService. isAttributeWritable(TypedObject item, UIAccessRightDependency dependency)
boolean
BundleUIAccessRightService. isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode)
Overrides the super method to evaluate the injected list of dependencies before the standard method is called. -
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.productcockpit.components.inspector.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.components.inspector.impl with parameters of type TypedObject Modifier and Type Method Description void
DefaultBundleInspectorRenderer. render(org.zkoss.zk.ui.Component parent, TypedObject object)
protected void
DefaultBundleInspectorRenderer. renderToolbar(org.zkoss.zk.ui.Component parent, TypedObject item)
-
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.productcockpit.model.listview.impl
Method parameters in de.hybris.platform.configurablebundlecockpits.productcockpit.model.listview.impl with type arguments of type TypedObject Modifier and Type Method Description protected java.lang.String
DefaultProductPriceCellRenderer. getProductNamesShortened(java.util.Collection<TypedObject> associatedProducts)
-
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list that return types with arguments of type TypedObject Modifier and Type Method Description java.util.Set<TypedObject>
BundleRelatedItemListController. getSelected()
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list with parameters of type TypedObject Modifier and Type Method Description protected void
BundleRelatedItemListRenderer. createLabelActions(org.zkoss.zul.Listcell labelCell, TypedObject data)
void
BundleRelatedItemListController. delete(Listbox listbox, TypedObject typedObject)
void
BundleRelatedItemListController. move(Listbox contentPageList, TypedObject node, TypedObject target)
void
BundleRelatedItemListController. setCurrentNavigationNode(TypedObject currentNavigationNode)
Constructors in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list with parameters of type TypedObject Constructor Description BundleRelatedItemListModel(TypedObject naviNode)
-
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return TypedObject Modifier and Type Method Description TypedObject
BundleNavigationNodeController. create(Tree tree, TypedObject target)
TypedObject
BundleNavigationNodeController. create(Tree tree, TypedObject target, int index)
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.Set<TypedObject>
BundleNavigationNodeController. extractSelectedItem(java.util.Set<org.zkoss.zul.Treeitem> selectedItems)
java.util.Set<TypedObject>
BundleNavigationNodeController. getSelected()
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree with parameters of type TypedObject Modifier and Type Method Description void
BundleNavigationNodeController. add(Tree tree, java.lang.Object object, TypedObject target)
void
BundleNavigationNodeController. add(Tree tree, java.lang.Object object, TypedObject target, int index)
protected org.zkoss.zul.Toolbarbutton
BundleNavigationNodeRenderer. addChildTemplateAction(BundleTemplateModel bundleTemplateModel, boolean testIDsEnabled, TypedObject currentNode)
protected void
BundleNavigationNodeRenderer. addRuleEventAction(BundleRuleType bundleRuleType, TypedObject bundleTemplate, java.lang.String propertyQualifier)
protected org.zkoss.zul.Toolbarbutton
BundleNavigationNodeRenderer. addSiblingTemplateAction(BundleTemplateModel bundleTemplateModel, boolean testIDsEnabled, TypedObject currentNode)
protected SynchronizationService.SyncContext
BundleNavigationNodeRenderer. computeSyncContext(TypedObject currentNode)
Computes sync cotext for given node.protected java.lang.String
BundleNavigationNodeRenderer. computeSynchImageUrl(TypedObject currentNode)
Computes correct synchronization image url for given nodeTypedObject
BundleNavigationNodeController. create(Tree tree, TypedObject target)
TypedObject
BundleNavigationNodeController. create(Tree tree, TypedObject target, int index)
java.lang.Object
BundleNavigationNodeController. customAction(Tree tree, org.zkoss.zk.ui.event.Event event, TypedObject node)
void
BundleNavigationNodeController. delete(Tree tree, TypedObject node)
protected org.zkoss.zul.Toolbarbutton
BundleNavigationNodeRenderer. disablePrductRulesAction(TypedObject bundleTemplate, boolean testIDsEnabled)
void
BundleNavigationNodeController. doubleClicked(Tree tree, TypedObject currentNode)
protected org.zkoss.zul.Toolbarbutton
BundleNavigationNodeRenderer. editBundleAction(boolean testIDsEnabled, TypedObject currentNode)
static org.zkoss.zul.Window
BundleNavigationNodeController. getMoveItemModalDialog(Tree tree, TypedObject typedObject, TypedObject targetNodeObj, BundleNavigationService bundleNavigationService)
Returns window dialog with options when dropping content page.void
BundleNavigationNodeController. move(Tree tree, TypedObject node, TypedObject target, boolean addAsChild)
void
BundleNavigationNodeController. openCreatedNode(Tree tree, TypedObject typedObject, boolean addAsAChild)
protected void
BundleNavigationNodeRenderer. prepareLabelCell(TypedObject typedObject, org.zkoss.zul.Treerow treeRow)
protected org.zkoss.zul.Toolbarbutton
BundleNavigationNodeRenderer. productPriceAction(TypedObject bundleTemplate, boolean testIDsEnabled)
protected org.zkoss.zul.Treeitem
BundleNavigationNodeController. searchForSelectedNode(java.util.List<org.zkoss.zul.Treeitem> treeitems, TypedObject selectedItem)
protected void
BundleNavigationNodeController. sendUpdateEvents(Tree tree, TypedObject node)
Method parameters in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree with type arguments of type TypedObject Modifier and Type Method Description void
BundleNavigationNodeController. addProductsToNode(BundleTemplateModel bundleTemplateModel, java.util.Collection<TypedObject> typedProductsToAdd)
Adds new or existing products to the product list of a bundletemplate. -
Uses of TypedObject in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return TypedObject Modifier and Type Method Description TypedObject
BundleNavigationNodeBrowserModel. getItem(int index)
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
BundleNavigationNodeBrowserModel. getItems()
java.util.Set<TypedObject>
BundleNavigationNodeBrowserModel. getSelectedNode()
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type TypedObject Modifier and Type Method Description protected Listbox
BundleNavigationNodeContentMainComponent. createRelatedItemList(TypedObject naviNode)
Creates a content item list for right column of main area component.Method parameters in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with type arguments of type TypedObject Modifier and Type Method Description void
BundleNavigationNodeBrowserModel. setSelectedNode(java.util.Set<TypedObject> selectedNode)
-
Uses of TypedObject in de.hybris.platform.importcockpit.components.contentbrowser
Methods in de.hybris.platform.importcockpit.components.contentbrowser with parameters of type TypedObject Modifier and Type Method Description void
JobContextAreaBrowserComponent. setActiveItem(TypedObject typedobject)
void
JobContextAreaBrowserComponent. updateItem(TypedObject typedobject, java.util.Set<PropertyDescriptor> set)
-
Uses of TypedObject in de.hybris.platform.importcockpit.components.contentbrowser.mapping.impl
Methods in de.hybris.platform.importcockpit.components.contentbrowser.mapping.impl with parameters of type TypedObject Modifier and Type Method Description void
MappingBrowserCaptionComponent. setActiveItem(TypedObject typedobject)
void
MappingContextSectionComponent. setActiveItem(TypedObject typedobject)
void
MappingViewBrowserSectionComponent. setActiveItem(TypedObject activeItem)
void
SourceSectionComponent. setActiveItem(TypedObject typedobject)
void
TargetSectionComponent. setActiveItem(TypedObject typedobject)
void
MappingBrowserCaptionComponent. updateItem(TypedObject typedobject, java.util.Set set)
void
MappingContextSectionComponent. updateItem(TypedObject arg0, java.util.Set<PropertyDescriptor> arg1)
void
MappingViewBrowserSectionComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
SourceSectionComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
void
TargetSectionComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
-
Uses of TypedObject in de.hybris.platform.importcockpit.events.impl
Constructors in de.hybris.platform.importcockpit.events.impl with parameters of type TypedObject Constructor Description StartStopEvent(java.lang.Object source, TypedObject typedObject, CronJobActionType actionType, java.util.Date eventTime)
-
Uses of TypedObject in de.hybris.platform.importcockpit.session.impl
Methods in de.hybris.platform.importcockpit.session.impl that return TypedObject Modifier and Type Method Description TypedObject
ImportCockpitWelcomeBrowserModel. getItem(int index)
Methods in de.hybris.platform.importcockpit.session.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ImportCockpitWelcomeBrowserModel. getItems()
Methods in de.hybris.platform.importcockpit.session.impl with parameters of type TypedObject Modifier and Type Method Description void
ImportCockpitCronJobPerspective. handleItemRemoved(TypedObject object)
void
ImportCockpitBrowserArea. openMappingBrowserWithNewMapping(TypedObject activeItem, MappingModel mapping, boolean isNewMapping)
void
ImportCockpitBrowserArea. openMappingWizard(TypedObject item)
-
Uses of TypedObject in de.hybris.platform.importcockpit.wizzard.mapping
Methods in de.hybris.platform.importcockpit.wizzard.mapping that return TypedObject Modifier and Type Method Description protected TypedObject
MappingWizard. getActiveItem()
Methods in de.hybris.platform.importcockpit.wizzard.mapping with parameters of type TypedObject Modifier and Type Method Description void
MappingWizard. initialize(TypedObject activeItem)
protected void
MappingWizard. setActiveItem(TypedObject activeItem)
-
Uses of TypedObject in de.hybris.platform.productcockpit.components.contentbrowser
Methods in de.hybris.platform.productcockpit.components.contentbrowser that return TypedObject Modifier and Type Method Description protected TypedObject
CategoryTreeContentBrowser. getParentObject(MacFinderTreeNode node)
-
Uses of TypedObject in de.hybris.platform.productcockpit.components.editorarea
Methods in de.hybris.platform.productcockpit.components.editorarea with parameters of type TypedObject Modifier and Type Method Description void
ProductPDFDataSheetSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
void
ProductPDFDataSheetSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
ProductPDFDataSheetSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
ProductPDFDataSheetSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-
Uses of TypedObject in de.hybris.platform.productcockpit.components.listview.impl
Methods in de.hybris.platform.productcockpit.components.listview.impl with parameters of type TypedObject Modifier and Type Method Description ListViewAction.Context
ClassificationAction. createContext(TableModel model, TypedObject item, ColumnDescriptor column)
protected void
ApprovalAction. doChangeStatus(TypedObject selectedItem, java.lang.String approvalStatusCode)
-
Uses of TypedObject in de.hybris.platform.productcockpit.components.macfinder
Methods in de.hybris.platform.productcockpit.components.macfinder with parameters of type TypedObject Modifier and Type Method Description void
MacFinderTreeComponent. checkOpenDropContext(int keys, int x, int y, java.util.List<TypedObject> draggedItems, TypedObject dropTarget, CategoryModel oldSuperCat)
void
MacFinderTreeComponent. setActiveItem(TypedObject activeItem)
protected void
MacFinderTreeComponent. updateInspectorArea(TypedObject object, AbstractBrowserArea area)
void
MacFinderTreeComponent. updateItem(TypedObject item, java.util.Set<PropertyDescriptor> modifiedProperties)
Method parameters in de.hybris.platform.productcockpit.components.macfinder with type arguments of type TypedObject Modifier and Type Method Description void
MacFinderTreeComponent. checkOpenDropContext(int keys, int x, int y, java.util.List<TypedObject> draggedItems, TypedObject dropTarget, CategoryModel oldSuperCat)
-
Uses of TypedObject in de.hybris.platform.productcockpit.components.sectionpanel
Methods in de.hybris.platform.productcockpit.components.sectionpanel that return TypedObject Modifier and Type Method Description TypedObject
DefaultSectionPanelRenderer. getCurrentObject()
Methods in de.hybris.platform.productcockpit.components.sectionpanel with parameters of type TypedObject Modifier and Type Method Description protected void
DefaultSectionPanelRenderer. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item)
Render actions related iconsprotected void
DefaultSectionPanelRenderer. renderStatus(org.zkoss.zk.ui.Component parent, TypedObject item)
void
DefaultSectionPanelRenderer. setCurrentObject(TypedObject currentObject)
-
Uses of TypedObject in de.hybris.platform.productcockpit.model.macfinder
Methods in de.hybris.platform.productcockpit.model.macfinder with parameters of type TypedObject Modifier and Type Method Description abstract void
MacFinderTreeModelAbstract. doOnEnter(TypedObject object)
-
Uses of TypedObject in de.hybris.platform.productcockpit.model.macfinder.node
Methods in de.hybris.platform.productcockpit.model.macfinder.node that return TypedObject Modifier and Type Method Description TypedObject
MacFinderTreeNode. getOriginalItem()
TypedObject
MacFinderTreeNodeAbstract. getOriginalItem()
Methods in de.hybris.platform.productcockpit.model.macfinder.node with parameters of type TypedObject Modifier and Type Method Description void
MacFinderTreeNode. setOriginalItem(TypedObject originalItem)
void
MacFinderTreeNodeAbstract. setOriginalItem(TypedObject orginalItem)
-
Uses of TypedObject in de.hybris.platform.productcockpit.model.undo
Fields in de.hybris.platform.productcockpit.model.undo with type parameters of type TypedObject Modifier and Type Field Description protected java.util.List<TypedObject>
CategoryAssignmentUndoableOperation. elements
protected java.util.List<TypedObject>
CategoryAssignmentUndoableOperation. sourceCategories
protected java.util.List<TypedObject>
CategoryAssignmentUndoableOperation. targetCategories
Constructor parameters in de.hybris.platform.productcockpit.model.undo with type arguments of type TypedObject Constructor Description CategoryAssignmentUndoableOperation(java.util.List<TypedObject> sourceCategories, java.util.List<TypedObject> targetCategories, java.util.List<TypedObject> elements, boolean move, CatalogService productCockpitCatalogService)
-
Uses of TypedObject in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog that return TypedObject Modifier and Type Method Description TypedObject
CatalogService. getCatalogVersionTypedObject(CatalogVersionModel catVer)
Converts catalog version intoTypedObject
Methods in de.hybris.platform.productcockpit.services.catalog that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
CatalogService. getSupercategories(TypedObject categorizableItem, boolean fromSameCatalogVersionOnly)
Returns list of supercategories of the given categorizable item.Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type TypedObject Modifier and Type Method Description void
CatalogService. addToCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
Adds given categorizable item to given categories.boolean
CatalogService. assignProduct(TypedObject product, CatalogVersionModel catalogVersionModel, CategoryModel removeFromCategory)
Assigns product to catalog versionboolean
CatalogService. assignProduct(TypedObject product, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
Assigns product to categoryjava.util.List<TypedObject>
CatalogService. getSupercategories(TypedObject categorizableItem, boolean fromSameCatalogVersionOnly)
Returns list of supercategories of the given categorizable item.boolean
CatalogService. isAssignProductPermitted(TypedObject product, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
Checks if user is allowed to assing product to a categoryvoid
CatalogService. removeFromCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
Removes given categorizable item from given categories.CatalogVersionModel
CatalogService. wrapCatalogVersion(TypedObject typedObject)
Extracts catalog version model from provided typedObjectCategoryModel
CatalogService. wrapCategory(TypedObject typedObject)
Extracts category model from provided typedObjectMethod parameters in de.hybris.platform.productcockpit.services.catalog with type arguments of type TypedObject Modifier and Type Method Description void
CatalogService. addToCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
Adds given categorizable item to given categories.boolean
CatalogListService. assignAndRemoveCategories(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory)
Removes old categories and assigns them to the new oneboolean
CatalogListService. assignAndRemoveProducts(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, java.util.List<CategoryModel> oldSuperCategories)
Removes products from the list of categories and assigns them to the new oneboolean
CatalogService. assignProducts(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
Assigns products to categoryboolean
CatalogService. isMoveCategoriesPermitted(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory, CategoryModel removeCategory)
Checks if user is allowed to move categories from one to otherboolean
CatalogService. moveCategories(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory, CategoryModel removeCategory)
Moves categories from one to othervoid
CatalogService. removeFromCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
Removes given categorizable item from given categories. -
Uses of TypedObject in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl that return TypedObject Modifier and Type Method Description TypedObject
CatalogServiceImpl. getCatalogVersionTypedObject(CatalogVersionModel catVer)
Methods in de.hybris.platform.productcockpit.services.catalog.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
DynamicQueryServiceImpl. getDynamicQueryResults(DynamicQuery query)
java.util.List<TypedObject>
CatalogServiceImpl. getSupercategories(TypedObject categorizableItem, boolean fromSameCatalogVersionOnly)
Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type TypedObject Modifier and Type Method Description void
CatalogServiceImpl. addToCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
boolean
CatalogServiceImpl. assignProduct(TypedObject product, CatalogVersionModel catalogVersionModel, CategoryModel removeFromCategory)
boolean
CatalogServiceImpl. assignProduct(TypedObject product, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
java.util.List<TypedObject>
CatalogServiceImpl. getSupercategories(TypedObject categorizableItem, boolean fromSameCatalogVersionOnly)
protected boolean
CatalogServiceImpl. isAssignCatalogVersionPermitted(TypedObject product)
boolean
CatalogServiceImpl. isAssignProductPermitted(TypedObject product, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
void
CatalogServiceImpl. removeFromCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
CatalogVersionModel
CatalogServiceImpl. wrapCatalogVersion(TypedObject typedObject)
CategoryModel
CatalogServiceImpl. wrapCategory(TypedObject typedObject)
Method parameters in de.hybris.platform.productcockpit.services.catalog.impl with type arguments of type TypedObject Modifier and Type Method Description void
CatalogServiceImpl. addToCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
boolean
CatalogListServiceImpl. assignAndRemoveCategories(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory)
boolean
CatalogListServiceImpl. assignAndRemoveProducts(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, java.util.List<CategoryModel> oldSuperCategories)
boolean
CatalogServiceImpl. assignProducts(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, CategoryModel oldSuperCategory)
protected boolean
CatalogServiceImpl. isAssignProductsPermitted(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
protected boolean
CatalogServiceImpl. isAssignProductsPermitted(java.util.Collection<TypedObject> products, CategoryModel newSuperCategory, java.util.List<CategoryModel> removeFromCategories)
boolean
CatalogServiceImpl. isMoveCategoriesPermitted(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory, CategoryModel removeFromCategory)
boolean
CatalogServiceImpl. moveCategories(java.util.Collection<TypedObject> categories, CategoryModel newSuperCategory, CategoryModel removeCategory)
void
CatalogServiceImpl. removeFromCategories(TypedObject categorizableItem, java.util.List<TypedObject> categories)
-
Uses of TypedObject in de.hybris.platform.productcockpit.services.impl
Methods in de.hybris.platform.productcockpit.services.impl with parameters of type TypedObject Modifier and Type Method Description protected boolean
ProductAwareAttributeComparator. compareTypedObjects(TypedObject object1, TypedObject object2, DefaultObjectAttributeComparator.AttributeComparisonContext ctx)
-
Uses of TypedObject in de.hybris.platform.productcockpit.services.product
Methods in de.hybris.platform.productcockpit.services.product that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ProductService. getPdfDatasheetDocuments(TypedObject product)
Gets all PDF documents attached to product.java.util.List<TypedObject>
ProductService. getVariants(TypedObject base)
Gets all variants of provided item that are defined in the systemMethods in de.hybris.platform.productcockpit.services.product with parameters of type TypedObject Modifier and Type Method Description boolean
ProductService. createPdfDatasheetDocument(TypedObject product)
Creates new pdf attachment for productvoid
ProductService. deletePdfDatasheetDocument(TypedObject document)
Deletes provided PDF documentjava.lang.String
ProductService. getApprovalStatusCode(TypedObject item)
Gets approval status code for provided itemjava.util.List<TypedObject>
ProductService. getPdfDatasheetDocuments(TypedObject product)
Gets all PDF documents attached to product.java.util.List<TypedObject>
ProductService. getVariants(TypedObject base)
Gets all variants of provided item that are defined in the systemjava.lang.String
ProductService. getVariantTypecode(TypedObject base)
Gets a type code of variants for provided item.boolean
ProductService. hasVariants(TypedObject item)
Checks if item is a product that has at least one variant existingboolean
ProductService. isBaseProduct(TypedObject item)
Checks if item is a base productvoid
ProductService. setApprovalStatus(TypedObject item, java.lang.String code)
Sets new approval status code for prodcut -
Uses of TypedObject in de.hybris.platform.productcockpit.services.product.impl
Methods in de.hybris.platform.productcockpit.services.product.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
ProductServiceImpl. getPdfDatasheetDocuments(TypedObject product)
java.util.List<TypedObject>
ProductServiceImpl. getVariants(TypedObject base)
Methods in de.hybris.platform.productcockpit.services.product.impl with parameters of type TypedObject Modifier and Type Method Description boolean
ProductServiceImpl. createPdfDatasheetDocument(TypedObject product)
void
ProductServiceImpl. deletePdfDatasheetDocument(TypedObject document)
java.lang.String
ProductServiceImpl. getApprovalStatusCode(TypedObject item)
java.util.List<TypedObject>
ProductServiceImpl. getPdfDatasheetDocuments(TypedObject product)
java.util.List<TypedObject>
ProductServiceImpl. getVariants(TypedObject base)
java.lang.String
ProductServiceImpl. getVariantTypecode(TypedObject base)
boolean
ProductServiceImpl. hasVariants(TypedObject item)
boolean
ProductServiceImpl. isBaseProduct(TypedObject item)
void
ProductServiceImpl. setApprovalStatus(TypedObject item, java.lang.String code)
-
Uses of TypedObject in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl that return TypedObject Modifier and Type Method Description TypedObject
CategoryTreeBrowserModel. getItem(int index)
TypedObject
AbstractBrowserWrapper. getNextItem()
TypedObject
AbstractBrowserWrapper. getPreviousItem()
Methods in de.hybris.platform.productcockpit.session.impl that return types with arguments of type TypedObject Modifier and Type Method Description java.util.List<TypedObject>
CategoryTreeBrowserModel. getItems()
java.util.List<TypedObject>
CategoryTreeBrowserModel. getSelectedItems()
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type TypedObject Modifier and Type Method Description void
CatalogPerspective. activateItemInEditorAndCloneBrowser(TypedObject activeItem)
void
ProductPerspective. activateItemInEditorAndCloneBrowser(TypedObject activeItem)
protected void
CatalogPerspective. activateItemInEditorArea(TypedObject activeItem)
protected void
ProductPerspective. activateItemInEditorArea(TypedObject activeItem)
void
CatalogPerspective. activateItemInEditorBasic(TypedObject activeItem)
void
ProductPerspective. activateItemInEditorBasic(TypedObject activeItem)
protected abstract int
AbstractBrowserWrapper. getItemPositionInCurrentPage(TypedObject wrapItem)
protected int
CatalogBrowserWrapper. getItemPositionInCurrentPage(TypedObject wrapItem)
protected int
ProductBrowserWrapper. getItemPositionInCurrentPage(TypedObject wrapItem)
protected abstract int
AbstractBrowserWrapper. getItemPositionInResult(TypedObject wrapItem)
protected int
CatalogBrowserWrapper. getItemPositionInResult(TypedObject wrapItem)
protected int
ProductBrowserWrapper. getItemPositionInResult(TypedObject wrapItem)
void
CategoryTreeBrowserModel. handleDrop(java.util.List<TypedObject> draggedItems, TypedObject dropTarget, CategoryModel oldSuperCat)
void
CategoryTreeBrowserModel. handleDropAndRemoveFromCategories(java.util.List<TypedObject> draggedItems, TypedObject dropTarget, java.util.List<CategoryModel> oldSuperCategories)
void
CatalogPerspective. handleItemRemoved(TypedObject object)
void
ProductPerspective. handleItemRemoved(TypedObject object)
void
CategoryTreeBrowserModel. setActiveItem(TypedObject activeItem)
void
EditorAreaControllerImpl. updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor)
void
PopupEditorAreaControllerImpl. updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor)
Method parameters in de.hybris.platform.productcockpit.session.impl with type arguments of type TypedObject Modifier and Type Method Description void
CategoryTreeBrowserModel. handleDrop(java.util.List<TypedObject> draggedItems, TypedObject dropTarget, CategoryModel oldSuperCat)
void
CategoryTreeBrowserModel. handleDropAndRemoveFromCategories(java.util.List<TypedObject> draggedItems, TypedObject dropTarget, java.util.List<CategoryModel> oldSuperCategories)
void
CategoryTreeBrowserModel. setSelectedItems(java.util.List<TypedObject> selectedItems)
Constructors in de.hybris.platform.productcockpit.session.impl with parameters of type TypedObject Constructor Description AbstractBrowserWrapper(BrowserModel browser, TypedObject wrapItem)
CatalogBrowserWrapper(BrowserModel browser, TypedObject wrapItem)
ProductBrowserWrapper(BrowserModel browser, TypedObject wrapItem)
-
Uses of TypedObject in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor that return types with arguments of type TypedObject Modifier and Type Method Description protected java.util.Collection<TypedObject>
ExternalTaxesSectionRenderer. getTaxCodeForProduct(ProductModel product)
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type TypedObject Modifier and Type Method Description void
ExternalTaxesSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
void
ExternalTaxesSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
ExternalTaxesSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
ExternalTaxesSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-