Uses of Interface
com.polarion.subterra.base.data.model.IListType
Package
Description
-
Uses of IListType in com.polarion.platform.persistence
-
Uses of IListType in com.polarion.platform.persistence.model
Modifier 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
Modifier and TypeMethodDescriptionDefaultListFactory.createList
(IPObject pobject, IListType prototype, boolean readOnly, List data) ModifierConstructorDescriptionAbstractTypedList
(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
Modifier and TypeMethodDescriptionTypeFactory.getListType
(String typeId) TypeFactory.getListType
(String typeId, IType itemType)