Uses of Class
io.github.tonywasher.joceanus.prometheus.data.PrometheusDataSet
Packages that use PrometheusDataSet
Package
Description
Data definitions.
Handles mapping to/from database.
Map definitions.
Prometheus sheets is a package that simply maps data-types to and from backup spreadsheets.
Package containing utility threads to handle background tasks.
Provides top-level control of data.
-
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.data
Methods in io.github.tonywasher.joceanus.prometheus.data that return PrometheusDataSetModifier and TypeMethodDescriptionabstract PrometheusDataSetPrometheusDataSet.deriveCloneSet()Construct a Clone for a DataSet.abstract PrometheusDataSetPrometheusDataSet.deriveUpdateSet()Construct an update extract for a FinanceData Set.abstract PrometheusDataSetPrometheusDataSet.getDifferenceSet(TethysUIThreadStatusReport pReport, PrometheusDataSet pOld) Construct a difference extract between two DataSets.Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionprotected voidPrometheusDataSet.buildEmptyCloneSet(PrometheusDataSet pSource) Build an empty clone dataSet.voidPrometheusDataValuesFormatter.createBackup(PrometheusDataSet pData, File pFile) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createBackup(PrometheusDataSet pData, OutputStream pZipStream) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createExtract(PrometheusDataSet pData, File pFile) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createExtract(PrometheusDataSet pData, OutputStream pZipStream) Create an Extract ZipFile.protected voidPrometheusDataSet.deriveCloneSet(PrometheusDataSet pSource) Construct a Clone for a DataSet.protected voidPrometheusDataSet.deriveDifferences(TethysUIThreadStatusReport pReport, PrometheusDataSet pNew, PrometheusDataSet pOld) Construct a difference extract between two DataSets.protected voidPrometheusDataSet.deriveUpdateSet(PrometheusDataSet pSource) Construct an update extract for a DataSet.abstract PrometheusDataSetPrometheusDataSet.getDifferenceSet(TethysUIThreadStatusReport pReport, PrometheusDataSet pOld) Construct a difference extract between two DataSets.voidPrometheusDataSet.initialiseSecurity(TethysUIThreadStatusReport pReport, PrometheusDataSet pBase) Initialise Security from database (if present).voidPrometheusDataValuesFormatter.loadZipFile(PrometheusDataSet pData, File pFile) Load a ZipFile.voidPrometheusDataValuesFormatter.loadZipFile(PrometheusDataSet pData, InputStream pInStream, String pName) Load a ZipFile.voidPrometheusDataSet.reBase(TethysUIThreadStatusReport pReport, PrometheusDataSet pOld) ReBase this data set against an earlier version.Constructors in io.github.tonywasher.joceanus.prometheus.data with parameters of type PrometheusDataSetModifierConstructorDescriptionprotectedPrometheusDataSet(PrometheusDataSet pSource) Constructor for a cloned DataSet. -
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.database
Methods in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionprotected voidPrometheusTableControlData.declareData(PrometheusDataSet pData) protected voidPrometheusTableControlKeys.declareData(PrometheusDataSet pData) protected voidPrometheusTableControlKeySet.declareData(PrometheusDataSet pData) protected abstract voidPrometheusTableDataItem.declareData(PrometheusDataSet pData) Declare DataSet.protected voidPrometheusTableDataKeySet.declareData(PrometheusDataSet pData) voidPrometheusTableDataItem.insertItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, PrometheusBatchControl pBatch) Insert new items from the list.voidPrometheusTableInstancePlus.insertItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, PrometheusBatchControl pBatch) Insert new items from the list.voidPrometheusDataStore.loadDatabase(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load data from the database.voidPrometheusTableDataItem.loadItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load items from the list into the table.voidPrometheusTableInstancePlus.loadItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load items from the list into the table.voidPrometheusDataStore.updateDatabase(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Update data into database. -
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.maps
Methods in io.github.tonywasher.joceanus.prometheus.maps with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionvoidPrometheusMapsCtl.adjustForDataSet(PrometheusDataSet pDataSet) Adjust for DataSet. -
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.sheets
Methods in io.github.tonywasher.joceanus.prometheus.sheets that return PrometheusDataSetModifier and TypeMethodDescriptionPrometheusSheetControl.getData()get data.PrometheusSheetReader.getData()PrometheusSheetWriter.getData()Methods in io.github.tonywasher.joceanus.prometheus.sheets with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionvoidPrometheusSheetWriter.createBackup(PrometheusDataSet pData, File pFile, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSheetWriter.createBackup(PrometheusDataSet pData, OutputStream pZipStream, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSpreadSheet.createBackup(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, File pFile, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSpreadSheet.createBackup(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, OutputStream pZipStream, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSheetReader.loadBackup(File pFile, PrometheusDataSet pData) Load a Backup Workbook.voidPrometheusSheetReader.loadBackup(InputStream pInStream, PrometheusDataSet pData, String pName) Load a Backup Workbook.voidPrometheusSpreadSheet.loadBackup(TethysUIThreadStatusReport pReport, PrometheusSecurityPasswordManager pPasswordMgr, PrometheusDataSet pData, File pFile) Load a Backup Workbook.voidPrometheusSpreadSheet.loadBackup(TethysUIThreadStatusReport pReport, PrometheusSecurityPasswordManager pPasswordMgr, PrometheusDataSet pData, InputStream pInStream, String pName) Load a Backup Workbook. -
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.threads
Methods in io.github.tonywasher.joceanus.prometheus.threads that return PrometheusDataSetModifier and TypeMethodDescriptionPrometheusThreadLoadBackup.performTask(TethysUIThreadStatusReport pReport) PrometheusThreadLoadDatabase.performTask(TethysUIThreadStatusReport pReport) PrometheusThreadLoadXMLFile.performTask(TethysUIThreadStatusReport pReport) PrometheusThreadRenewSecurity.performTask(TethysUIThreadStatusReport pReport) PrometheusThreadUpdatePassword.performTask(TethysUIThreadStatusReport pReport) Methods in io.github.tonywasher.joceanus.prometheus.threads with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionvoidPrometheusThreadLoadBackup.processResult(PrometheusDataSet pResult) voidPrometheusThreadLoadDatabase.processResult(PrometheusDataSet pResult) voidPrometheusThreadLoadXMLFile.processResult(PrometheusDataSet pResult) voidPrometheusThreadRenewSecurity.processResult(PrometheusDataSet pResult) voidPrometheusThreadUpdatePassword.processResult(PrometheusDataSet pResult) -
Uses of PrometheusDataSet in io.github.tonywasher.joceanus.prometheus.views
Methods in io.github.tonywasher.joceanus.prometheus.views that return PrometheusDataSetModifier and TypeMethodDescriptionPrometheusDataControl.getData()Obtain current DataSet.PrometheusEditSet.getDataSet()Obtain the dataSet.abstract PrometheusDataSetPrometheusDataControl.getNewData()Obtain DataSet object.PrometheusDataControl.getUpdates()Obtain current Updates.Methods in io.github.tonywasher.joceanus.prometheus.views with parameters of type PrometheusDataSetModifier and TypeMethodDescriptionvoidPrometheusDataControl.setData(PrometheusDataSet pData) Record new DataSet.voidPrometheusEditSet.setDataSet(PrometheusDataSet pDataSet) Set the dataSet.Constructors in io.github.tonywasher.joceanus.prometheus.views with parameters of type PrometheusDataSetModifierConstructorDescriptionPrometheusEditSet(PrometheusDataControl pControl, PrometheusDataSet pDataSet) Constructor for an update list.