|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.crm.GlobalBlackList
public class GlobalBlackList
| Constructor Summary | |
|---|---|
GlobalBlackList()
|
|
| Method Summary | |
|---|---|
static void |
add(JDCConnection oConn,
int nDomain,
java.lang.String sEMail)
Add an e-mail addresses to the global black list of a Domain |
static void |
add(JDCConnection oConn,
int nDomain,
java.lang.String sWrkA,
java.lang.String sEMail)
Add an e-mail addresses to the global black list of a Work Area |
static java.lang.String[] |
forDomain(JDCConnection oConn,
int nDomain)
Array of e-mail addresses which must never receive any message |
static java.lang.String[] |
forWorkArea(JDCConnection oConn,
java.lang.String sGuWorkArea)
Array of e-mail addresses which must never receive any message |
static void |
remove(JDCConnection oConn,
int nDomain,
java.lang.String sEMail)
Remove an e-mail addresses from the global black list of a Domain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobalBlackList()
| Method Detail |
|---|
public static java.lang.String[] forDomain(JDCConnection oConn,
int nDomain)
throws java.sql.SQLException
oConn - JDCConnectionnDomain - int Domain Unique Identifier (from k_domains table)
java.sql.SQLException
public static java.lang.String[] forWorkArea(JDCConnection oConn,
java.lang.String sGuWorkArea)
throws java.sql.SQLException
oConn - JDCConnectionnDomain - int Domain Unique Identifier (from k_domains table)
java.sql.SQLException
public static void add(JDCConnection oConn,
int nDomain,
java.lang.String sEMail)
throws java.sql.SQLException
oConn - JDCConnectionnDomain - int Domain Unique Identifier (from k_domains table)sEMail - String e-mail address to be added
java.sql.SQLException
public static void add(JDCConnection oConn,
int nDomain,
java.lang.String sWrkA,
java.lang.String sEMail)
throws java.sql.SQLException
oConn - JDCConnectionnDomain - int Domain Unique Identifier (from k_domains table)sEMail - String e-mail address to be added
java.sql.SQLException
public static void remove(JDCConnection oConn,
int nDomain,
java.lang.String sEMail)
throws java.sql.SQLException
oConn - JDCConnectionnDomain - int Domain Unique Identifier (from k_domains table)sEMail - String e-mail address to be removed
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||