Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- GainRoot - Annotation Interface in de.bytestore.hostinger.security.roles
- GB - Enum constant in enum class de.bytestore.hostinger.process.entity.hosting.enums.MemoryUnit
- GB - Enum constant in enum class de.bytestore.hostinger.process.entity.hosting.enums.SwapUnit
- GB - Enum constant in enum class de.bytestore.hostinger.process.entity.hosting.enums.VolumeUnit
- GCODE - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- generateCode(User) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Generates a QR code for the given user and adds it to the QR data.
- generateContent(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Generates the content for an invoice by retrieving associated products, calculating totals, and populating a template with the required data.
- generateFile(License) - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Generates a License object from a provided License entity.
- generateMAC() - Method in class de.bytestore.hostinger.internal.service.NetworkService
-
Generates a random MAC address.
- generatePDF(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Generates a PDF for the provided invoice and saves it to a specified location.
- generatePDFStream(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Generates a PDF stream for the given invoice.
- generatePin() - Static method in class de.bytestore.hostinger.internal.api.space.SupportController
-
Generates a random PIN with the format "XXXX-XXXX-XXXX".
- generatePorts(String[]) - Method in class de.bytestore.hostinger.internal.service.NetworkService
-
Generates a list of ports based on the given port inputs.
- generateRandomFormattedString(String) - Static method in class de.bytestore.hostinger.handler.RandomHandler
- generateRecoveryCodes(User, int) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Generates recovery codes for a user.
- generateSecret() - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Generates a secret using the secret generator.
- GeoIp2ExceptionHandler - Class in de.bytestore.hostinger.security.exception
-
The GeoIp2ExceptionHandler class handles exceptions of type GeoIp2Exception.
- GeoIp2ExceptionHandler() - Constructor for class de.bytestore.hostinger.security.exception.GeoIp2ExceptionHandler
- GeoIPAppSetting - Class in de.bytestore.hostinger.security.settings
-
Represents the application settings related to GeoIP configuration.
- GeoIPAppSetting() - Constructor for class de.bytestore.hostinger.security.settings.GeoIPAppSetting
- GET - Enum constant in enum class de.bytestore.hostinger.entity.webhook.enums.WebhookType
- getActivity() - Method in class de.bytestore.hostinger.entity.user.User
-
Retrieves the current activity status of the user.
- getAddress(String) - Static method in class de.bytestore.hostinger.handler.AddressUtils
- getAddress(String) - Method in class de.bytestore.hostinger.security.service.AddressService
-
Sends an asynchronous request to the OpenStreetMap Nominatim API to retrieve address details for the specified address string in JSON format.
- getAllDrives() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a list of all disk drives available in the system.
- getAllFileSystems() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a list of all available file systems on the operating system.
- getAllFileSystems(boolean) - Method in class de.bytestore.hostinger.internal.service.SystemService
- getAllFileSystemsLocally() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a list of all file systems present on the operating system.
- getAllMachines() - Method in class de.bytestore.hostinger.process.api.MachineController
- getAllProcesses() - Method in class de.bytestore.hostinger.process.api.ProcessController
- getAllProducts() - Method in class de.bytestore.hostinger.api.ecommerce.ProductsController
- getAllVisualizations() - Method in class de.bytestore.hostinger.process.api.VirtualizedController
- getAmount() - Method in class de.bytestore.hostinger.entity.ecommerce.Cart
- getAmount() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getAttachInvoiceToMail() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getAuthorities() - Method in class de.bytestore.hostinger.entity.user.User
- getAutoReorder() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getAutoUpdateHostinger() - Method in class de.bytestore.hostinger.entity.settings.SystemSettings
- getAutoUpdateModules() - Method in class de.bytestore.hostinger.entity.settings.SystemSettings
- getBackup() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
- getBean(Class<T>) - Static method in class de.bytestore.hostinger.RootAutowireLoader
-
Retrieves a bean from the Spring Application Context based on its class type.
- getBranch() - Method in class de.bytestore.hostinger.entity.space.Update
- getBuilder(String) - Method in class de.bytestore.hostinger.internal.service.SpaceService
-
Retrieves a builder for making an HTTP request.
- getCachedValue(StatsType) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the cached value for the given key.
- getCachedValue(String) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the cached value for the given key.
- getCachedValue(String, boolean) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value associated with the specified key.
- getCachedValue(String, Object) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the cached value for the given key.
- getCachedValue(String, OffsetDateTime) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value associated with the specified key.
- getCachedValueHourOffset(String, Integer) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value based on a provided key and hour offset.
- getCachedValueList(StatsType) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value list for the specified StatsType.
- getCachedValueListNotRenew(StatsType) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached list of values associated with the specified StatsType without renewing or updating the cache.
- getCachedValueMinuteOffset(String, Integer) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value associated with the specified key and offset by a certain number of minutes.
- getCachedValueSecondOffset(String, Integer) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a cached value with a specified offset in seconds.
- getCard() - Method in class de.bytestore.hostinger.components.cards.template.DynamicCard
-
Retrieves a clone of the Card object associated with this instance.
- getCard() - Method in class de.bytestore.hostinger.entity.CardConfig
- getCard(String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves the
DynamicCardobject based on the provided ID from the list of cards. - getCardsByLocation(String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves a list of DynamicCard objects based on the provided container ID.
- getCategory() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getChecksumOfAllProducts() - Method in class de.bytestore.hostinger.api.ecommerce.ProductsController
- getChildIndex(MenuItem) - Method in class de.bytestore.hostinger.menu.entity.MenuItem
- getCity() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getCompartment() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getConfig() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Machine
-
Retrieves the MachineExtensionConfig for the current Machines object.
- getConfig() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
-
Retrieves the configuration settings for the virtualized extension.
- getConfig() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the ProcessExtensionConfig for this Process.
- getConfig(Virtualized) - Method in class de.bytestore.hostinger.process.service.VirtualizationService
-
Retrieves the configuration for the specified Virtualized object.
- getConfig(String) - Method in class de.bytestore.hostinger.process.service.ProcessService
-
Retrieves the configuration for the specified provider.
- getConfig(String) - Method in class de.bytestore.hostinger.process.service.VirtualizationService
- getConsole() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
- getCoordinates(String) - Static method in class de.bytestore.hostinger.handler.AddressUtils
- getCoordinates(String) - Method in class de.bytestore.hostinger.security.service.AddressService
-
Retrieves the geographical coordinates (latitude and longitude) for a given address by querying the OpenStreetMap Nominatim API asynchronously.
- getCountries() - Static method in class de.bytestore.hostinger.handler.AddressUtils
-
This method returns a list of Locale objects representing the countries.
- getCountry() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getCPUTemperature() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the CPU temperature of the system.
- getCPUUsage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the current CPU usage.
- getCPUUsagePercentage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the CPU usage percentage in the system.
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getCreatedBy() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getCreatedDate() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getCSRFToken(HttpServletRequest) - Static method in class de.bytestore.hostinger.handler.WebHandler
-
Retrieves the CSRF token from the provided HttpServletRequest object.
- getDataUriForImage(QrData) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Retrieves the data URI for an image generated using the specified
codeIOobject. - getDealer() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getDebug() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getDebug() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getDebug() - Method in class de.bytestore.hostinger.entity.settings.SystemSettings
- getDefaultAvatar() - Method in class de.bytestore.hostinger.entity.settings.UserDefaultSettings
- getDefaultInterface() - Method in class de.bytestore.hostinger.internal.service.SystemService
- getDefaultRole() - Method in class de.bytestore.hostinger.entity.settings.UserDefaultSettings
- getDefaultVars(String) - Method in class de.bytestore.hostinger.process.service.ImageService
-
Gets the default variable from the given string.
- getDescription() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getDescription() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getDescription() - Method in class de.bytestore.hostinger.entity.settings.UserDefaultSettings
- getDescription() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getDiskUsage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the disk usage in the system.
- getDisplayName() - Method in class de.bytestore.hostinger.entity.user.User
- getEmailNotifications() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getEmailNotifications() - Method in class de.bytestore.hostinger.entity.settings.SystemSettings
- getEmailTemplate() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getEncoding() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getExpire() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the expiration date of the license.
- getExtensionPoint(Backup) - Method in class de.bytestore.hostinger.process.service.BackupService
-
Retrieves the extension point for a given backup instance by iterating through available backup extension points
- getExtensions(Class) - Method in class de.bytestore.hostinger.modules.service.ModuleService
-
Retrieves a list of extensions for the specified class.
- getFeatures() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the features associated with the license.
- getFeedback() - Method in class de.bytestore.hostinger.internal.service.SpaceService
-
Retrieves the feedback content from the internal statistics API.
- getFeedback(UUID, String) - Method in class de.bytestore.hostinger.internal.api.space.StatisticsController
- getFirstDayMonth() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Returns the first day of the current month as a LocalDate object.
- getFormatting() - Method in class de.bytestore.hostinger.process.entity.hosting.process.ImageFile
- getGlobalSettings(String) - Method in class de.bytestore.hostinger.modules.service.ModuleService
-
Retrieves the global settings for the specified provider.
- getGradeBadge(String) - Method in class de.bytestore.hostinger.security.service.SecurityService
-
Retrieves a grade badge component associated with the given key.
- getGradeColorClass(SecurityGrade) - Method in class de.bytestore.hostinger.security.service.SecurityService
-
Returns the CSS class corresponding to the given security grade.
- getHeapMax() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Returns the maximum size of the heap in bytes.
- getHeapUsage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Returns the current heap usage as a percentage.
- getHeapUsagePercentage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the current heap usage percentage.
- getHostname() - Method in class de.bytestore.hostinger.components.novnc.NoVNCConsole
-
Returns the hostname value for the NoVNCConsole.
- getHostPattern() - Static method in class de.bytestore.hostinger.process.entity.console.ssh.SSHSocket
-
Returns the host pattern used by the ProxMoxPool class.
- getHWID() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the hardware identifier (HWID) of the system.
- getHWIDNew() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the new Hardware ID (HWID) for the current machine.
- getIcon() - Method in class de.bytestore.hostinger.components.themetoggle.ThemeToggle
-
Gets the component that is defined as the icon of this button.
- getIcon(File) - Method in class de.bytestore.hostinger.handler.FileService
-
Retrieves the corresponding VaadinIcon for the given file based on its MIME type.
- getIcon(String) - Method in class de.bytestore.hostinger.handler.FileService
-
Returns a VaadinIcon corresponding to the MIME type of the provided file name.
- getId() - Method in class de.bytestore.hostinger.entity.CardConfig
- getId() - Method in enum class de.bytestore.hostinger.entity.CodeType
- getId() - Method in enum class de.bytestore.hostinger.entity.DatabaseType
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.Cart
- getId() - Method in enum class de.bytestore.hostinger.entity.ecommerce.InvoiceType
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getId() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getId() - Method in enum class de.bytestore.hostinger.entity.KeySym
- getId() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getId() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getId() - Method in class de.bytestore.hostinger.entity.system.Stats
- getId() - Method in class de.bytestore.hostinger.process.entity.console.vnc.VNCSession
- getIdBasedSettings(String, Object) - Method in class de.bytestore.hostinger.modules.service.ModuleService
-
Retrieves the global settings based on the provider name and object.
- getIgnoreHTTPS() - Method in class de.bytestore.hostinger.entity.settings.SystemSettings
- getImage() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getImageSRC(QrData) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Retrieves the image source data of a QR code generated using the specified
codeIOobject. - getInstall() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the install script for the process.
- getInstanceName(MetadataTools) - Method in class de.bytestore.hostinger.entity.space.Update
- getInstanceName(MetadataTools) - Method in class de.bytestore.hostinger.security.entity.mail.MailAccount
- getInterfaces() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves a list of network interfaces.
- getInterfaces(Virtualized, InterfaceType, boolean) - Method in class de.bytestore.hostinger.process.service.VirtualizationService
-
Retrieves a list of VirtualizedNetwork objects representing the network interfaces of a virtualized machine / container.
- getInterval() - Method in class de.bytestore.hostinger.entity.ecommerce.Product
-
Retrieves the interval type associated with the product.
- getIntervalType() - Method in class de.bytestore.hostinger.entity.ecommerce.SubscriptionPrice
- getInvoicePath(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Generates the file path for the invoice PDF based on the given invoice object.
- getInvoicesByMonth() - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
- getInvoiceTemplate() - Method in class de.bytestore.hostinger.entity.settings.InvoiceSettings
- getIPAddress() - Method in class de.bytestore.hostinger.security.service.SecurityService
-
Retrieves the IP address of the client making the HTTP request.
- getIpv4Type() - Method in class de.bytestore.hostinger.process.entity.hosting.network.NetworkConfig
- getIpv6Type() - Method in class de.bytestore.hostinger.process.entity.hosting.network.NetworkConfig
- getItemCaption(MenuItem) - Method in class de.bytestore.hostinger.menu.util.MenuItemHelper
- getItems() - Method in class de.bytestore.hostinger.api.ecommerce.CartController
- getItemType() - Method in class de.bytestore.hostinger.menu.entity.MenuItem
- getKey() - Method in class de.bytestore.hostinger.entity.CardConfig
- getKeyEvent() - Method in enum class de.bytestore.hostinger.entity.KeySym
- getKeystorePassword() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getLastDayMonth() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Returns the last day of the current month as a LocalDate object.
- getLastModifiedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getLastModifiedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getLastModifiedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getLastModifiedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getLastModifiedBy() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getLastModifiedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getLastModifiedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getLastModifiedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getLastModifiedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getLastModifiedDate() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getLevel() - Method in class de.bytestore.hostinger.security.entity.log.GuardianLog
- getLevel() - Method in class de.bytestore.hostinger.security.entity.log.SecurityLog
- getLicenses() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieve owned Licenses from Space.
- getLicenseStatus(String) - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the license status for the specified UUID from Space.
- getLimitation(String) - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the limitation value for a certain type of feature based on the license.
- getLog() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Machine
-
Retrieves the log for the current Machines object.
- getLogback() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the log
- getLogging() - Method in class de.bytestore.hostinger.components.novnc.NoVNCConsole
-
Retrieves the logging value for the NoVNCConsole.
- getMachineById(String) - Method in class de.bytestore.hostinger.process.api.MachineController
- getMailAccounts() - Method in class de.bytestore.hostinger.security.service.MailService
-
Retrieves all mail accounts.
- getManufacturerImage() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getMatcher(String) - Static method in class de.bytestore.hostinger.process.entity.console.ssh.SSHSocket
-
Retrieves the matcher object for a given input line using the host pattern.
- getMaxDownloadSpeed() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getMaxIdleTime() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getMaxPinAge() - Method in class de.bytestore.hostinger.handler.TicketService
-
Retrieves the maximum age for a support pin.
- getMaxUploadSpeed() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getMedia() - Method in class de.bytestore.hostinger.api.BuilderController
- getMemoryTotal() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the total memory available, rounded to two decimal places.
- getMemoryUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Machine
- getMemoryUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
- getMemoryUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the memory unit of the process.
- getMemoryUsage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the memory usage in the system.
- getMemoryUsagePercentage() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the memory usage percentage of the system.
- getMimeType() - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Returns the MIME type of the image generated by the
imageGenerator. - getMIMEType(File) - Method in class de.bytestore.hostinger.handler.FileService
-
Determines the MIME type of the given file.
- getMIMEType(String) - Method in class de.bytestore.hostinger.handler.FileService
-
Determines the MIME type of a given file based on its file extension.
- getMinAmount() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getMinOrderAmount() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getMinOrderUnit() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getName() - Method in class de.bytestore.hostinger.entity.ecommerce.Manufacturer
- getName() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getName() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getName() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getNameID() - Method in class de.bytestore.hostinger.entity.space.Plugin
- getNetworkReceive() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the total network receive of the system.
- getNetworkSend() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the total network send of the system.
- getNewTickets() - Method in class de.bytestore.hostinger.handler.TicketService
-
Retrieves a list of new support tickets from the database.
- getNewUsersByMonth() - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves a list of new users created within the current month.
- getOpenMode() - Method in class de.bytestore.hostinger.menu.entity.MenuItem
- getOperatingSystem() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the name of the operating system family from the system information.
- getOrderable() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getParent() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getPasswordDecoded() - Method in class de.bytestore.hostinger.config.SpaceConfig
-
Retrieves the decoded password.
- getPayment(String) - Method in class de.bytestore.hostinger.ecommerce.service.PaymentService
-
Retrieves a list of Payment objects based on the specified token.
- getPort() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getPostcode() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getPriority() - Method in class de.bytestore.hostinger.entity.support.Ticket
- getPrivateKey() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the private key from a specified file path and returns it as a PrivateKey object.
- getProcessById(String) - Method in class de.bytestore.hostinger.process.api.ProcessController
- getProcessConfig() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Machine
-
Retrieves the ProcessExtensionConfig for the current Machines object.
- getProduct() - Method in class de.bytestore.hostinger.entity.ecommerce.Cart
- getProduct() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductSetting
- getProduct() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getProduct() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getProductById(String) - Method in class de.bytestore.hostinger.api.ecommerce.ProductsController
- getProductChecksumById(String) - Method in class de.bytestore.hostinger.api.ecommerce.ProductsController
-
Retrieves the checksum of a product by its ID.
- getProductImage() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getProductsCount(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Calculates and returns the total count of products associated with a given invoice.
- getProductsFor(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Retrieves a list of InvoiceProduct entities associated with the given Invoice entity.
- getProductsPrice(Invoice) - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
-
Calculates the total price of all products associated with the specified invoice.
- getProvider() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getProxied() - Method in class de.bytestore.hostinger.process.entity.console.vnc.VNCSession
- getRandomPassword() - Static method in class de.bytestore.hostinger.view.hosting.virtualized.VirtualizedDetailView
- getReceiveEncryption() - Method in class de.bytestore.hostinger.security.entity.mail.MailAccount
- getReceiveType() - Method in class de.bytestore.hostinger.security.entity.mail.MailAccount
-
Retrieves the mail receiver type for the mail account.
- getRecommendedPrice() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getRecoveryCodes(User) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Retrieves the recovery codes associated with a user.
- getReorderAmount() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getRequestBodyAsJson(HttpServletRequest) - Method in class de.bytestore.hostinger.internal.api.space.LicenseController
- getRootItems() - Method in class de.bytestore.hostinger.menu.view.menu_config.MainMenuConfig
- getSecure() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getSecurityGrade(String) - Method in class de.bytestore.hostinger.security.service.SecurityService
-
Retrieves the security grade for a given key.
- getSendEncryption() - Method in class de.bytestore.hostinger.security.entity.mail.MailAccount
- getSender(String) - Method in class de.bytestore.hostinger.security.service.MailService
-
Retrieves a MailTemplateSender based on the provided templateIO identifier.
- getSendType() - Method in class de.bytestore.hostinger.security.entity.mail.MailAccount
-
Retrieves the type of mail sender based on the sendType property.
- getSession(String) - Method in class de.bytestore.hostinger.process.service.VNCService
-
Retrieves a VNCSession object based on the provided tokenIO.
- getSetting(String) - Method in class de.bytestore.hostinger.modules.service.ModuleService
-
Retrieves the value of a setting based on the class and key provided.
- getSetting(String, String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves the value of a setting for a given card and key.
- getSetting(String, String) - Method in class de.bytestore.hostinger.modules.service.ModuleService
-
Retrieves the value of a setting based on the class and key provided.
- getSetting(String, String, String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves the value of a setting for a given card and key.
- getSettingObject(String, String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves the
CardConfigobject for a given card and key. - getSettingsOrEmpty(User, String) - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves the value of a specific setting for a given
- getSignature() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the signature associated with the current license.
- getSizeUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
- getSocket() - Method in class de.bytestore.hostinger.process.entity.console.vnc.VNCSession
- getSource(String) - Method in class de.bytestore.hostinger.handler.CardService
-
Retrieves the source based on the provided input.
- getSources() - Method in class de.bytestore.hostinger.handler.CardService
- getSourceValue(String) - Method in class de.bytestore.hostinger.components.cards.template.DynamicCard
-
Retrieves the source value based on the provided input.
- getSourceValue(String, String) - Method in class de.bytestore.hostinger.components.cards.template.DynamicCard
-
Retrieves the source value based on the provided input.
- getStart() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the start script for the process.
- getState() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getState() - Method in class de.bytestore.hostinger.entity.space.License
- getStats() - Method in class de.bytestore.hostinger.process.api.HostingController
- getStats() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the statistics of the process.
- getStatus() - Method in class de.bytestore.hostinger.entity.ecommerce.Invoice
- getStatus() - Method in class de.bytestore.hostinger.entity.ecommerce.Payment
- getStatus() - Method in class de.bytestore.hostinger.entity.ecommerce.Shipment
- getStatus() - Method in class de.bytestore.hostinger.entity.support.Ticket
- getStatus() - Method in class de.bytestore.hostinger.modules.entity.module.Module
- getStatus() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Returns the status of the process.
- getStock() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getStockUnit() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- getStorageKey() - Method in class de.bytestore.hostinger.components.themetoggle.ThemeToggle
- getStreet() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getStuffs() - Method in class de.bytestore.hostinger.security.service.SecureUserService
- getSubject(String) - Method in class de.bytestore.hostinger.security.service.MailService
-
Generates the subject line for an email.
- getSupportPin() - Method in class de.bytestore.hostinger.internal.service.SpaceService
-
Retrieves the current Support-Pin from the Space.
- getSwapUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
- getSwapUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the SwapUnit of the process.
- getTemplateSenders() - Method in class de.bytestore.hostinger.security.service.MailService
-
Retrieves all mail template senders.
- getTicket(String) - Method in class de.bytestore.hostinger.handler.TicketService
-
Retrieves a ticket object from the database based on the given ID.
- getTitle() - Method in class de.bytestore.hostinger.components.wizard.WizardStep
-
Retrieves the title text associated with the current wizard step's badge.
- getToken() - Method in class de.bytestore.hostinger.security.entity.totp.TOTPRecoveryCodeStorage
- getTotalDiskCapacity() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Calculates the total system disk capacity.
- getTruststorePassword() - Method in class de.bytestore.hostinger.entity.settings.FTPServerSettings
- getType() - Method in class de.bytestore.hostinger.entity.ecommerce.Coupon
- getType() - Method in class de.bytestore.hostinger.entity.ecommerce.Invoice
- getType() - Method in class de.bytestore.hostinger.entity.ecommerce.Payment
- getType() - Method in class de.bytestore.hostinger.entity.ecommerce.Product
-
Returns the type of the product.
- getType() - Method in class de.bytestore.hostinger.entity.support.TicketMessage
- getType() - Method in class de.bytestore.hostinger.entity.system.Webhook
- getType() - Method in class de.bytestore.hostinger.process.entity.Backup
- getType() - Method in class de.bytestore.hostinger.process.entity.hosting.domain.DomainRecord
- getType() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Virtualized
- getType() - Method in class de.bytestore.hostinger.process.entity.hosting.network.PortBinding
- getType() - Method in class de.bytestore.hostinger.process.entity.hosting.process.ImageFile
- getUnit() - Method in class de.bytestore.hostinger.process.entity.hosting.storage.Volume
- getUpdate() - Method in class de.bytestore.hostinger.process.entity.hosting.process.Process
-
Retrieves the update script for the process.
- getUpdated() - Method in class de.bytestore.hostinger.entity.system.Stats
- getUpdates(String) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves updates for the specified branch IO.
- getUpdatesRaw(String) - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the raw updates for the specified branch IO.
- getUrl() - Method in class de.bytestore.hostinger.process.entity.console.vnc.VNCSession
-
URL of /novnc/{ticket} Endpoint.
- getUserById(UUID) - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves a user by their unique identifier.
- getUserByUsername(String) - Method in class de.bytestore.hostinger.security.service.TOTPService
-
Retrieves the user with the given username or email from the database.
- getUserInfo() - Method in class de.bytestore.hostinger.api.UserInfoController
- getUsernames(List<User>) - Method in class de.bytestore.hostinger.security.service.SecureUserService
- getUsersByMail(String) - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves a list of users filtered by their email addresses.
- getUsersByName(String) - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves a list of users by name.
- getUsersByRole(String) - Method in class de.bytestore.hostinger.security.service.SecureUserService
-
Retrieves a list of users who have the specified role.
- getUuid() - Method in class de.bytestore.hostinger.entity.ecommerce.ProductCategories
- getUuid() - Method in class de.bytestore.hostinger.entity.ecommerce.Warehouse
- getUuid() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getUUID() - Method in class de.bytestore.hostinger.internal.service.LicenseService
-
Retrieves the UUID associated with the license.
- getValue() - Method in class de.bytestore.hostinger.components.themetoggle.ThemeToggle.ThemeToggleThemeChangedEvent
- getValue() - Method in class de.bytestore.hostinger.entity.CardConfig
- getValue() - Method in class de.bytestore.hostinger.entity.system.Stats
- getValue(String, String) - Method in class de.bytestore.hostinger.components.cards.template.DynamicCard
-
Retrieves the value associated with a given key from the cardService.
- getVarName(String) - Method in class de.bytestore.hostinger.process.service.ImageService
-
Removes the variable tags from the given string and returns the variable name.
- getVersion() - Method in class de.bytestore.hostinger.internal.service.SystemService
-
Retrieves the version of the software from the build properties.
- getVirtualizedById(UUID) - Method in class de.bytestore.hostinger.process.api.VirtualizedController
- getWarehouse() - Method in class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- getWarehouseAmount() - Method in class de.bytestore.hostinger.entity.ecommerce.Product
-
Retrieves the total amount of the product in the warehouse.
- getWarehouses() - Method in class de.bytestore.hostinger.entity.ecommerce.Product
-
Retrieves a list of WarehouseProducts associated with this product.
- getWarehouses(Product) - Method in class de.bytestore.hostinger.ecommerce.service.ProductService
-
Retrieves a list of WarehouseProducts for a given DataManager and Products.
- getWholesalerNumber() - Method in class de.bytestore.hostinger.entity.logistics.LogisticsResultItem
- GHERKIN - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GITIGNORE - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GlobalExceptionListener - Class in de.bytestore.hostinger.security.exception
- GlobalExceptionListener() - Constructor for class de.bytestore.hostinger.security.exception.GlobalExceptionListener
- GLSL - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GOBSTONES - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GOLANG - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- grade() - Element in annotation interface de.bytestore.hostinger.security.annotations.SecurityLevel
- GRAPHQLSCHEMA - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GROOVY - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- GuardianLog - Class in de.bytestore.hostinger.security.entity.log
-
Represents a log entry for the guardian system, storing information about security-related events.
- GuardianLog() - Constructor for class de.bytestore.hostinger.security.entity.log.GuardianLog
- GuardianLogDetailView - Class in de.bytestore.hostinger.security.view.guardianlog
- GuardianLogDetailView() - Constructor for class de.bytestore.hostinger.security.view.guardianlog.GuardianLogDetailView
- GuardianLogListView - Class in de.bytestore.hostinger.security.view.guardianlog
- GuardianLogListView() - Constructor for class de.bytestore.hostinger.security.view.guardianlog.GuardianLogListView
- GuardianService - Class in de.bytestore.hostinger.internal.service
-
GuardianService is responsible for handling and managing guardian logs, stack traces, sending error notification emails, and purging old logs.
- GuardianService(Messages, CurrentAuthentication) - Constructor for class de.bytestore.hostinger.internal.service.GuardianService
- GuardianSetting - Class in de.bytestore.hostinger.security.settings
-
Represents the application settings for the Guardian feature.
- GuardianSetting() - Constructor for class de.bytestore.hostinger.security.settings.GuardianSetting
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form