Klasse SendMailService
java.lang.Object
de.uplanet.lucy.server.mailservice.send.SendMailService
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic de.uplanet.lucy.server.mailservice.send.ISendMailServiceGet thesendMailServicebean.static de.uplanet.lucy.server.mailservice.send.ISendMailServicegetInstance(org.springframework.context.ApplicationContext p_appCtx) Get thesendMailServicebean.static booleanCheck if thesendMailServicebean is defined.static booleanisAvailable(org.springframework.context.ApplicationContext p_appCtx) Check if thesendMailServicebean is defined.
-
Felddetails
-
BEAN_NAME
- Siehe auch:
-
-
Methodendetails
-
isAvailable
public static boolean isAvailable()Check if thesendMailServicebean is defined.- Gibt zurück:
trueif the bean is defined, orfalseotherwise.- 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 thesendMailServicebean is defined.- Parameter:
p_appCtx- The application context.- Gibt zurück:
trueif the bean is defined, orfalseotherwise.- 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.BeansExceptionGet thesendMailServicebean.- Gibt zurück:
- The bean.
- Löst aus:
org.springframework.beans.factory.NoSuchBeanDefinitionException- If the beansendMailServiceis 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 thesendMailServicebean.- Parameter:
p_appCtx- The application context.- Gibt zurück:
- The bean.
- Löst aus:
org.springframework.beans.factory.NoSuchBeanDefinitionException- If the beansendMailServiceis 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.
-