Index

D G N O P T V 
All Classes and Interfaces|All Packages

D

DateTimeConverter - Enum in org.faktorips.runtime.productdata.jpa.util
 
DbEnumContentTocEntry - Class in org.faktorips.runtime.productdata.jpa.toc
An EnumContentTocEntry reading its values from an EnumContentTocEntryEntity.
DbEnumContentTocEntry(EnumContentTocEntryEntity) - Constructor for class org.faktorips.runtime.productdata.jpa.toc.DbEnumContentTocEntry
 
DbGenerationTocEntry - Class in org.faktorips.runtime.productdata.jpa.toc
 
DbGenerationTocEntry(DbProductCmptTocEntry, GenerationTocEntryEntity) - Constructor for class org.faktorips.runtime.productdata.jpa.toc.DbGenerationTocEntry
 
DbProductCmptTocEntry - Class in org.faktorips.runtime.productdata.jpa.toc
An ProductCmptTocEntry reading its values from an ProductCmptTocEntryEntity.
DbProductCmptTocEntry(ProductCmptTocEntryEntity) - Constructor for class org.faktorips.runtime.productdata.jpa.toc.DbProductCmptTocEntry
 
DbProductDataProvider - Class in org.faktorips.runtime.productdata.jpa.provider
IProductDataProvider using JPA to read product data from a database.
DbProductDataProvider(String, String, ProductDatabase) - Constructor for class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
Creates a DbProductDataProvider for a table of content identified by name and version.
DbProductDataProvider(TocVersionEntity, ProductDatabase) - Constructor for class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
DbProductDataProviderFactory - Class in org.faktorips.runtime.productdata.jpa.provider
Creates JpaProductDataProviders for tables of content identified by name and version, reading the DbTableOfContents from a ProductDatabaseBean.
DbProductDataProviderFactory(String, String, ProductDatabase) - Constructor for class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProviderFactory
Creates JpaProductDataProviders for tables of content identified by name and version using the EntityManager to read the DbTableOfContents from the database.
DbProductDataProviderFactory(String, AbstractReadonlyTableOfContents, ProductDatabase) - Constructor for class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProviderFactory
 
DbTableContentTocEntry - Class in org.faktorips.runtime.productdata.jpa.toc
 
DbTableContentTocEntry(TableContentTocEntryEntity) - Constructor for class org.faktorips.runtime.productdata.jpa.toc.DbTableContentTocEntry
 
DbTableOfContents - Class in org.faktorips.runtime.productdata.jpa.toc
 
DbTableOfContents(TocVersionEntity) - Constructor for class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
DbTocEntryAdapter - Interface in org.faktorips.runtime.productdata.jpa.toc
Wrapper for runtime ToC Entries whose XML content should be provided by a ContentContainer that is loaded from a database.

G

getActiveTocVersion(String, String) - Method in interface org.faktorips.runtime.productdata.jpa.provider.ProductDatabase
Gets the TocVersionEntity marked as TocVersionEntity.Status.ACTIVE for the given name and modelVersion from the EntityManager.
getActiveTocVersion(String, String) - Method in class org.faktorips.runtime.productdata.jpa.provider.ProductDatabaseBean
 
getActiveVersionNumber(String, String) - Method in interface org.faktorips.runtime.productdata.jpa.provider.ProductDatabase
Gets the version of the TocVersion marked as TocVersionEntity.Status.ACTIVE for the given name and modelVersion from the EntityManager.
getActiveVersionNumber(String, String) - Method in class org.faktorips.runtime.productdata.jpa.provider.ProductDatabaseBean
 
getBaseVersion() - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
getContentContainer() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbEnumContentTocEntry
 
getContentContainer() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbGenerationTocEntry
 
getContentContainer() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbProductCmptTocEntry
 
getContentContainer() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableContentTocEntry
 
getContentContainer() - Method in interface org.faktorips.runtime.productdata.jpa.toc.DbTocEntryAdapter
The ContentContainer that should be used to extract the XML content.
getCustomTocEntry(Class<T>, String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
Deprecated.
Not (yet) supported in DbTableOfContents. Please submit a feature request if you need this.
getEnumContentAsStream(EnumContentTocEntry) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getEnumContentTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getEnumContentTocEntry(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getEnumXmlAdapterTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
Deprecated.
Not supported in DbTableOfContents because the adapters have to be registered in model projects, not product projects.
getModelTypeTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
Deprecated.
Not supported in DbTableOfContents. Use IpsModel instead.
getProductCmptData(ProductCmptTocEntry) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getProductCmptGenerationData(GenerationTocEntry) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getProductCmptTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getProductCmptTocEntries(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getProductCmptTocEntry(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getProductCmptTocEntry(String, String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getProductDataVersion() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getTableContentAsStream(TableContentTocEntry) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getTableTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getTableTocEntryByClassname(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
getTableTocEntryByQualifiedTableName(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
 
getTestcaseElement(TestCaseTocEntry) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getTestCaseTocEntries() - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
Deprecated.
Not (yet) supported in DbTableOfContents. Please submit a feature request if you need this.
getTestCaseTocEntryByQName(String) - Method in class org.faktorips.runtime.productdata.jpa.toc.DbTableOfContents
Deprecated.
Not (yet) supported in DbTableOfContents. Please submit a feature request if you need this.
getToc() - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getTocEntryData(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
 
getVersion() - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProvider
getXmlContent() - Method in interface org.faktorips.runtime.productdata.jpa.toc.DbTocEntryAdapter
Extract the XML content of a ToC Entry from the entity.

N

newInstance() - Method in class org.faktorips.runtime.productdata.jpa.provider.DbProductDataProviderFactory
 

O

org.faktorips.runtime.productdata.jpa.provider - package org.faktorips.runtime.productdata.jpa.provider
Product Data Provider implementation using JPA to read TocEntries from a database.
org.faktorips.runtime.productdata.jpa.toc - package org.faktorips.runtime.productdata.jpa.toc
Table of Contents implementation using JPA to read TocEntries.
org.faktorips.runtime.productdata.jpa.util - package org.faktorips.runtime.productdata.jpa.util
Utility classes for the implementation of a JPA based product data provider.

P

ProductDatabase - Interface in org.faktorips.runtime.productdata.jpa.provider
 
ProductDatabaseBean - Class in org.faktorips.runtime.productdata.jpa.provider
 
ProductDatabaseBean() - Constructor for class org.faktorips.runtime.productdata.jpa.provider.ProductDatabaseBean
 
ProductDatabaseBean(EntityManager) - Constructor for class org.faktorips.runtime.productdata.jpa.provider.ProductDatabaseBean
 

T

toDateTime(LocalDateTime) - Static method in enum org.faktorips.runtime.productdata.jpa.util.DateTimeConverter
 

V

valueOf(String) - Static method in enum org.faktorips.runtime.productdata.jpa.util.DateTimeConverter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.faktorips.runtime.productdata.jpa.util.DateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
D G N O P T V 
All Classes and Interfaces|All Packages