C# 클래스 gov.va.medora.mdws.SecureMessageLib

파일 보기 프로젝트 열기: OSEHRA/mdws

공개 메소드들

메소드 설명
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

메소드 상세

SecureMessageLib() 공개 메소드

public SecureMessageLib ( MySession mySession ) : System
mySession MySession
리턴 System

addAttachment() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.AttachmentTO

deleteAttachment() 공개 메소드

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

deleteDraft() 공개 메소드

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

getAttachment() 공개 메소드

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

getMessages() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.SecureMessageThreadsTO

getUser() 공개 메소드

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

moveMessage() 공개 메소드

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

readMessage() 공개 메소드

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

saveDraft() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.ThreadTO

sendDraft() 공개 메소드

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

sendNewMessage() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.ThreadTO

sendReplyMessage() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.MessageTO

updateAttachment() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.AttachmentTO

updateMessageThread() 공개 메소드

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
리턴 gov.va.medora.mdws.dto.sm.ThreadTO