Class DomainService

java.lang.Object
de.bytestore.hostinger.process.service.DomainService

@Component @Service public class DomainService extends Object
Service class responsible for handling operations related to Domain entities. Provides methods for retrieving the count of Domain entities and listing Domain extension points.
  • Constructor Details

    • DomainService

      public DomainService()
  • Method Details

    • count

      public int count()
      Retrieves the count of all Domain objects from the database.
      Returns:
      The count of all Domain objects as an Object.
    • list

      public List<DomainExtensionPoint> list()
      Retrieves a list of DomainExtensionPoint objects that represent extensions for the Domain class.
      Returns:
      A list of DomainExtensionPoint instances.