Uses of Class
com.storedobject.core.ObjectIterator
Packages that use ObjectIterator
Package
Description
-
Uses of ObjectIterator in com.storedobject.accounts
Methods in com.storedobject.accounts that return ObjectIteratorModifier and TypeMethodDescriptionstatic ObjectIterator
<AccountEntity<?>> static ObjectIterator
<? extends EntityAccount> EntityAccount.list
(SystemEntity systemEntity, String name) Returns an iterator of EntityAccount objects that match the specified systemEntity and name. -
Uses of ObjectIterator in com.storedobject.core
Methods in com.storedobject.core that return ObjectIteratorModifier and TypeMethodDescriptionObjectIterator.add
(ObjectIterator<O> iterator) Concatenate another instance.final ObjectIterator
<O> Add one object to the tail of this instance.ObjectIterator.addToHead
(ObjectIterator<O> iterator) Concatenate another instance by adding to the head of it.final ObjectIterator
<O> Add one object to the head of this instance so that it will be next entry returned.ObjectIterator.consumeWhile
(Predicate<O> predicate, Consumer<O> consumer) Consume objects while a given predicate is true.<TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.convert
(ObjectConverter<O, TO> converter) Convert this iterator to another type.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create()
Create an empty iterator.static <FROM extends StoredObject,
TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.create
(ObjectIterator<FROM> iterator, ObjectConverter<FROM, TO> converter) Create an iterator from the given iterator with conversion.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(Collection<T> objects) Create an iterator from the given objects.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> Create an iterator from the given objects.static <T extends StoredObject>
ObjectIterator<T> Create an iterator from the given objects.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(T object) Create an iterator from a single object.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(T... objects) Create an iterator from the given objects.ObjectIterator.deduplicate()
Convert the iterator to a new one by eliminating duplicate consecutive entries if any from it.<TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.expand
(Function<O, ObjectIterator<TO>> function) Expand this iterator using the given function.ObjectIterator.filter
(BiPredicate<? super O, ? super O> predicate) Apply a bi-filter.Apply a filter.final <T extends StoredObject>
ObjectIterator<T> StoredObject.getChildren()
Get the list of children of this class if exists.JavaClass.getInnerClassList()
JavaClass.getInnerClassList
(Transaction transaction) ObjectIterator.limit
(long limit) Limit the number of entries.static ObjectIterator
<? extends Account> Account.list
(SystemEntity systemEntity, String name) static ObjectIterator
<? extends AccountTitle> AccountTitle.list
(SystemEntity systemEntity, String name) static ObjectIterator
<ApplicationModule> static ObjectIterator
<? extends BranchAccount> BranchAccount.list
(SystemEntity systemEntity, String name) static ObjectIterator
<CheckList> static ObjectIterator
<CheckListTemplate> static ObjectIterator
<DashboardDefinition> static ObjectIterator
<DocumentConfiguration> static ObjectIterator
<DocumentType> static ObjectIterator
<Entity> static ObjectIterator
<ForeignFinancialSystem> static ObjectIterator
<InventoryAssembly> static ObjectIterator
<InventoryBin> InventoryBin.list
(InventoryStore store) static ObjectIterator
<InventoryBin> InventoryBin.list
(String name, InventoryStore store) static <T extends InventoryItem>
ObjectIterator<T> InventoryItem.list
(Class<T> itemClass, String serialNumber, InventoryItemType partNumber) static <T extends InventoryItem>
ObjectIterator<T> InventoryItem.list
(Class<T> itemClass, String serialNumber, InventoryItemType partNumber, boolean any) static ObjectIterator
<? extends InventoryItemType> static <T extends InventoryStore>
ObjectIterator<T> InventoryStore.list
(SystemEntity systemEntity, String name) static ObjectIterator
<JavaClass> static ObjectIterator
<LandedCostType> static ObjectIterator
<Logic> protected ObjectIterator
<Logic> LogicGroup.list
(int deviceId, int deviceWidth, int deviceHeight) static ObjectIterator
<LogicGroup> static ObjectIterator
<MediaFile> static ObjectIterator
<MessageTemplate> static ObjectIterator
<? extends OffsetAccount> OffsetAccount.list
(SystemEntity systemEntity, String name) static ObjectIterator
<Person> static ObjectIterator
<ProcessingLanguage> static ObjectIterator
<PurchaseType> QueryBuilder.list()
Retrieves an iterator containing the results that match the query constructed with the current configurations ofQueryBuilder
.static ObjectIterator
<ReportDefinition> static ObjectIterator
<SaleType> static ObjectIterator
<SerialPattern> static ObjectIterator
<ServerInformation> static ObjectIterator
<? extends ServiceItem> ServiceItem.list
(String serial, ServiceItemType itemType) static ObjectIterator
<? extends ServiceItemType> static ObjectIterator
<SOClass> static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameter.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.StoredObjectUtility.Link.list
(StoredObject master) static <T extends StoredObject>
ObjectIterator<T> static <T extends StoredObject>
ObjectIterator<T> static <T extends StoredObject>
ObjectIterator<T> StoredObjectUtility.list
(Class<T> objectClass, String nameField, String nameValue, String extraCondition) static <T extends StoredObject>
ObjectIterator<T> StoredObjectUtility.list
(Class<T> objectClass, String nameField, String nameValue, String extraCondition, boolean any) static ObjectIterator
<? extends SubscriptionItem> SubscriptionItem.list
(String serial, SubscriptionItemType itemType) static ObjectIterator
<? extends SubscriptionItemType> static ObjectIterator
<SystemEntity> static ObjectIterator
<SystemUser> static ObjectIterator
<SystemUserGroup> static ObjectIterator
<TaxRegion> static ObjectIterator
<TaxType> static ObjectIterator
<? extends TextContent> static ObjectIterator
<TransactionType> static ObjectIterator
<UIAction> static ObjectIterator
<WebBiometric> WebBiometric.list
(SystemUser user) static ObjectIterator
<SOClass> SOClass.listAll
(Class<? extends StoredObject> baseClass) static ObjectIterator
<SOClass> SOClass.listAll
(Class<? extends StoredObject> baseClass, boolean includeBaseClass, boolean includeAbstract) static ObjectIterator
<SOClass> SOClass.listAllActive
(Class<? extends StoredObject> baseClass) static ObjectIterator
<SOClass> SOClass.listAllActive
(Class<? extends StoredObject> baseClass, boolean includeBaseClass, boolean includeAbstract) InventoryAssembly.listAssemblies()
List of all assemblies (includes full-tree) defined under this assembly.final ObjectIterator
<InventoryItem> InventoryItem.listAssemblies()
List of assembly items under this item.final <O extends InventoryItem>
ObjectIterator<O> InventoryItem.listAssemblies
(Class<O> itemClass) List of assembly items under this item.final <O extends InventoryItem>
ObjectIterator<O> InventoryItem.listAssemblies
(Class<O> itemClass, Predicate<O> filter) List of assembly items under this item.final ObjectIterator
<InventoryItem> InventoryItem.listAssemblies
(Predicate<InventoryItem> filter) List of assembly items under this item.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.SystemUser.listAutoLogic()
SystemUserGroup.listAutoLogic()
static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <A extends Account>
ObjectIterator<A> Account.listByNameOrNumber
(SystemEntity systemEntity, Class<A> accountClass, String nameOrNumber, boolean any) static <T extends InventoryItemType>
ObjectIterator<T> InventoryItemType.listByPartNumber
(Class<T> itemClass, String partNumber) static <T extends InventoryItemType>
ObjectIterator<T> InventoryItemType.listByPartNumber
(Class<T> itemClass, String partNumber, boolean any) ObjectTree.Builder.listChildren
(ObjectTree<O> tree, O parent) default ObjectIterator
<Contact> HasContacts.listContacts()
List all contact instances of this class instance.default ObjectIterator
<ContactType> HasContacts.listContactTypes()
List all the supported contact types.static ObjectIterator
<LandedCost> LandedCost.listCost
(StoredObject forObject) static ObjectIterator
<WebBiometric> WebBiometric.listDisabled
(SystemUser user) final ObjectIterator
<? extends FileData> Id.listFileData()
final ObjectIterator
<? extends FileData> Id.listFileData
(Transaction transaction) final ObjectIterator
<? extends FileData> StoredObject.listFileData()
List all "file data"FileData
attachments available under this instance.final ObjectIterator
<? extends FileData> StoredObject.listFileData
(Transaction transaction) List all "file data"FileData
attachments available under this instance for a given transaction.FileFolder.listFiles()
FileFolderGenerator.listFiles()
InventoryItem.listFitmentPositions()
List of all fitment positions (includes full tree) under this item.FileFolder.listFolders()
FileFolder.listFolders
(String condition) FileFolder.listFolders
(String condition, String orderBy) FileFolderGenerator.listFolders()
static ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, boolean includeSpecial) static ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, String applicableDataLogicName) LoginMessage.listGeneratedBy()
SystemUser.listGroups()
ObjectIterator
<? extends StoredObject> StoredObject.listHistory()
List the previous versions of this object.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.InventoryItem.listImmediateFitmentPositions()
List the fitment positions under this item.AbstractCheckList.listItems()
static ObjectIterator
<InventoryItem> InventoryItem.listItems
(InventoryItemType partNumber) List all the items for the given part number.static ObjectIterator
<InventoryItem> InventoryItem.listItems
(InventoryItemType partNumber, boolean includeZeros) List all the items for the given part number.static ObjectIterator
<InventoryItem> InventoryItem.listItems
(InventoryItemType partNumber, String condition) List all the items for the given part number.static ObjectIterator
<InventoryItem> InventoryItem.listItems
(InventoryItemType partNumber, String condition, boolean includeZeros) List all the items for the given part number.InventoryItemType.listItems()
List all the items of this part number.InventoryItemType.listItems
(boolean includeZeros) List all the items of this given part number.List all the items of this given part number.List all the items of this given part number.final ObjectIterator
<InventoryPOItem> InventoryPO.listItems()
final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> Returns an iterator over the linked objects of the specified parent object.Retrieves an iterator over objects that are linked to the given parent object with the specified link type.QueryBuilder.listLinks
(StoredObject parent) Returns an iterator over the linked objects of the specified parent object.QueryBuilder.listLinks
(StoredObject parent, int linkType) Retrieves an iterator over objects that are linked to the given parent object with the specified link type.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, String order, boolean any) QueryBuilder.listMasters
(Id linkId) Retrieves an iterator over master objects linked to the specified stored object.QueryBuilder.listMasters
(Id linkId, int linkType) Retrieves an iterator over the master objects linked to the specified stored object.QueryBuilder.listMasters
(StoredObject link) Retrieves an iterator over master objects linked to the specified stored object.QueryBuilder.listMasters
(StoredObject link, int linkType) Retrieves an iterator over the master objects linked to the specified stored object.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.static ObjectIterator
<LoginMessage> LoginMessage.listMine
(StoredObject generatedBy) InventoryItem.listMissingAssemblies()
List the assembly positions where items are missing.<T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects()
<T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects
(String extraCondition) <T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects
(String extraCondition, String orderBy) SystemUser.listQuickAccessLogic()
static ObjectIterator
<InventoryItem> InventoryItem.listStock
(InventoryItemType partNumber, String serialNumber) List stock for a given part number.static ObjectIterator
<InventoryItem> InventoryItem.listStock
(String partNumber, InventoryLocation location) List stock for a given part number and location.static ObjectIterator
<InventoryItem> InventoryItem.listStock
(String partNumber, InventoryStore store) List stock for a given part number and store.static ObjectIterator
<InventoryItem> List stock for a given part number.static ObjectIterator
<InventoryItem> InventoryItem.listStock
(String partNumber, String serialNumber, InventoryLocation location) List stock for a given part number and location.static ObjectIterator
<InventoryItem> InventoryItem.listStock
(String partNumber, String serialNumber, InventoryStore store) List stock for a given part number and store.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock
(T partNumber) List stock for a given part number and store.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock
(T partNumber, InventoryLocation location) List stock for a given part number and location.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock
(T partNumber, InventoryStore store) List stock for a given part number and store.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock
(T partNumber, String serialNumber, InventoryLocation location) List stock for a given part number and location.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock
(T partNumber, String serialNumber, InventoryStore store) List stock for a given part number and store.InventoryItemType.listStock
(InventoryLocation location) List stock for this part number at a given location.InventoryItemType.listStock
(InventoryStore store) List stock for this part number in a given store.InventoryItemType.listStock
(String serialNumber, InventoryLocation location) List stock for this part number at a given location.InventoryItemType.listStock
(String serialNumber, InventoryStore store) List stock for this part number in a given store.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction) Get a tree under the give set of roots.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under the give set of roots.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction) Get a tree under this instance.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under this instance.static ObjectIterator
<TaxType> TaxDefinition.listTypes
(InventoryItem item, TaxRegion region, Date date) static ObjectIterator
<TaxType> TaxDefinition.listTypes
(InventoryItemType itemType, TaxRegion region, Date date) SystemUserGroup.listUsers()
static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Transaction transaction, Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.<TO extends StoredObject>
ObjectIterator<TO> Convert this iterator to another type.Do some processing on each object but the same object is available after processing.ObjectIterator.skip
(long count) Skip a specified number of entries.Skip objects while a given predicate is true.Methods in com.storedobject.core that return types with arguments of type ObjectIteratorModifier and TypeMethodDescriptionBiFunction
<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> ObjectForest.getListLinks()
Methods in com.storedobject.core with parameters of type ObjectIteratorModifier and TypeMethodDescriptionObjectIterator.add
(ObjectIterator<O> iterator) Concatenate another instance.ObjectIterator.addToHead
(ObjectIterator<O> iterator) Concatenate another instance by adding to the head of it.static <FROM extends StoredObject,
TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.create
(ObjectIterator<FROM> iterator, ObjectConverter<FROM, TO> converter) Create an iterator from the given iterator with conversion.static <T extends StoredObject>
TStoredObject.get
(ObjectIterator<T> iterator) Get the instance from the database for instances specified in an iterator.static <T extends StoredObject>
TStoredObject.get
(ObjectIterator<T> list, boolean validateOne) Get the instance from the database for instances specified in an iterator.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction) Get a tree under the give set of roots.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under the give set of roots.void
ObjectCache.load
(ObjectIterator<T> objects) void
ObjectCacheList.load
(ObjectIterator<T> objects) void
ObjectForest.load
(ObjectIterator<T> objects) void
ObjectLoader.load
(ObjectIterator<T> objects) Load the given instances.void
ObjectMemoryList.load
(ObjectIterator<T> objects) void
ObjectTree.load
(ObjectIterator<T> objects) void
ObjectSearcher.populate
(SystemEntity systemEntity, ObjectIterator<T> objects) Method parameters in com.storedobject.core with type arguments of type ObjectIteratorModifier and TypeMethodDescription<TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.expand
(Function<O, ObjectIterator<TO>> function) Expand this iterator using the given function.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction) Get a tree under the give set of roots.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under the give set of roots.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction) Get a tree under this instance.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under this instance.void
ObjectForest.setListLinks
(BiFunction<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> listLinks) Constructors in com.storedobject.core with parameters of type ObjectIteratorModifierConstructorDescriptionObjectCache
(Class<T> objectClass, ObjectIterator<T> objects) ObjectCacheList
(Class<T> objectClass, ObjectIterator<T> objects) ObjectMemoryList
(Class<T> objectClass, ObjectIterator<T> objects) -
Uses of ObjectIterator in com.storedobject.iot
Methods in com.storedobject.iot that return ObjectIteratorModifier and TypeMethodDescriptionstatic ObjectIterator
<AlarmSwitch> static ObjectIterator
<Block> Retrieves an iterator over Block objects filtered by the specified name.static ObjectIterator
<BlockDisplayContent> static ObjectIterator
<ControlSchedule> static ObjectIterator
<MQTT> static ObjectIterator
<Resource> static ObjectIterator
<Site> Lists all Site objects that match the specified name.static ObjectIterator
<? extends SuperUnit> static ObjectIterator
<? extends Unit> Lists theUnit
objects based on the given name.static ObjectIterator
<ValueLimit> Site.listActiveBlocks()
Retrieves an iterator over all active blocks associated with this site.Block.listAllUnits()
Lists all units, including the main units and associated independent units, while ensuring that the active status of related units is synchronized.Site.listBlocks()
Retrieves an iterator over all blocks associated with this site.Block.listUnits()
Retrieves an iterator of units associated with the block. -
Uses of ObjectIterator in com.storedobject.job
Methods in com.storedobject.job that return ObjectIteratorModifier and TypeMethodDescriptionstatic ObjectIterator
<MessageEscalationGroup> static ObjectIterator
<MessageGroup> MessageEscalationGroup.listMembers()
MessageGroup.listMembers()
-
Uses of ObjectIterator in com.storedobject.mail
Methods in com.storedobject.mail that return ObjectIterator -
Uses of ObjectIterator in com.storedobject.report
Methods in com.storedobject.report that return ObjectIteratorModifier and TypeMethodDescriptiondefault ObjectIterator
<T> ObjectLister.customizeList
(ObjectIterator<T> objectList) RDLister.listObjects()
Methods in com.storedobject.report with parameters of type ObjectIteratorModifier and TypeMethodDescriptiondefault ObjectIterator
<T> ObjectLister.customizeList
(ObjectIterator<T> objectList) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, boolean newPage) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading, boolean newPage) void
StockReportExcel.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockReportExcel.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading) void
StockMovementReport.printStockMovement
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockMovementReport.printStockMovement
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading) void
StockMovementReport.setPartNumbers
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockReport.setPartNumbers
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockReportExcel.setPartNumbers
(ObjectIterator<? extends InventoryItemType> partNumbers) Constructors in com.storedobject.report with parameters of type ObjectIteratorModifierConstructorDescriptionStockReport
(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers) StockReport
(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) StockReport
(Device device, InventoryStore store, ObjectIterator<? extends InventoryItemType> partNumbers) StockReport
(Device device, InventoryStore store, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) StockReportExcel
(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers) StockReportExcel
(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) StockReportExcel
(Device device, InventoryStore store, ObjectIterator<? extends InventoryItemType> partNumbers) StockReportExcel
(Device device, InventoryStore store, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) -
Uses of ObjectIterator in com.storedobject.sms
Methods in com.storedobject.sms that return ObjectIterator -
Uses of ObjectIterator in com.storedobject.tools
Methods in com.storedobject.tools that return ObjectIterator -
Uses of ObjectIterator in com.storedobject.ui
Methods in com.storedobject.ui that return ObjectIteratorModifier and TypeMethodDescriptionprotected ObjectIterator
<T> AbstractObjectField.filteredList
(ObjectIterator<T> list) Check a given set of values to see if they satisfy the filter condition of the searcher.static ObjectIterator
<? extends StoredObject> FileViewer.list
(StoredObjectUtility.Link<?> link, StoredObject master) ObjectGetField.GetProvider.listTextObjects
(SystemEntity systemEntity, String searchText) Get a list of object instances for the search text specified.ObjectGetField.GetSupplier.listTextObjects
(SystemEntity systemEntity, String value) ObjectGetField.GetTypedSupplier.listTextObjects
(SystemEntity systemEntity, String value) Methods in com.storedobject.ui with parameters of type ObjectIteratorModifier and TypeMethodDescriptionvoid
ObjectLinkField.add
(ObjectIterator<T> objects) protected ObjectIterator
<T> AbstractObjectField.filteredList
(ObjectIterator<T> list) Check a given set of values to see if they satisfy the filter condition of the searcher.void
AbstractObjectField.load
(ObjectIterator<T> objects) void
EditableObjectListProvider.load
(ObjectIterator<T> objects) void
ObjectCodeField.load
(ObjectIterator<T> objects) This method does nothing in this field.void
ObjectComboField.load
(ObjectIterator<T> objects) void
ObjectField.load
(ObjectIterator<T> objects) Load allowed values from a list.void
ObjectForestProvider.load
(ObjectIterator<T> objects) void
ObjectFormField.load
(ObjectIterator<T> objects) This method does nothing in this field.void
ObjectInput.load
(ObjectIterator<T> objects) Load allowed values from a list.void
ObjectListField.load
(ObjectIterator<T> objects) void
ObjectListProvider.load
(ObjectIterator<T> objects) default void
ObjectLoader.load
(ObjectIterator<T> objectIterator) void
ObjectTable.load
(ObjectIterator<T> objectIterator) void
ObjectTreeProvider.load
(ObjectIterator<T> objects) void
ReferenceLinkListProvider.load
(ObjectIterator<T> objects) default void
ObjectGridData.populate
(SystemEntity systemEntity, ObjectIterator<T> objectIterator) final void
AbstractObjectForest.setRoots
(ObjectIterator<T> roots) final void
ObjectTree.setRoots
(ObjectIterator<T> roots) -
Uses of ObjectIterator in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory with parameters of type ObjectIteratorModifier and TypeMethodDescriptionvoid
AssemblyItemField.load
(ObjectIterator<I> objects) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, boolean newPage) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading) void
StockReport.printStock
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading, boolean newPage) void
StockMovementReport.printStockMovement
(ObjectIterator<? extends InventoryItemType> partNumbers) void
StockMovementReport.printStockMovement
(ObjectIterator<? extends InventoryItemType> partNumbers, String categoryHeading) Constructors in com.storedobject.ui.inventory with parameters of type ObjectIteratorModifierConstructorDescriptionMultiSelectStock
(ObjectIterator<InventoryItem> stockItems, Consumer<Set<InventoryItem>> consumer) Constructor.SelectStock
(ObjectIterator<InventoryItem> stockItems, Consumer<InventoryItem> consumer) Constructor. -
Uses of ObjectIterator in com.storedobjects.support
Methods in com.storedobjects.support that return ObjectIteratorModifier and TypeMethodDescriptionstatic ObjectIterator
<Organization> Organization.list
(SystemEntity systemEntity, String name) static ObjectIterator
<Product> Organization.listUsers()