Klasse SendMailService

java.lang.Object
de.uplanet.lucy.server.mailservice.send.SendMailService

@Scriptable @SpringBeanAccessor public final class SendMailService extends Object
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static de.uplanet.lucy.server.mailservice.send.ISendMailService
    Get the sendMailService bean.
    static de.uplanet.lucy.server.mailservice.send.ISendMailService
    getInstance(org.springframework.context.ApplicationContext p_appCtx)
    Get the sendMailService bean.
    static boolean
    Check if the sendMailService bean is defined.
    static boolean
    isAvailable(org.springframework.context.ApplicationContext p_appCtx)
    Check if the sendMailService bean is defined.

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

  • Methodendetails

    • isAvailable

      public static boolean isAvailable()
      Check if the sendMailService bean is defined.
      Gibt zurück:
      true if the bean is defined, or false otherwise.
      Löst aus:
      org.springframework.beans.factory.BeanNotOfRequiredTypeException - If the bean is not of the required type.
      org.springframework.beans.BeansException - If the bean could not be created.
    • isAvailable

      public static boolean isAvailable(org.springframework.context.ApplicationContext p_appCtx)
      Check if the sendMailService bean is defined.
      Parameter:
      p_appCtx - The application context.
      Gibt zurück:
      true if the bean is defined, or false otherwise.
      Löst aus:
      org.springframework.beans.factory.BeanNotOfRequiredTypeException - If the bean is not of the required type.
      org.springframework.beans.BeansException - If the bean could not be created.
    • getInstance

      public static de.uplanet.lucy.server.mailservice.send.ISendMailService getInstance() throws org.springframework.beans.BeansException
      Get the sendMailService bean.
      Gibt zurück:
      The bean.
      Löst aus:
      org.springframework.beans.factory.NoSuchBeanDefinitionException - If the bean sendMailService is not defined.
      org.springframework.beans.factory.BeanNotOfRequiredTypeException - If the bean is not of the required type.
      org.springframework.beans.BeansException - If the bean could not be created.
    • getInstance

      public static de.uplanet.lucy.server.mailservice.send.ISendMailService getInstance(org.springframework.context.ApplicationContext p_appCtx) throws org.springframework.beans.BeansException
      Get the sendMailService bean.
      Parameter:
      p_appCtx - The application context.
      Gibt zurück:
      The bean.
      Löst aus:
      org.springframework.beans.factory.NoSuchBeanDefinitionException - If the bean sendMailService is not defined.
      org.springframework.beans.factory.BeanNotOfRequiredTypeException - If the bean is not of the required type.
      org.springframework.beans.BeansException - If the bean could not be created.