Class LifeCycleStates

java.lang.Object
com.portal.app.cc.comp.LifeCycleStates

public class LifeCycleStates extends Object
This class maintains life cycle data for a service
Author:
KLGOPAL
  • Constructor Details

    • LifeCycleStates

      public LifeCycleStates()
      constructor to initialize all the hash maps
  • Method Details

    • getStatesStringsFormat

      public String getStatesStringsFormat()
      builds the string format for PIA components
    • getLifeCycleStateNameforID

      public Object getLifeCycleStateNameforID(int id)
    • getStatesStringsFormat

      public String getStatesStringsFormat(Integer stateID)
      builds the string format for PIA components
    • getStatesStringsFormatForServiceTable

      public String getStatesStringsFormatForServiceTable(Integer stateID, String StatusFormat)
      builds the string format for PIA components
    • parse

      public void parse(FList in) throws EBufException, RemoteException
      parse the flist returned by CUST_GET_LIFECYCLE_STATES. create transition to arraylist for the each life cycle state id
      Parameters:
      in -
      Throws:
      EBufException
      RemoteException