Uses of Class
example.app.filedatabase.Exceptions.FileDatabaseConfigFileException
Packages that use FileDatabaseConfigFileException
Package
Description
-
Uses of FileDatabaseConfigFileException in example.app
Methods in example.app that throw FileDatabaseConfigFileException -
Uses of FileDatabaseConfigFileException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw FileDatabaseConfigFileExceptionModifier and TypeMethodDescriptionvoidFaculty.addBatches(Batch... batches) /** This method adds a list of batches to the facultyvoidBatch.addFaculties(Faculty... faculties) This method assigns an array of faculties to the batch -
Uses of FileDatabaseConfigFileException in example.app.entitylist
Methods in example.app.entitylist that throw FileDatabaseConfigFileExceptionModifier and TypeMethodDescriptionvoidThis method is used to add an entity to the list.voidThis method is used to edit an entity in the list.This method is used to get an entity from the list.EntityList.getIds()This method returns all the ids of the entities in the partition.This method gets all the batches from the list of ids and creates a tabular format for displaying.This method gets all the courses from the list of ids and creates a tabular format for displaying.This method gets all the faculties from the list of ids and creates a tabular format for displaying.This method gets all the users from the list of ids and creates a tabular format for displaying.voidThis method is used to remove an entity from the list.voidEntityList.removeAll()This method is used to remove all the entities from the list. -
Uses of FileDatabaseConfigFileException in example.app.filedatabase
Methods in example.app.filedatabase that throw FileDatabaseConfigFileExceptionModifier and TypeMethodDescriptionstatic intFileDatabase.addResource(String partitionName, Object keyForRecord, String uniqueId, Object resource) This method adds an Object to a partition and updates the record.ser file.static voidFileDatabase.createPartition(String partitionName) This method creates a partition inside the root directory.static voidFileDatabase.createRoot()This method creates the root directory if it does not exist.FileDatabase.getIdsOfResources(String partitionName) This method retrieves the ids of all the resource from a partition.static ObjectFileDatabase.getResource(String partitionName, Object uniqueId) This method retrieves the resource from the file database.static voidFileDatabase.isDataDirPresent(String partitionName) This method is used to check if the data directory in a partition is present or not.static voidFileDatabase.isPartitionPresent(String partitionName) This method is used to check if the partition is present or not inside root directory.static voidFileDatabase.isRecordSerFilePresent(String partitionName) This method is used to check if the record.ser file in a partition is present or not.static booleanFileDatabase.isResourcePresent(String partitionName, Object resource) This method checks if a resource is present in the file database.static voidFileDatabase.isRootPresent()This method is used to check if the root directory is present or not, specified by the database.config file.static voidFileDatabase.removePartition(String partitionName) This method takes deletes a partition.static voidFileDatabase.removeResource(String partitionName, String uniqueId) This method adds an Object to a partition and updates the record.ser file.static StringFileDatabaseConfigFile.rootPath()This method returns the path to root directory path from the database.config file. -
Uses of FileDatabaseConfigFileException in example.app.ui
Methods in example.app.ui that throw FileDatabaseConfigFileException