Interface DomainExtensionPoint

All Superinterfaces:
org.pf4j.ExtensionPoint, ExtensionProviderPoint

public interface DomainExtensionPoint extends ExtensionProviderPoint
The DomainExtensionPoint interface represents an extension point for creating and updating domain objects. It extends the ExtensionProviderPoint interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(Domain domainIO)
    Creates a new domain.
    void
    delete(Domain domainIO)
    Deletes the specified domain object.
    void
    update(Domain domainIO)
    Updates a Domain.

    Methods inherited from interface de.bytestore.hostinger.extension.ExtensionProviderPoint

    name
  • Method Details

    • create

      void create(Domain domainIO)
      Creates a new domain.
      Parameters:
      domainIO - the domain object to create
    • update

      void update(Domain domainIO)
      Updates a Domain.
      Parameters:
      domainIO - the Domain to update
    • delete

      void delete(Domain domainIO)
      Deletes the specified domain object.
      Parameters:
      domainIO - the domain object to be deleted