Class CCSplitDashboardLogic
java.lang.Object
org.eclnt.ccaddons.pbc.util.splitlaunchpad.CCSplitDashboardLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
marshalSplitInfoToXML
(SplitInfo splitInfo) Utility function to convert into an XML string using JAXB.static SplitInfo
readSplitInfo
(String persistId, boolean withError) Reading from stream store.static void
saveSplitInfo
(String persistId, SplitInfo splitInfo) Saving in stream store.static SplitInfo
Utility 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
.
-