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 InventoryAssemblyInventoryFitmentPosition.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 InventoryFitmentPositionInventoryFitmentPosition.get(InventoryItem item, InventoryAssembly assembly) Get a fitment position for the given item and assembly.static InventoryFitmentPositionInventoryFitmentPosition.get(Transaction transaction, InventoryItem item, InventoryAssembly assembly) Get a fitment position for the given item and assembly.voidInventoryFitmentPosition.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 InventoryAssemblyModifier and TypeMethodDescriptionDefineAssembly.listChildren(InventoryAssembly parent) DefineAssembly.streamRoots()Methods in com.storedobject.ui.inventory with parameters of type InventoryAssemblyModifier and TypeMethodDescriptionDefineAssembly.getAccessory(InventoryAssembly ia) DefineAssembly.getOptional(InventoryAssembly ia) DefineAssembly.listChildren(InventoryAssembly parent)