Uses of Class
com.storedobject.core.InventoryAssembly
Packages that use InventoryAssembly
-
Uses of InventoryAssembly in com.storedobject.core
Methods in com.storedobject.core that return InventoryAssemblyModifier and TypeMethodDescriptionstatic InventoryAssembly
InventoryFitmentPosition.getAssembly()
Methods in com.storedobject.core that return types with arguments of type InventoryAssemblyModifier and TypeMethodDescriptionstatic ObjectIterator
<InventoryAssembly> InventoryAssembly.listAssemblies()
List of all assemblies (includes full-tree) defined under this assembly.final ObjectIterator
<InventoryAssembly> InventoryItemType.listAssemblies()
List of all (includes full-tree) assembly definitions under this item type.final ObjectIterator
<InventoryAssembly> InventoryItemType.listAssemblies
(Predicate<InventoryAssembly> filter) List of all (includes full-tree) assembly definitions under this item type.InventoryAssembly.listImmediateAssemblies()
List of assemblies defined under this assembly.InventoryFitmentPosition.listImmediateAssemblies()
List of assemblies defined under this fitment position.final ObjectIterator
<InventoryAssembly> InventoryItemType.listImmediateAssemblies()
List of immediate assembly definitions under this item type.final ObjectIterator
<InventoryAssembly> InventoryItemType.listImmediateAssemblies
(Predicate<InventoryAssembly> filter) List of immediate assembly definitions under this item type.Methods in com.storedobject.core with parameters of type InventoryAssemblyModifier and TypeMethodDescriptionstatic InventoryFitmentPosition
InventoryFitmentPosition.get
(InventoryItem item, InventoryAssembly assembly) Get a fitment position for the given item and assembly.static InventoryFitmentPosition
InventoryFitmentPosition.get
(Transaction transaction, InventoryItem item, InventoryAssembly assembly) Get a fitment position for the given item and assembly.void
InventoryFitmentPosition.setAssembly
(InventoryAssembly assembly) Method parameters in com.storedobject.core with type arguments of type InventoryAssemblyModifier and TypeMethodDescriptionfinal ObjectIterator
<InventoryAssembly> InventoryItemType.listAssemblies
(Predicate<InventoryAssembly> filter) List of all (includes full-tree) assembly definitions under this item type.final ObjectIterator
<InventoryAssembly> InventoryItemType.listImmediateAssemblies
(Predicate<InventoryAssembly> filter) List of immediate assembly definitions under this item type. -
Uses of InventoryAssembly in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory that return types with arguments of type InventoryAssemblyMethods in com.storedobject.ui.inventory with parameters of type InventoryAssemblyModifier and TypeMethodDescriptionDefineAssembly.getAccessory
(InventoryAssembly ia) DefineAssembly.getOptional
(InventoryAssembly ia) void
DefineAssembly.visitChildren
(InventoryAssembly parent, Consumer<InventoryAssembly> consumer, boolean includeGrandChildren) Method parameters in com.storedobject.ui.inventory with type arguments of type InventoryAssemblyModifier and TypeMethodDescriptionvoid
DefineAssembly.visitChildren
(InventoryAssembly parent, Consumer<InventoryAssembly> consumer, boolean includeGrandChildren)