se.sj.stina.domain.model
Interface SjSendMessageSpecification

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjSendMessageSpecificationPlain, SjSendMessageSpecificationStandard

public interface SjSendMessageSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

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
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

SEND_MESSAGE_SPECIFICATION_XOR

static final java.lang.String SEND_MESSAGE_SPECIFICATION_XOR
See Also:
Constant Field Values

TELEPHONE

static final java.lang.String TELEPHONE
See Also:
Constant Field Values

EMAIL_SPECIFICATION

static final java.lang.String EMAIL_SPECIFICATION
See Also:
Constant Field Values

STYLE_SHEET

static final java.lang.String STYLE_SHEET
See Also:
Constant Field Values

XML_DATA

static final java.lang.String XML_DATA
See Also:
Constant Field Values

SENDER

static final java.lang.String SENDER
See Also:
Constant Field Values

MESSAGE_CATEGORY

static final java.lang.String MESSAGE_CATEGORY
See Also:
Constant Field Values

MESSAGE_LOG_EXPIRE_DATE

static final java.lang.String MESSAGE_LOG_EXPIRE_DATE
See Also:
Constant Field Values
Method Detail

getSendMessageSpecificationXor

TiIntegerInterface getSendMessageSpecificationXor()
field sendMessageSpecificationXor


lookupSendMessageSpecificationXor

TiIntegerInterface lookupSendMessageSpecificationXor()
field sendMessageSpecificationXor


setSendMessageSpecificationXor

void setSendMessageSpecificationXor(TiIntegerInterface inData)
field sendMessageSpecificationXor


getSendMessageSpecificationXorValue

java.lang.Integer getSendMessageSpecificationXorValue()
field sendMessageSpecificationXor


setSendMessageSpecificationXorValue

void setSendMessageSpecificationXorValue(java.lang.Integer inData)
field sendMessageSpecificationXor


getTelephone

SjTelephone getTelephone()
Field telephone is defined as part of xor.


lookupTelephone

SjTelephone lookupTelephone()
Field telephone is defined as part of xor.


setTelephone

void setTelephone(SjTelephone inData)
Field telephone is defined as part of xor.


getEmailSpecification

SjEmailSpecification getEmailSpecification()
Field emailSpecification is defined as part of xor.


lookupEmailSpecification

SjEmailSpecification lookupEmailSpecification()
Field emailSpecification is defined as part of xor.


setEmailSpecification

void setEmailSpecification(SjEmailSpecification inData)
Field emailSpecification is defined as part of xor.


getStyleSheet

TiStringInterface getStyleSheet()
Field styleSheet is defined as mandatory.


lookupStyleSheet

TiStringInterface lookupStyleSheet()
Field styleSheet is defined as mandatory.


setStyleSheet

void setStyleSheet(TiStringInterface inData)
Field styleSheet is defined as mandatory.


getStyleSheetValue

java.lang.String getStyleSheetValue()
Field styleSheet is defined as mandatory.


setStyleSheetValue

void setStyleSheetValue(java.lang.String inData)
Field styleSheet is defined as mandatory.


setStyleSheetValue

void setStyleSheetValue(java.lang.String inData,
                        boolean inNotify)
Field styleSheet is defined as mandatory.


getXmlData

TiByteArrayInterface getXmlData()
Field xmlData is defined as mandatory.


lookupXmlData

TiByteArrayInterface lookupXmlData()
Field xmlData is defined as mandatory.


setXmlData

void setXmlData(TiByteArrayInterface inData)
Field xmlData is defined as mandatory.


getXmlDataValue

byte[] getXmlDataValue()
Field xmlData is defined as mandatory.


setXmlDataValue

void setXmlDataValue(byte[] inData)
Field xmlData is defined as mandatory.


setXmlDataValue

void setXmlDataValue(byte[] inData,
                     boolean inNotify)
Field xmlData is defined as mandatory.


getSender

TiStringInterface getSender()
Field sender is defined as optional.


lookupSender

TiStringInterface lookupSender()
Field sender is defined as optional.


setSender

void setSender(TiStringInterface inData)
Field sender is defined as optional.


getSenderValue

java.lang.String getSenderValue()
Field sender is defined as optional.


setSenderValue

void setSenderValue(java.lang.String inData)
Field sender is defined as optional.


setSenderValue

void setSenderValue(java.lang.String inData,
                    boolean inNotify)
Field sender is defined as optional.


getMessageCategory

TiStringInterface getMessageCategory()
Field messageCategory is defined as optional.


lookupMessageCategory

TiStringInterface lookupMessageCategory()
Field messageCategory is defined as optional.


setMessageCategory

void setMessageCategory(TiStringInterface inData)
Field messageCategory is defined as optional.


getMessageCategoryValue

java.lang.String getMessageCategoryValue()
Field messageCategory is defined as optional.


setMessageCategoryValue

void setMessageCategoryValue(java.lang.String inData)
Field messageCategory is defined as optional.


setMessageCategoryValue

void setMessageCategoryValue(java.lang.String inData,
                             boolean inNotify)
Field messageCategory is defined as optional.


getMessageLogExpireDate

TiDate getMessageLogExpireDate()
Field messageLogExpireDate is defined as optional.


lookupMessageLogExpireDate

TiDate lookupMessageLogExpireDate()
Field messageLogExpireDate is defined as optional.


setMessageLogExpireDate

void setMessageLogExpireDate(TiDate inData)
Field messageLogExpireDate is defined as optional.



Copyright © 2012. All Rights Reserved.