Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- Warehouse - Class in de.bytestore.hostinger.entity.ecommerce
-
Represents a warehouse entity for managing storage and distribution information.
- Warehouse() - Constructor for class de.bytestore.hostinger.entity.ecommerce.Warehouse
- WarehouseProduct - Class in de.bytestore.hostinger.entity.ecommerce
- WarehouseProduct() - Constructor for class de.bytestore.hostinger.entity.ecommerce.WarehouseProduct
- warehouseProducts() - Method in interface de.bytestore.hostinger.security.roles.SupporterRole
- WarehouseProductsDetailView - Class in de.bytestore.hostinger.view.ecommerce.warehouseproducts
- WarehouseProductsDetailView() - Constructor for class de.bytestore.hostinger.view.ecommerce.warehouseproducts.WarehouseProductsDetailView
- WarehouseProductsListView - Class in de.bytestore.hostinger.view.ecommerce.warehouseproducts
- WarehouseProductsListView() - Constructor for class de.bytestore.hostinger.view.ecommerce.warehouseproducts.WarehouseProductsListView
- warehouses() - Method in interface de.bytestore.hostinger.security.roles.CustomerRole
- warehouses() - Method in interface de.bytestore.hostinger.security.roles.SupporterRole
- WarehousesDetailView - Class in de.bytestore.hostinger.view.ecommerce.warehouses
- WarehousesDetailView() - Constructor for class de.bytestore.hostinger.view.ecommerce.warehouses.WarehousesDetailView
- WarehousesListView - Class in de.bytestore.hostinger.view.ecommerce.warehouses
- WarehousesListView() - Constructor for class de.bytestore.hostinger.view.ecommerce.warehouses.WarehousesListView
- WARNING - Enum constant in enum class de.bytestore.hostinger.gson.templates.JSONStatus
- WARNING - Enum constant in enum class de.bytestore.hostinger.security.entity.SecurityGrade
- WebHandler - Class in de.bytestore.hostinger.handler
- WebHandler() - Constructor for class de.bytestore.hostinger.handler.WebHandler
- webhook() - Method in interface de.bytestore.hostinger.security.roles.CustomerRole
- Webhook - Class in de.bytestore.hostinger.entity.system
-
Represents a Webhook entity used for configuring interactions with external systems.
- Webhook() - Constructor for class de.bytestore.hostinger.entity.system.Webhook
- WebhookDetailView - Class in de.bytestore.hostinger.view.webhook
- WebhookDetailView() - Constructor for class de.bytestore.hostinger.view.webhook.WebhookDetailView
- WebhookListView - Class in de.bytestore.hostinger.view.webhook
- WebhookListView() - Constructor for class de.bytestore.hostinger.view.webhook.WebhookListView
- webhooks() - Method in class de.bytestore.hostinger.ecommerce.service.InvoicesService
- webhooks() - Method in class de.bytestore.hostinger.ecommerce.service.PaymentService
- webhooks() - Method in class de.bytestore.hostinger.process.service.MachineService
-
This method registers event types for the MachineService class with the WebhookHandler.
- webhooks() - Method in class de.bytestore.hostinger.process.service.ProcessService
-
Registers event types with the WebhookHandler class.
- webhooks() - Method in class de.bytestore.hostinger.process.service.VirtualizationService
-
Registers event types with a class and listener, executes webhooks, and manages webhooks.
- webhooks() - Method in class de.bytestore.hostinger.security.service.SecureUserService
- WebhookService - Class in de.bytestore.hostinger.system.service
-
Service class for handling webhook-related operations.
- WebhookService() - Constructor for class de.bytestore.hostinger.system.service.WebhookService
- WebhookType - Enum Class in de.bytestore.hostinger.entity.webhook.enums
-
Enum representing the types of HTTP requests that can be used as webhooks.
- WEEKLY - Enum constant in enum class de.bytestore.hostinger.entity.ecommerce.enums.IntervalType
- WelcomeStep - Class in de.bytestore.hostinger.view.installer.steps
- WelcomeStep() - Constructor for class de.bytestore.hostinger.view.installer.steps.WelcomeStep
- Wizard - Class in de.bytestore.hostinger.components.wizard
-
The Wizard class represents a structured component that guides users through a series of steps.
- Wizard() - Constructor for class de.bytestore.hostinger.components.wizard.Wizard
-
The Wizard class represents a multi-step UI component designed to guide users through a sequence of steps in an organized and visually structured manner.
- WizardBadge - Class in de.bytestore.hostinger.components.wizard
-
The WizardBadge class represents a component used within a wizard step to visually display a badge, which consists of an avatar and a title.
- WizardBadge() - Constructor for class de.bytestore.hostinger.components.wizard.WizardBadge
- WizardFooter - Class in de.bytestore.hostinger.components.wizard
-
The WizardFooter class represents the footer section of a wizard component.
- WizardFooter() - Constructor for class de.bytestore.hostinger.components.wizard.WizardFooter
- WizardHeader - Class in de.bytestore.hostinger.components.wizard
-
The WizardHeader class represents the header section of a wizard component.
- WizardHeader() - Constructor for class de.bytestore.hostinger.components.wizard.WizardHeader
- WizardStep - Class in de.bytestore.hostinger.components.wizard
-
The WizardStep class represents a single step within a wizard, intended to be part of a multi-step process as supported by the
Wizardcomponent. - WizardStep() - Constructor for class de.bytestore.hostinger.components.wizard.WizardStep
- WizardSubHeader - Class in de.bytestore.hostinger.components.wizard
-
The WizardSubHeader class represents a subsection of a wizard's header, designed specifically to hold and manage badges associated with wizard steps.
- WizardSubHeader() - Constructor for class de.bytestore.hostinger.components.wizard.WizardSubHeader
- wol() - Method in class de.bytestore.hostinger.process.entity.hosting.hosting.Machine
-
Executes the Wake-on-LAN (WoL) action for the current Machines object.
- wol(Machine) - Method in interface de.bytestore.hostinger.process.extension.machine.MachineExtensionPoint
-
Send WOL Magic Packet to given Machines to Wake Up on Lan.
- wol(Machine) - Method in class de.bytestore.hostinger.process.service.MachineService
-
Wakes up the specified machine by calling the "wol" method on all registered
MachineExtensionPointinstances that match the provider of the givenMachineobject. - wol(String) - Method in class de.bytestore.hostinger.process.api.MachineController
- WOLLOK - Enum constant in enum class de.bytestore.hostinger.entity.CodeType
- write(byte[]) - Method in class de.bytestore.hostinger.process.entity.console.ssh.SSHSocket
-
Writes the given byte array to the output stream.
- write(byte[]) - Method in interface de.bytestore.hostinger.process.extension.process.ProcessConsoleWriter
-
Writes the given byte data to the console using the writer.
- write(String) - Method in class de.bytestore.hostinger.process.entity.console.ssh.SSHSocket
-
Writes the commandIO to the output stream of the SSHSocket.
- write(String) - Method in class de.bytestore.hostinger.process.extension.process.ProcessConsole
-
Writes the given string data to the console.
- writeLine(String) - Method in class de.bytestore.hostinger.process.entity.console.ssh.SSHSocket
-
Writes the given command to the output stream of the SSHSocket followed by a new line character.
- writeLine(String) - Method in class de.bytestore.hostinger.process.extension.process.ProcessConsole
-
Writes a line of data to the console.
- writeLineTerm(String) - Method in class de.bytestore.hostinger.process.extension.process.ProcessConsole
-
Writes a line of data to the console and removes any matched host pattern from the command before writing.
- WrongCredentials - Exception in de.bytestore.hostinger.security.exception
- WrongCredentials() - Constructor for exception de.bytestore.hostinger.security.exception.WrongCredentials
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form