Package com.basis.api.admin
Class BBjAdminEmailServiceConfig
java.lang.Object
com.basis.api.admin.BBjAdminEmailServiceConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BBjAdminEmailServiceConfig[]
getEmailServiceConfigs
(boolean p_decryptPwd) static File
getId()
getName()
getPort()
getUser()
static boolean
isValidEmailAddress
(String p_value) static void
removeEmailService
(String p_name) Removes the email service with the specified case-sensitive name from the list of email services.void
sendMessage
(BBjAdminEmailMessage p_message) void
setAuthType
(String p_authType) void
setDefaultFrom
(String p_defaultFrom) void
setDefaultReplyTo
(String p_defaultReplyTo) void
void
void
setPassword
(String p_password) void
void
void
-
Field Details
-
ENCRYPTION_PWD
- See Also:
-
-
Constructor Details
-
BBjAdminEmailServiceConfig
public BBjAdminEmailServiceConfig()
-
-
Method Details
-
getName
-
setName
-
getServer
-
setServer
-
getPort
-
setPort
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getDefaultFrom
-
setDefaultFrom
-
getDefaultReplyTo
-
setDefaultReplyTo
-
getId
-
setId
-
getAuthType
-
setAuthType
-
getEmailServicesConfigFile
-
getEmailServiceConfigs
public static BBjAdminEmailServiceConfig[] getEmailServiceConfigs(boolean p_decryptPwd) throws BBjAdminException - Throws:
BBjAdminException
-
isValidEmailAddress
-
sendMessage
- Throws:
BBjAdminException
-
removeEmailService
Removes the email service with the specified case-sensitive name from the list of email services.- Parameters:
p_name
-- Throws:
BBjAdminException
-