Uses of Class
example.app.filedatabase.Exceptions.CannotCreateFileException
Packages that use CannotCreateFileException
Package
Description
-
Uses of CannotCreateFileException in example.app
Methods in example.app that throw CannotCreateFileException -
Uses of CannotCreateFileException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw CannotCreateFileExceptionModifier 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 CannotCreateFileException in example.app.entitylist
Methods in example.app.entitylist that throw CannotCreateFileExceptionModifier 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. -
Uses of CannotCreateFileException in example.app.filedatabase
Methods in example.app.filedatabase that throw CannotCreateFileExceptionModifier 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 booleanFileDatabase.isResourcePresent(String partitionName, Object resource) This method checks if a resource is present in the file database.static voidFileDatabase.removeResource(String partitionName, String uniqueId) This method adds an Object to a partition and updates the record.ser file. -
Uses of CannotCreateFileException in example.app.ui
Methods in example.app.ui that throw CannotCreateFileException