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 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

      XmlTimestampData getProductCmptData(String ipsObjectId)
      Getting the content and time stamp for the product component identified by the ips object id
    • getTestCaseData

      XmlTimestampData getTestCaseData(String qName)
      Getting the content and time stamp for the test case identified by its qualified name
    • getTableContent

      XmlTimestampData getTableContent(String qName)
      Getting the content and times stamp for the table content identified by its qualified name
    • getEnumContent

      XmlTimestampData getEnumContent(String className)
      Getting the content and version for the enum content identified by the class name
    • getTocEntryData

      XmlTimestampData getTocEntryData(Class<?> type, String qName)
      Getting the content and times stamp for the content identified by its qualified name