|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.ehbox.api.domain.Message<T>
be.ehealth.businessconnector.ehbox.api.domain.DocumentMessage<T>
be.ehealth.businessconnector.ehbox.api.domain.NewsMessage<T>
T - public class NewsMessage<T>
NewsMessage class declaration. Extends : DocumentMessage
| Constructor Summary | |
|---|---|
NewsMessage()
Creates a new NewsMessage with MimeType text/plain. |
|
| Method Summary | |
|---|---|
Document |
getNews()
Deprecated. will be removed in version 3.3 , use getDocument() instead |
String |
getNewsTitle()
Deprecated. will be removed in version 3.3 , use getDocument().getTitle() instead |
void |
setContent(Byte[] content)
Deprecated. : use setContent(byte[] content) instead |
void |
setNews(Document news)
Deprecated. will be removed in version 3.3 , use setDocument(news) instead |
void |
setNewsContent(byte[] content)
Deprecated. will be removed in version 3.3 , use getDocument().setContent(content) instead |
void |
setNewsTitle(String title)
Deprecated. will be removed in version 3.3 , use getDocument().setTitle(title) instead |
| Methods inherited from class be.ehealth.businessconnector.ehbox.api.domain.DocumentMessage |
|---|
getAnnexList, getCopyMailTo, getDocument, getDocumentTitle, getFreeInformationTableRows, getFreeInformationTableTitle, getFreeText, getPatientInss, setDocument, setFreeInformationTableRows, setFreeInformationTableTitle, setFreeText, setPatientInss |
| Methods inherited from class be.ehealth.businessconnector.ehbox.api.domain.Message |
|---|
generatePublicationId, getCustomMetas, getDestinations, getExpirationDate, getExpirationDateTime, getId, getMandatee, getOriginal, getPublicationDate, getPublicationDateTime, getPublicationId, getSender, getSize, isEncrypted, isHasAnnex, isHasFreeInformations, isImportant, isUsePublicationReceipt, isUseReadReceipt, isUseReceivedReceipt, setDestinations, setEncrypted, setExpirationDate, setExpirationDateTime, setHasAnnex, setHasFreeInformations, setId, setImportant, setMandatee, setOriginal, setPublicationDate, setPublicationDateTime, setPublicationId, setSender, setSize, setUsePublicationReceipt, setUseReadReceipt, setUseReceivedReceipt, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NewsMessage()
| Method Detail |
|---|
@Deprecated public String getNewsTitle()
@Deprecated
public void setNewsTitle(String title)
throws EhboxBusinessConnectorException
title - of the news
EhboxBusinessConnectorException - if news is null@Deprecated public void setNewsContent(byte[] content)
content - @Deprecated public final void setContent(Byte[] content)
content - the content to set@Deprecated public final Document getNews()
@Deprecated public final void setNews(Document news)
news - the news to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||