se.sj.stina.domain.model
Interface SjClientInformation

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:
SjClientInformationPlain, SjClientInformationStandard

public interface SjClientInformation
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Klientspecifik data.


Field Summary
static java.lang.String CLIENT_SESSION_DATA
           
static java.lang.String EXTERNAL_EVENT_SPECIFICATION
           
static java.lang.String INITIAL_CLONE_NAME
           
static java.lang.String OVERRIDE_TIME_LOG_LEVEL
           
static java.lang.String PROTOCOL
           
static java.lang.String TIME_INFORMATION
           
 
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
 SjClientSessionData getClientSessionData()
          Field clientSessionData is defined as mandatory.
 SjExternalEventSpecification getExternalEventSpecification()
          Field externalEventSpecification is defined as optional.
 TiStringInterface getInitialCloneName()
          Field initialCloneName is defined as optional.
 java.lang.String getInitialCloneNameValue()
          Field initialCloneName is defined as optional.
 TiBooleanInterface getOverrideTimeLogLevel()
          Field overrideTimeLogLevel is defined as optional.
 java.lang.Boolean getOverrideTimeLogLevelValue()
          Field overrideTimeLogLevel is defined as optional.
 SjProtocol getProtocol()
          Field protocol is defined as mandatory.
 SjTimeInformationSequence getTimeInformation()
          Field timeInformation is defined as optional.
 SjClientSessionData lookupClientSessionData()
          Field clientSessionData is defined as mandatory.
 SjExternalEventSpecification lookupExternalEventSpecification()
          Field externalEventSpecification is defined as optional.
 TiStringInterface lookupInitialCloneName()
          Field initialCloneName is defined as optional.
 TiBooleanInterface lookupOverrideTimeLogLevel()
          Field overrideTimeLogLevel is defined as optional.
 SjProtocol lookupProtocol()
          Field protocol is defined as mandatory.
 SjTimeInformationSequence lookupTimeInformation()
          Field timeInformation is defined as optional.
 void setClientSessionData(SjClientSessionData inData)
          Field clientSessionData is defined as mandatory.
 void setExternalEventSpecification(SjExternalEventSpecification inData)
          Field externalEventSpecification is defined as optional.
 void setInitialCloneName(TiStringInterface inData)
          Field initialCloneName is defined as optional.
 void setInitialCloneNameValue(java.lang.String inData)
          Field initialCloneName is defined as optional.
 void setInitialCloneNameValue(java.lang.String inData, boolean inNotify)
          Field initialCloneName is defined as optional.
 void setOverrideTimeLogLevel(TiBooleanInterface inData)
          Field overrideTimeLogLevel is defined as optional.
 void setOverrideTimeLogLevelValue(java.lang.Boolean inData)
          Field overrideTimeLogLevel is defined as optional.
 void setOverrideTimeLogLevelValue(java.lang.Boolean inData, boolean inNotify)
          Field overrideTimeLogLevel is defined as optional.
 void setProtocol(SjProtocol inData)
          Field protocol is defined as mandatory.
 void setTimeInformation(SjTimeInformationSequence inData)
          Field timeInformation is defined as optional.
 
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

CLIENT_SESSION_DATA

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

PROTOCOL

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

TIME_INFORMATION

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

INITIAL_CLONE_NAME

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

EXTERNAL_EVENT_SPECIFICATION

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

OVERRIDE_TIME_LOG_LEVEL

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

getClientSessionData

SjClientSessionData getClientSessionData()
Field clientSessionData is defined as mandatory.


lookupClientSessionData

SjClientSessionData lookupClientSessionData()
Field clientSessionData is defined as mandatory.


setClientSessionData

void setClientSessionData(SjClientSessionData inData)
Field clientSessionData is defined as mandatory.


getProtocol

SjProtocol getProtocol()
Field protocol is defined as mandatory.


lookupProtocol

SjProtocol lookupProtocol()
Field protocol is defined as mandatory.


setProtocol

void setProtocol(SjProtocol inData)
Field protocol is defined as mandatory.


getTimeInformation

SjTimeInformationSequence getTimeInformation()
Field timeInformation is defined as optional.


lookupTimeInformation

SjTimeInformationSequence lookupTimeInformation()
Field timeInformation is defined as optional.


setTimeInformation

void setTimeInformation(SjTimeInformationSequence inData)
Field timeInformation is defined as optional.


getInitialCloneName

TiStringInterface getInitialCloneName()
Field initialCloneName is defined as optional.


lookupInitialCloneName

TiStringInterface lookupInitialCloneName()
Field initialCloneName is defined as optional.


setInitialCloneName

void setInitialCloneName(TiStringInterface inData)
Field initialCloneName is defined as optional.


getInitialCloneNameValue

java.lang.String getInitialCloneNameValue()
Field initialCloneName is defined as optional.


setInitialCloneNameValue

void setInitialCloneNameValue(java.lang.String inData)
Field initialCloneName is defined as optional.


setInitialCloneNameValue

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


getExternalEventSpecification

SjExternalEventSpecification getExternalEventSpecification()
Field externalEventSpecification is defined as optional.


lookupExternalEventSpecification

SjExternalEventSpecification lookupExternalEventSpecification()
Field externalEventSpecification is defined as optional.


setExternalEventSpecification

void setExternalEventSpecification(SjExternalEventSpecification inData)
Field externalEventSpecification is defined as optional.


getOverrideTimeLogLevel

TiBooleanInterface getOverrideTimeLogLevel()
Field overrideTimeLogLevel is defined as optional.


lookupOverrideTimeLogLevel

TiBooleanInterface lookupOverrideTimeLogLevel()
Field overrideTimeLogLevel is defined as optional.


setOverrideTimeLogLevel

void setOverrideTimeLogLevel(TiBooleanInterface inData)
Field overrideTimeLogLevel is defined as optional.


getOverrideTimeLogLevelValue

java.lang.Boolean getOverrideTimeLogLevelValue()
Field overrideTimeLogLevel is defined as optional.


setOverrideTimeLogLevelValue

void setOverrideTimeLogLevelValue(java.lang.Boolean inData)
Field overrideTimeLogLevel is defined as optional.


setOverrideTimeLogLevelValue

void setOverrideTimeLogLevelValue(java.lang.Boolean inData,
                                  boolean inNotify)
Field overrideTimeLogLevel is defined as optional.



Copyright © 2012. All Rights Reserved.