Class _DomainManager

java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean._DomainManager

@Deprecated
public class _DomainManager
extends java.lang.Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor Description
    _DomainManager​(Preferences moduleConfig)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    Domain getDomainById​(int id)
    Deprecated.
     
    Domain getDomainByID​(int id)
    Deprecated.
    java.util.List<Domain> getDomainList()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • _DomainManager

      public _DomainManager​(Preferences moduleConfig)
      Deprecated.
  • Method Details

    • getDomainById

      public Domain getDomainById​(int id)
      Deprecated.
    • getDomainByID

      @Deprecated public Domain getDomainByID​(int id)
      Deprecated.
      Использовать getDomainById(int).
      Parameters:
      id -
      Returns:
    • getDomainList

      public java.util.List<Domain> getDomainList()
      Deprecated.