|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
|---|---|
XmlTimestampData |
getEnumContent(String className)
Getting the content and version for the enum content identified by the class name |
XmlTimestampData |
getProductCmptData(String ipsObjectId)
Getting the content and time stamp for the product component identified by the ips object id |
String |
getProductDataVersion()
Getting the modification time stamp or version of the table of contents actually loaded by the product data service |
XmlTimestampData |
getTableContent(String qName)
Getting the content and times stamp for the table content identified by its qualified name |
XmlTimestampData |
getTestCaseData(String qName)
Getting the content and time stamp for the test case identified by its qualified name |
XmlTimestampData |
getTocData()
Getting the content and time stamp for the table of content |
XmlTimestampData |
getTocEntryData(Class<?> type,
String qName)
Getting the content and times stamp for the content identified by its qualified name |
| Method Detail |
|---|
String getProductDataVersion()
XmlTimestampData getTocData()
XmlTimestampData getProductCmptData(String ipsObjectId)
XmlTimestampData getTestCaseData(String qName)
XmlTimestampData getTableContent(String qName)
XmlTimestampData getEnumContent(String className)
XmlTimestampData getTocEntryData(Class<?> type,
String qName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||