Package com.portal.app.cc.comp
Class LifeCycleStates
java.lang.Object
com.portal.app.cc.comp.LifeCycleStates
This class maintains life cycle data for a service
- Author:
- KLGOPAL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLifeCycleStateNameforID(int id) builds the string format for PIA componentsgetStatesStringsFormat(Integer stateID) builds the string format for PIA componentsgetStatesStringsFormatForServiceTable(Integer stateID, String StatusFormat) builds the string format for PIA componentsvoidparse the flist returned by CUST_GET_LIFECYCLE_STATES.
-
Constructor Details
-
LifeCycleStates
public LifeCycleStates()constructor to initialize all the hash maps
-
-
Method Details
-
getStatesStringsFormat
builds the string format for PIA components -
getLifeCycleStateNameforID
-
getStatesStringsFormat
builds the string format for PIA components -
getStatesStringsFormatForServiceTable
builds the string format for PIA components -
parse
parse the flist returned by CUST_GET_LIFECYCLE_STATES. create transition to arraylist for the each life cycle state id- Parameters:
in-- Throws:
EBufExceptionRemoteException
-