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