Uses of Class
example.app.filedatabase.Exceptions.FileDatabaseInternalException
Packages that use FileDatabaseInternalException
Package
Description
-
Uses of FileDatabaseInternalException in example.app
Methods in example.app that throw FileDatabaseInternalException -
Uses of FileDatabaseInternalException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw FileDatabaseInternalExceptionModifier 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 FileDatabaseInternalException in example.app.entitylist
Methods in example.app.entitylist that throw FileDatabaseInternalExceptionModifier and TypeMethodDescriptionvoidThis method is used to add an entity to the list.This method is used to get an entity from the list.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. -
Uses of FileDatabaseInternalException in example.app.filedatabase
Methods in example.app.filedatabase that throw FileDatabaseInternalExceptionModifier and TypeMethodDescriptionstatic ObjectFileDatabase.getResource(String partitionName, Object uniqueId) This method retrieves the resource from the file database.static booleanFileDatabase.isResourcePresent(String partitionName, Object resource) This method checks if a resource is present in the file database. -
Uses of FileDatabaseInternalException in example.app.ui
Methods in example.app.ui that throw FileDatabaseInternalException