Uses of Interface
com.polarion.subterra.base.data.model.IListType
Packages that use IListType
Package
Description
-
Uses of IListType in com.polarion.platform.persistence
Methods in com.polarion.platform.persistence that return IListType -
Uses of IListType in com.polarion.platform.persistence.model
Methods in com.polarion.platform.persistence.model that return IListTypeMethods in com.polarion.platform.persistence.model with parameters of type IListTypeModifier and TypeMethodDescriptionIListFactory.createList
(IPObject pobject, IListType prototype, boolean readOnly, List data) Creates the instance ofITypedList
, which wraps the given collection (and possibly implements some model specific interface). -
Uses of IListType in com.polarion.platform.persistence.spi
Methods in com.polarion.platform.persistence.spi that return IListTypeMethods in com.polarion.platform.persistence.spi with parameters of type IListTypeModifier and TypeMethodDescriptionDefaultListFactory.createList
(IPObject pobject, IListType prototype, boolean readOnly, List data) Constructors in com.polarion.platform.persistence.spi with parameters of type IListTypeModifierConstructorDescriptionAbstractTypedList
(IListType prototype, boolean readOnly, List data) CustomTypedList
(IPObject pobject, IListType prototype, boolean readOnly, List data) EmptyTypedList
(IListType prototype) ModelTypedList
(IPObject pobject, IListType prototype, boolean readOnly, List data) PObjectTypedList
(IPObject pobject, IListType prototype, boolean readOnly, List data) -
Uses of IListType in com.polarion.subterra.base.data.model
Methods in com.polarion.subterra.base.data.model that return IListTypeModifier and TypeMethodDescriptionTypeFactory.getListType
(String typeId) TypeFactory.getListType
(String typeId, IType itemType)