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.PrometheusDataItem.getDataSet()Obtain the dataSet.PrometheusDataList.getDataSet()Get the dataSet.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.protected voidPrometheusDataList.cloneList(PrometheusDataSet pData, PrometheusDataList<?> pSource) Derive an cloned extract of the source list.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.PrometheusControlData.PrometheusControlDataList.deriveDifferences(PrometheusDataSet pDataSet, PrometheusDataList<?> pOld) PrometheusControlKey.PrometheusControlKeyList.deriveDifferences(PrometheusDataSet pDataSet, PrometheusDataList<?> pOld) PrometheusControlKeySet.PrometheusControlKeySetList.deriveDifferences(PrometheusDataSet pDataSet, PrometheusDataList<?> pOld) PrometheusDataKeySet.PrometheusDataKeySetList.deriveDifferences(PrometheusDataSet pDataSet, PrometheusDataList<?> pOld) PrometheusDataList.deriveDifferences(PrometheusDataSet pDataSet, PrometheusDataList<?> pOld) Construct a difference extract between two DataLists.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.protected voidPrometheusControlKey.PrometheusControlKeyList.initialiseSecurity(PrometheusDataSet pDatabase) Initialise Security from a DataBase for a SpreadSheet load.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 PrometheusDataSetModifierConstructorDescriptionprotectedConstruct an empty CORE Control Data list.protectedConstruct an empty generic ControlData list.protectedConstruct an empty CORE ControlKey list.protectedConstruct an empty generic ControlKey list.protectedConstruct an empty CORE list.protectedConstruct an empty generic ControlKey list.protectedPrometheusDataInfoList(Class<T> pBaseClass, PrometheusDataSet pData, MetisListKey pItemType, PrometheusDataList.PrometheusListStyle pStyle) Construct a generic data info list.protectedConstruct an empty CORE list.protectedConstruct an empty generic ControlKey list.protectedPrometheusDataList(Class<T> pBaseClass, PrometheusDataSet pDataSet, MetisListKey pItemType, PrometheusDataList.PrometheusListStyle pStyle) Construct a new object.protectedPrometheusDataSet(PrometheusDataSet pSource) Constructor for a cloned DataSet.protectedPrometheusEncryptedList(Class<T> pBaseClass, PrometheusDataSet pData, MetisListKey pItemType) Construct an empty CORE encrypted list.protectedPrometheusEncryptedList(Class<T> pBaseClass, PrometheusDataSet pData, MetisListKey pItemType, PrometheusDataList.PrometheusListStyle pStyle) Construct a generic encrypted list.protectedPrometheusStaticList(Class<T> pBaseClass, PrometheusDataSet pData, MetisListKey pItemType, PrometheusDataList.PrometheusListStyle pStyle) Construct a generic static data list. -
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) protected voidPrometheusTableDataItem.insertItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, PrometheusBatchControl pBatch) Insert new items from the list.voidPrometheusDataStore.loadDatabase(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load data from the database.protected voidPrometheusTableDataItem.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 TypeMethodDescriptionPrometheusSheetReader.getData()get data.PrometheusSheetWriter.getData()get dataSet.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(TethysUIThreadManager pManager) PrometheusThreadLoadDatabase.performTask(TethysUIThreadManager pManager) PrometheusThreadLoadXMLFile.performTask(TethysUIThreadManager pManager) PrometheusThreadRenewSecurity.performTask(TethysUIThreadManager pManager) PrometheusThreadUpdatePassword.performTask(TethysUIThreadManager pManager) 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.