C# Class gov.va.medora.mdws.SecureMessageLib

Mostrar archivo Open project: OSEHRA/mdws

Public Methods

Method Description
SecureMessageLib ( MySession mySession ) : System
addAttachment ( string pwd, Int32 messageId, Int32 messageOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO
deleteAttachment ( string pwd, Int32 messageId ) : MessageTO
deleteDraft ( string pwd, Int32 messageId ) : MessageTO
getAttachment ( string pwd, Int32 attachmentId ) : AttachmentTO
getMessages ( string pwd, Int32 userId, Int32 folderId, Int32 pageStart, Int32 pageSize ) : SecureMessageThreadsTO
getUser ( string pwd, string userId, string idType ) : SmUserTO
moveMessage ( string pwd, Int32 userId, Int32 messageId, Int32 newFolderId ) : MessageTO
readMessage ( string pwd, Int32 addresseeId, Int32 addresseeOplock ) : MessageTO
saveDraft ( string pwd, Int32 replyingToMessageId, string threadSubject, Int32 messageCategory, Int32 messageId, Int32 senderId, Int32 recipientId, string messageBody, Int32 messageOplock, Int32 threadOplock ) : ThreadTO
sendDraft ( string pwd, Int32 messageId, Int32 messageOplock ) : MessageTO
sendNewMessage ( string pwd, string threadSubject, Int32 groupId, Int32 messageCategory, Int32 senderId, Int32 recipientId, string messageBody ) : ThreadTO
sendReplyMessage ( string pwd, Int32 replyingToMessageId, Int32 senderId, Int32 recipientId, string messageBody ) : MessageTO
updateAttachment ( string pwd, Int32 attachmentId, Int32 attachmentOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO
updateMessageThread ( string pwd, Int32 threadId, string threadSubject, Int32 messageCategory, Int32 threadOplock ) : ThreadTO

Method Details

SecureMessageLib() public method

public SecureMessageLib ( MySession mySession ) : System
mySession MySession
return System

addAttachment() public method

public addAttachment ( string pwd, Int32 messageId, Int32 messageOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO
pwd string
messageId System.Int32
messageOplock System.Int32
fileName string
mimeType string
attachment byte
return gov.va.medora.mdws.dto.sm.AttachmentTO

deleteAttachment() public method

public deleteAttachment ( string pwd, Int32 messageId ) : MessageTO
pwd string
messageId System.Int32
return gov.va.medora.mdws.dto.sm.MessageTO

deleteDraft() public method

public deleteDraft ( string pwd, Int32 messageId ) : MessageTO
pwd string
messageId System.Int32
return gov.va.medora.mdws.dto.sm.MessageTO

getAttachment() public method

public getAttachment ( string pwd, Int32 attachmentId ) : AttachmentTO
pwd string
attachmentId System.Int32
return gov.va.medora.mdws.dto.sm.AttachmentTO

getMessages() public method

public getMessages ( string pwd, Int32 userId, Int32 folderId, Int32 pageStart, Int32 pageSize ) : SecureMessageThreadsTO
pwd string
userId System.Int32
folderId System.Int32
pageStart System.Int32
pageSize System.Int32
return gov.va.medora.mdws.dto.sm.SecureMessageThreadsTO

getUser() public method

public getUser ( string pwd, string userId, string idType ) : SmUserTO
pwd string
userId string
idType string
return gov.va.medora.mdws.dto.sm.SmUserTO

moveMessage() public method

public moveMessage ( string pwd, Int32 userId, Int32 messageId, Int32 newFolderId ) : MessageTO
pwd string
userId System.Int32
messageId System.Int32
newFolderId System.Int32
return gov.va.medora.mdws.dto.sm.MessageTO

readMessage() public method

public readMessage ( string pwd, Int32 addresseeId, Int32 addresseeOplock ) : MessageTO
pwd string
addresseeId System.Int32
addresseeOplock System.Int32
return gov.va.medora.mdws.dto.sm.MessageTO

saveDraft() public method

public saveDraft ( string pwd, Int32 replyingToMessageId, string threadSubject, Int32 messageCategory, Int32 messageId, Int32 senderId, Int32 recipientId, string messageBody, Int32 messageOplock, Int32 threadOplock ) : ThreadTO
pwd string
replyingToMessageId System.Int32
threadSubject string
messageCategory System.Int32
messageId System.Int32
senderId System.Int32
recipientId System.Int32
messageBody string
messageOplock System.Int32
threadOplock System.Int32
return gov.va.medora.mdws.dto.sm.ThreadTO

sendDraft() public method

public sendDraft ( string pwd, Int32 messageId, Int32 messageOplock ) : MessageTO
pwd string
messageId System.Int32
messageOplock System.Int32
return gov.va.medora.mdws.dto.sm.MessageTO

sendNewMessage() public method

public sendNewMessage ( string pwd, string threadSubject, Int32 groupId, Int32 messageCategory, Int32 senderId, Int32 recipientId, string messageBody ) : ThreadTO
pwd string
threadSubject string
groupId System.Int32
messageCategory System.Int32
senderId System.Int32
recipientId System.Int32
messageBody string
return gov.va.medora.mdws.dto.sm.ThreadTO

sendReplyMessage() public method

public sendReplyMessage ( string pwd, Int32 replyingToMessageId, Int32 senderId, Int32 recipientId, string messageBody ) : MessageTO
pwd string
replyingToMessageId System.Int32
senderId System.Int32
recipientId System.Int32
messageBody string
return gov.va.medora.mdws.dto.sm.MessageTO

updateAttachment() public method

public updateAttachment ( string pwd, Int32 attachmentId, Int32 attachmentOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO
pwd string
attachmentId System.Int32
attachmentOplock System.Int32
fileName string
mimeType string
attachment byte
return gov.va.medora.mdws.dto.sm.AttachmentTO

updateMessageThread() public method

public updateMessageThread ( string pwd, Int32 threadId, string threadSubject, Int32 messageCategory, Int32 threadOplock ) : ThreadTO
pwd string
threadId System.Int32
threadSubject string
messageCategory System.Int32
threadOplock System.Int32
return gov.va.medora.mdws.dto.sm.ThreadTO