Class InstalledProducts

java.lang.Object
com.sap.sup.admin.sldsupplier.gen.BaseInstalledHelpObject
de.hybris.datasupplier.generator.tomcat.gen.InstalledProducts

public class InstalledProducts extends com.sap.sup.admin.sldsupplier.gen.BaseInstalledHelpObject
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
    static final class 
     
  • Field Summary

    Fields inherited from class com.sap.sup.admin.sldsupplier.gen.BaseInstalledHelpObject

    currIterator, deployments
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstalledProducts(List deployments)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getDeployments(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.SoftwareComponentVersion softwareComponentVersion)
    For current SoftwareComponentVersion returns an iterator over ProductVersion which it belongs to.
    getDeployments(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.SoftwareComponentVersion softwareComponentVersion, TomcatServer server)
    For current SoftwareComponentVersion and server returns an iterator over ProductVersion which it belongs to.
    For current WSserver returns an iterator over ProductVersion which it belongs to.

    Methods inherited from class com.sap.sup.admin.sldsupplier.gen.BaseInstalledHelpObject

    getCurrIndex, getCurrObject, getDeploymentList

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InstalledProducts

      public InstalledProducts(List deployments)
  • Method Details

    • getDeployments

      public Iterator getDeployments()
    • getDeployments

      public Iterator getDeployments(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.SoftwareComponentVersion softwareComponentVersion)
      For current SoftwareComponentVersion returns an iterator over ProductVersion which it belongs to.
    • getDeployments

      public Iterator getDeployments(TomcatServer server)
      For current WSserver returns an iterator over ProductVersion which it belongs to.
    • getDeployments

      public Iterator getDeployments(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.SoftwareComponentVersion softwareComponentVersion, TomcatServer server)
      For current SoftwareComponentVersion and server returns an iterator over ProductVersion which it belongs to.