Package org.faktorips.productdataservice
Interface IProductDataService
public interface IProductDataService
The repote interface for the product data service. The interface is implemented by a EJB 3.0
stateless session bean.
This service provides the xml content of product data and the version of the actually loaded data.
- Author:
- dirmeier
-
Method Summary
Modifier and TypeMethodDescriptiongetEnumContent(String className) Getting the content and version for the enum content identified by the class namegetProductCmptData(String ipsObjectId) Getting the content and time stamp for the product component identified by the ips object idGetting the modification time stamp or version of the table of contents actually loaded by the product data servicegetTableContent(String qName) Getting the content and times stamp for the table content identified by its qualified namegetTestCaseData(String qName) Getting the content and time stamp for the test case identified by its qualified nameGetting the content and time stamp for the table of contentgetTocEntryData(Class<?> type, String qName) Getting the content and times stamp for the content identified by its qualified name
-
Method Details
-
getProductDataVersion
String getProductDataVersion()Getting the modification time stamp or version of the table of contents actually loaded by the product data service -
getTocData
XmlTimestampData getTocData()Getting the content and time stamp for the table of content -
getProductCmptData
Getting the content and time stamp for the product component identified by the ips object id -
getTestCaseData
Getting the content and time stamp for the test case identified by its qualified name -
getTableContent
Getting the content and times stamp for the table content identified by its qualified name -
getEnumContent
Getting the content and version for the enum content identified by the class name -
getTocEntryData
Getting the content and times stamp for the content identified by its qualified name
-