| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.toc | |
| org.faktorips.runtime.productdataprovider |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
ClassloaderRuntimeRepository.getDocumentElement(ProductCmptTocEntry tocEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected IProductComponent |
AbstractClassLoadingRuntimeRepository.createProductCmpt(ProductCmptTocEntry tocEntry) |
protected abstract IProductComponent |
AbstractTocBasedRuntimeRepository.createProductCmpt(ProductCmptTocEntry tocEntry) |
protected abstract Element |
AbstractClassLoadingRuntimeRepository.getDocumentElement(ProductCmptTocEntry tocEntry)
This method returns the xml element of the product component identified by the tocEntry
|
| Modifier and Type | Method and Description |
|---|---|
ProductCmptTocEntry |
GenerationTocEntry.getParent() |
abstract ProductCmptTocEntry |
AbstractReadonlyTableOfContents.getProductCmptTocEntry(String id)
Returns the toc entry representing a product component for the given id or null if no entry
exists for the given id.
|
ProductCmptTocEntry |
IReadonlyTableOfContents.getProductCmptTocEntry(String id)
Returns the toc entry representing a product component for the given id or null if no entry
exists for the given id.
|
ProductCmptTocEntry |
ReadonlyTableOfContents.getProductCmptTocEntry(String id) |
abstract ProductCmptTocEntry |
AbstractReadonlyTableOfContents.getProductCmptTocEntry(String kindId,
String versionId)
Returns the toc entry representing a product component for the given product component kind
id and versionId or null if no such entry exists.
|
ProductCmptTocEntry |
IReadonlyTableOfContents.getProductCmptTocEntry(String kindId,
String versionId)
Returns the toc entry representing a product component for the given product component kind
id and versionId or null if no such entry exists.
|
ProductCmptTocEntry |
ReadonlyTableOfContents.getProductCmptTocEntry(String kindId,
String versionId) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ProductCmptTocEntry> |
AbstractReadonlyTableOfContents.getProductCmptTocEntries()
Returns all toc's entries representing product components.
|
List<ProductCmptTocEntry> |
IReadonlyTableOfContents.getProductCmptTocEntries()
Returns all toc's entries representing product components.
|
List<ProductCmptTocEntry> |
ReadonlyTableOfContents.getProductCmptTocEntries() |
abstract List<ProductCmptTocEntry> |
AbstractReadonlyTableOfContents.getProductCmptTocEntries(String kindId)
Returns all toc's entries representing product components that belong to the indicated
product component kind.
|
List<ProductCmptTocEntry> |
IReadonlyTableOfContents.getProductCmptTocEntries(String kindId)
Returns all toc's entries representing product components that belong to the indicated
product component kind.
|
List<ProductCmptTocEntry> |
ReadonlyTableOfContents.getProductCmptTocEntries(String kindId) |
| Modifier and Type | Method and Description |
|---|---|
static GenerationTocEntry |
GenerationTocEntry.createFromXml(ProductCmptTocEntry parent,
Element element) |
| Constructor and Description |
|---|
GenerationTocEntry(ProductCmptTocEntry parent,
DateTime validFrom,
String className,
String xmlResourceName) |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
DetachedContentRuntimeRepository.getDocumentElement(ProductCmptTocEntry tocEntry) |
Element |
ClassLoaderProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry) |
Element |
IProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
Getting the product component data element for given tocEntry.
|
Copyright © 2019. All rights reserved.