Class MaturityLevel

  • All Implemented Interfaces:
    Serializable

    public class MaturityLevel
    extends Object
    implements Serializable
    Maintains a list of possible maturity levels for a module. This list is maintained in central repository.
    See Also:
    Serialized Form
    • Constructor Detail

      • MaturityLevel

        public MaturityLevel()
        Calls central repository webservice to obtain the list of possible statuses. In case the service is not available or the request fails, the list is initialized with 500-Production.
    • Method Detail

      • getCombo

        public FieldProvider[] getCombo()
        Obtains the FieldProvider[][] to populate the statuses drop down list.
      • getLevelName

        public String getLevelName​(String maturityLevel)
        Returns the name associated to a level
      • getLessMature

        public String getLessMature()
        Returns the less mature level name. Assumes the list is ordered
      • getMostMature

        public String getMostMature()
        Returns the most mature level name. Assumes the list is ordered