| Modifier and Type | Method and Description |
|---|---|
void |
addSingleRelatedDataRecord(String session,
String relatedDatasetId,
String key,
String[] colNames,
String[] colValues) |
boolean |
addToBlacklist(String session,
String groupId,
String email) |
void |
changeGroupSettings(String session,
String groupId,
String description,
String prefix,
String textFooter,
String textHeader,
String htmlFooter,
String htmlHeader) |
String |
cloneGroup(String session,
String templateGroupId,
String newGroupEmail,
String newGroupName,
boolean keepOwner) |
String |
copyAndSendDraftMessage(String session,
String groupId,
String messageId) |
String |
createMember(String session,
String userId,
String groupId,
boolean invite,
boolean sendMessage) |
String |
createOrUpdateGroup(String session,
String groupXML) |
String |
createOrUpdateUserByEmail(String session,
String userXml,
boolean sendMessage) |
String |
createOrUpdateUserMemberByEmail(String session,
String memberXml,
String groupId,
boolean sendMessage) |
String |
createUser(String session,
String userXmlSpec) |
boolean |
deleteGroup(String session,
String groupId) |
boolean |
deleteMember(String session,
String memberId) |
boolean |
deleteMessage(String session,
String messageId) |
int |
deleteRelatedDataRecords(String session,
String relatedDatasetId,
String key,
String[] colNames,
String[] colValues) |
boolean |
deleteUser(String session,
String userId) |
void |
deleteUserByEmail(String session,
String email) |
String[] |
findMembershipsByEmail(String session,
String email) |
String[] |
findUserIdsByIdentifier(String session,
String identifier) |
String |
getGroupId(String session,
String email) |
String |
getGroupProperty(String session,
String gid,
String name) |
String |
getVersion() |
boolean |
isEmailBouncedSystemwide(String session,
String email) |
boolean |
isEmailOnSystemBlacklist(String session,
String email) |
String |
logon(String realm,
String user,
String passwd) |
void |
logout(String session) |
GroupCore[] |
lookupGroups(String session,
GroupLookupParams lookupParams) |
HourlyMessageStats[] |
lookupHourlyMessageStats(String session,
String messageid,
Calendar periodStartDate,
Calendar periodEndDate) |
String |
lookupMemberByEmail_v2_0(String session,
String groupId,
String email,
boolean onlyActive) |
String |
lookupMemberByEmail(String session,
String groupId,
String email) |
String |
lookupMemberById_v2_0(String session,
String memberid,
boolean onlyActive) |
String |
lookupMemberById(String session,
String memberid) |
String |
lookupMemberByIdentifier(String session,
String groupId,
String identifier,
boolean onlyActive) |
String |
lookupMemberByMobileNumber(String session,
String groupId,
String mobile,
boolean onlyActive) |
String |
lookupMemberByUserId_v2_0(String session,
String groupid,
String userId,
boolean onlyActive) |
String |
lookupMemberByUserId(String session,
String groupid,
String userId) |
MessageContent |
lookupMessageById(String session,
String messageId) |
MessageInfo[] |
lookupMessages(String session,
MessageLookupParams lookupParams) |
String |
lookupUserByEmail(String session,
String email) |
String |
lookupUserByFaxNumber(String session,
String fax) |
String |
lookupUserById(String session,
String userId) |
String |
lookupUserByIdentifier(String session,
String identifier) |
String |
lookupUserByMobileNumber(String session,
String mobile) |
String |
lookupUserIdByEmail(String session,
String email) |
String |
registerUser(String session,
String userXmlSpec,
boolean sendMessage) |
boolean |
removeFromBlacklist(String session,
String groupId,
String email) |
void |
sendEmailToMe(String session,
String subject,
String message) |
void |
sendGroupMessageToUser(String session,
String groupid,
String messageId,
String userId) |
void |
sendParametrizedSingleMessageToUser(String session,
String singleMessageId,
String userId,
String[] names,
String[] values) |
void |
sendPriorityParametrizedSingleMessageToUser(String session,
String singleMessageId,
String userId,
String[] names,
String[] values) |
void |
sendPrioritySingleMessageToUser(String session,
String singleMessageId,
String userId) |
void |
sendSingleMessageToUser(String session,
String singleMessageId,
String userId) |
void |
setAsynchronous(String session,
boolean asynchronous) |
void |
setGroupProperty(String session,
String gid,
String name,
String value) |
void |
setMessageFormat(String session,
String groupId,
String userId,
String messageFormat) |
boolean |
subscribeMemberByEmail(String session,
String email,
String groupId,
boolean sendMessage) |
String |
subscribeOrRegisterUserMemberByEmail(String session,
String userXmlSpec,
String groupId,
boolean sendMessage) |
boolean |
unsubscribeMemberByEmail(String session,
String email,
String groupId,
boolean sendMessage) |
boolean |
updateMember(String session,
String memberXmlSpec) |
void |
updateRelatedDataRecord(String session,
String relatedDatasetId,
String key,
String[] colNamesId,
String[] colValuesId,
String[] colNames,
String[] colValues) |
boolean |
updateUser(String session,
String userXmlSpec) |
boolean |
updateUserAttributesByEmail(String session,
String email,
String[] names,
String[] values,
boolean createUser) |
boolean |
updateUserByEmail(String session,
String userXmlSpec) |
String getGroupId(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString logon(String realm, String user, String passwd) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid logout(String session) throws RemoteException
RemoteExceptionvoid setAsynchronous(String session, boolean asynchronous) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString createUser(String session, String userXmlSpec) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserByEmail(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserByMobileNumber(String session, String mobile) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserByFaxNumber(String session, String fax) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString createOrUpdateUserByEmail(String session, String userXml, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString createOrUpdateUserMemberByEmail(String session, String memberXml, String groupId, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid deleteUserByEmail(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean deleteUser(String session, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserIdByEmail(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean updateUserAttributesByEmail(String session, String email, String[] names, String[] values, boolean createUser) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserByIdentifier(String session, String identifier) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByMobileNumber(String session, String groupId, String mobile, boolean onlyActive) throws RemoteException, EcMException
RemoteExceptionEcMExceptionMessageContent lookupMessageById(String session, String messageId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionMessageInfo[] lookupMessages(String session, MessageLookupParams lookupParams) throws RemoteException, EcMException
RemoteExceptionEcMExceptionGroupCore[] lookupGroups(String session, GroupLookupParams lookupParams) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString createMember(String session, String userId, String groupId, boolean invite, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupUserById(String session, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByEmail(String session, String groupId, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByEmail_v2_0(String session, String groupId, String email, boolean onlyActive) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberById(String session, String memberid) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByUserId(String session, String groupid, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberById_v2_0(String session, String memberid, boolean onlyActive) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByUserId_v2_0(String session, String groupid, String userId, boolean onlyActive) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString lookupMemberByIdentifier(String session, String groupId, String identifier, boolean onlyActive) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString[] findUserIdsByIdentifier(String session, String identifier) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString[] findMembershipsByEmail(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean updateMember(String session, String memberXmlSpec) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean updateUser(String session, String userXmlSpec) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean updateUserByEmail(String session, String userXmlSpec) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean deleteMember(String session, String memberId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString subscribeOrRegisterUserMemberByEmail(String session, String userXmlSpec, String groupId, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean subscribeMemberByEmail(String session, String email, String groupId, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString registerUser(String session, String userXmlSpec, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean unsubscribeMemberByEmail(String session, String email, String groupId, boolean sendMessage) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean deleteMessage(String session, String messageId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString cloneGroup(String session, String templateGroupId, String newGroupEmail, String newGroupName, boolean keepOwner) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid changeGroupSettings(String session, String groupId, String description, String prefix, String textFooter, String textHeader, String htmlFooter, String htmlHeader) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid setGroupProperty(String session, String gid, String name, String value) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString getGroupProperty(String session, String gid, String name) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid setMessageFormat(String session, String groupId, String userId, String messageFormat) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString copyAndSendDraftMessage(String session, String groupId, String messageId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendSingleMessageToUser(String session, String singleMessageId, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendParametrizedSingleMessageToUser(String session, String singleMessageId, String userId, String[] names, String[] values) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendPrioritySingleMessageToUser(String session, String singleMessageId, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendPriorityParametrizedSingleMessageToUser(String session, String singleMessageId, String userId, String[] names, String[] values) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendGroupMessageToUser(String session, String groupid, String messageId, String userId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean deleteGroup(String session, String groupId) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid sendEmailToMe(String session, String subject, String message) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean addToBlacklist(String session, String groupId, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean isEmailOnSystemBlacklist(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean isEmailBouncedSystemwide(String session, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionboolean removeFromBlacklist(String session, String groupId, String email) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString createOrUpdateGroup(String session, String groupXML) throws RemoteException, EcMException
RemoteExceptionEcMExceptionHourlyMessageStats[] lookupHourlyMessageStats(String session, String messageid, Calendar periodStartDate, Calendar periodEndDate) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid addSingleRelatedDataRecord(String session, String relatedDatasetId, String key, String[] colNames, String[] colValues) throws RemoteException, EcMException
RemoteExceptionEcMExceptionvoid updateRelatedDataRecord(String session, String relatedDatasetId, String key, String[] colNamesId, String[] colValuesId, String[] colNames, String[] colValues) throws RemoteException, EcMException
RemoteExceptionEcMExceptionint deleteRelatedDataRecords(String session, String relatedDatasetId, String key, String[] colNames, String[] colValues) throws RemoteException, EcMException
RemoteExceptionEcMExceptionString getVersion() throws RemoteException
RemoteException© 2004..2009, eCircle AG, Version: 1.82 (${buildNumber})