|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjSendMessageSpecification
Innehåller indata till sendMessage för att skicka antingen SMS eller email
Field Summary | |
---|---|
static java.lang.String |
EMAIL_SPECIFICATION
|
static java.lang.String |
MESSAGE_CATEGORY
|
static java.lang.String |
MESSAGE_LOG_EXPIRE_DATE
|
static java.lang.String |
SEND_MESSAGE_SPECIFICATION_XOR
|
static java.lang.String |
SENDER
|
static java.lang.String |
STYLE_SHEET
|
static java.lang.String |
TELEPHONE
|
static java.lang.String |
XML_DATA
|
Method Summary | |
---|---|
SjEmailSpecification |
getEmailSpecification()
Field emailSpecification is defined as part of xor. |
TiStringInterface |
getMessageCategory()
Field messageCategory is defined as optional. |
java.lang.String |
getMessageCategoryValue()
Field messageCategory is defined as optional. |
TiDate |
getMessageLogExpireDate()
Field messageLogExpireDate is defined as optional. |
TiStringInterface |
getSender()
Field sender is defined as optional. |
java.lang.String |
getSenderValue()
Field sender is defined as optional. |
TiIntegerInterface |
getSendMessageSpecificationXor()
field sendMessageSpecificationXor |
java.lang.Integer |
getSendMessageSpecificationXorValue()
field sendMessageSpecificationXor |
TiStringInterface |
getStyleSheet()
Field styleSheet is defined as mandatory. |
java.lang.String |
getStyleSheetValue()
Field styleSheet is defined as mandatory. |
SjTelephone |
getTelephone()
Field telephone is defined as part of xor. |
TiByteArrayInterface |
getXmlData()
Field xmlData is defined as mandatory. |
byte[] |
getXmlDataValue()
Field xmlData is defined as mandatory. |
SjEmailSpecification |
lookupEmailSpecification()
Field emailSpecification is defined as part of xor. |
TiStringInterface |
lookupMessageCategory()
Field messageCategory is defined as optional. |
TiDate |
lookupMessageLogExpireDate()
Field messageLogExpireDate is defined as optional. |
TiStringInterface |
lookupSender()
Field sender is defined as optional. |
TiIntegerInterface |
lookupSendMessageSpecificationXor()
field sendMessageSpecificationXor |
TiStringInterface |
lookupStyleSheet()
Field styleSheet is defined as mandatory. |
SjTelephone |
lookupTelephone()
Field telephone is defined as part of xor. |
TiByteArrayInterface |
lookupXmlData()
Field xmlData is defined as mandatory. |
void |
setEmailSpecification(SjEmailSpecification inData)
Field emailSpecification is defined as part of xor. |
void |
setMessageCategory(TiStringInterface inData)
Field messageCategory is defined as optional. |
void |
setMessageCategoryValue(java.lang.String inData)
Field messageCategory is defined as optional. |
void |
setMessageCategoryValue(java.lang.String inData,
boolean inNotify)
Field messageCategory is defined as optional. |
void |
setMessageLogExpireDate(TiDate inData)
Field messageLogExpireDate is defined as optional. |
void |
setSender(TiStringInterface inData)
Field sender is defined as optional. |
void |
setSenderValue(java.lang.String inData)
Field sender is defined as optional. |
void |
setSenderValue(java.lang.String inData,
boolean inNotify)
Field sender is defined as optional. |
void |
setSendMessageSpecificationXor(TiIntegerInterface inData)
field sendMessageSpecificationXor |
void |
setSendMessageSpecificationXorValue(java.lang.Integer inData)
field sendMessageSpecificationXor |
void |
setStyleSheet(TiStringInterface inData)
Field styleSheet is defined as mandatory. |
void |
setStyleSheetValue(java.lang.String inData)
Field styleSheet is defined as mandatory. |
void |
setStyleSheetValue(java.lang.String inData,
boolean inNotify)
Field styleSheet is defined as mandatory. |
void |
setTelephone(SjTelephone inData)
Field telephone is defined as part of xor. |
void |
setXmlData(TiByteArrayInterface inData)
Field xmlData is defined as mandatory. |
void |
setXmlDataValue(byte[] inData)
Field xmlData is defined as mandatory. |
void |
setXmlDataValue(byte[] inData,
boolean inNotify)
Field xmlData is defined as mandatory. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String SEND_MESSAGE_SPECIFICATION_XOR
static final java.lang.String TELEPHONE
static final java.lang.String EMAIL_SPECIFICATION
static final java.lang.String STYLE_SHEET
static final java.lang.String XML_DATA
static final java.lang.String SENDER
static final java.lang.String MESSAGE_CATEGORY
static final java.lang.String MESSAGE_LOG_EXPIRE_DATE
Method Detail |
---|
TiIntegerInterface getSendMessageSpecificationXor()
TiIntegerInterface lookupSendMessageSpecificationXor()
void setSendMessageSpecificationXor(TiIntegerInterface inData)
java.lang.Integer getSendMessageSpecificationXorValue()
void setSendMessageSpecificationXorValue(java.lang.Integer inData)
SjTelephone getTelephone()
SjTelephone lookupTelephone()
void setTelephone(SjTelephone inData)
SjEmailSpecification getEmailSpecification()
SjEmailSpecification lookupEmailSpecification()
void setEmailSpecification(SjEmailSpecification inData)
TiStringInterface getStyleSheet()
TiStringInterface lookupStyleSheet()
void setStyleSheet(TiStringInterface inData)
java.lang.String getStyleSheetValue()
void setStyleSheetValue(java.lang.String inData)
void setStyleSheetValue(java.lang.String inData, boolean inNotify)
TiByteArrayInterface getXmlData()
TiByteArrayInterface lookupXmlData()
void setXmlData(TiByteArrayInterface inData)
byte[] getXmlDataValue()
void setXmlDataValue(byte[] inData)
void setXmlDataValue(byte[] inData, boolean inNotify)
TiStringInterface getSender()
TiStringInterface lookupSender()
void setSender(TiStringInterface inData)
java.lang.String getSenderValue()
void setSenderValue(java.lang.String inData)
void setSenderValue(java.lang.String inData, boolean inNotify)
TiStringInterface getMessageCategory()
TiStringInterface lookupMessageCategory()
void setMessageCategory(TiStringInterface inData)
java.lang.String getMessageCategoryValue()
void setMessageCategoryValue(java.lang.String inData)
void setMessageCategoryValue(java.lang.String inData, boolean inNotify)
TiDate getMessageLogExpireDate()
TiDate lookupMessageLogExpireDate()
void setMessageLogExpireDate(TiDate inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |