Class CCSplitDashboardLogic
java.lang.Object
org.eclnt.ccaddons.pbc.util.splitlaunchpad.CCSplitDashboardLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringmarshalSplitInfoToXML(SplitInfo splitInfo) Utility function to convert into an XML string using JAXB.static SplitInforeadSplitInfo(String persistId, boolean withError) Reading from stream store.static voidsaveSplitInfo(String persistId, SplitInfo splitInfo) Saving in stream store.static SplitInfoUtility function to convert from XML string using JAXB.
-
Constructor Details
-
CCSplitDashboardLogic
public CCSplitDashboardLogic()
-
-
Method Details
-
marshalSplitInfoToXML
Utility function to convert into an XML string using JAXB. -
unmarshalSplitInfoFromXML
Utility function to convert from XML string using JAXB. -
saveSplitInfo
Saving in stream store. This is the default persistence that is used if NOT implementingCCSplitDashboard.IListenerWithPersistence. -
readSplitInfo
Reading from stream store. This is the default persistence that is used if NOT implementingCCSplitDashboard.IListenerWithPersistence.
-