Uses of Class
entity.Branch
Packages that use Branch
Package
Description
Data access layer providing Interface for multiple storage methods and Implementations.
-
Uses of Branch in storage
Modifier and TypeMethodDescriptionabstract Branch
AbstractDataStorage.getBranch
(int branchId) Retrieves a branch by ID.CollectionStorage.getBranch
(int branchId) Retrieves a branch by ID.DatabaseStorage.getBranch
(int branchId) Retrieves a branch by ID.DataStorage.getBranch
(int branchId) Retrieves a branch by ID.MongoDBStorage.getBranch
(int branchId) Retrieves a branch by ID.Modifier and TypeMethodDescriptionabstract void
AbstractDataStorage.saveBranch
(Branch branch) Saves a branch to storage.void
CollectionStorage.saveBranch
(Branch branch) Saves a branch to storage.void
DatabaseStorage.saveBranch
(Branch branch) Saves a branch to storage.void
DataStorage.saveBranch
(Branch branch) Saves a branch to storage.void
MongoDBStorage.saveBranch
(Branch branch) Saves a branch to storage.