se.sj.stina.domain.model
Interface SjLoginSpecification

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:
SjLoginSpecificationPlain, SjLoginSpecificationStandard

public interface SjLoginSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Det data som behövs vid inloggning.
IPAddress IP-nummer på strängformat
MachineName Maskinnamn
MacAddress Maskinens macadress
SalesUnitKey Används för att identifiera säljstället som klienten tillhör.
ApplicationName Applikationsnamn
SessionLanguageCode Språkkod. Om man vill ha en annan än säljställets normala
ForcedLogin Används för att göra en rensning av aktiv session och tillåta inloggning
TokenInfoString innehåller userid och password information, används vid NDS och Smart login.
RACFLoginInfo Struktur som används vid RACF login
LDAPLoginInfo Struktur som används vid förenklad LDAP login


Field Summary
static java.lang.String APPLICATION_NAME
           
static java.lang.String FORCED_LOGIN
           
static java.lang.String IPADDRESS
           
static java.lang.String LDAPLOGIN_INFO
           
static java.lang.String LOCK_ID
           
static java.lang.String LOGIN_XOR
           
static java.lang.String MAC_ADDRESS
           
static java.lang.String MACHINE_NAME
           
static java.lang.String RACFLOGIN_INFO
           
static java.lang.String SALES_UNIT_KEY
           
static java.lang.String SESSION_LANGUAGE_CODE
           
static java.lang.String TOKEN_INFO_STRING
           
 
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
 TiStringInterface getApplicationName()
          Field applicationName is defined as mandatory.
 java.lang.String getApplicationNameValue()
          Field applicationName is defined as mandatory.
 TiBooleanInterface getForcedLogin()
          Field forcedLogin is defined as optional.
 java.lang.Boolean getForcedLoginValue()
          Field forcedLogin is defined as optional.
 SjIdentity getIPAddress()
          Field iPAddress is defined as mandatory.
 java.lang.String getIPAddressValue()
          Field iPAddress is defined as mandatory.
 SjAuthenticationInfo getLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 TiStringInterface getLockId()
          Field lockId is defined as optional.
 java.lang.String getLockIdValue()
          Field lockId is defined as optional.
 TiIntegerInterface getLoginXor()
          field loginXor
 java.lang.Integer getLoginXorValue()
          field loginXor
 SjIdentity getMacAddress()
          Field macAddress is defined as mandatory.
 java.lang.String getMacAddressValue()
          Field macAddress is defined as mandatory.
 SjIdentity getMachineName()
          Field machineName is defined as mandatory.
 java.lang.String getMachineNameValue()
          Field machineName is defined as mandatory.
 SjAuthenticationInfo getRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjIdentity getSalesUnitKey()
          Field salesUnitKey is defined as optional.
 java.lang.String getSalesUnitKeyValue()
          Field salesUnitKey is defined as optional.
 TiStringInterface getSessionLanguageCode()
          Field sessionLanguageCode is defined as optional.
 java.lang.String getSessionLanguageCodeValue()
          Field sessionLanguageCode is defined as optional.
 TiStringInterface getTokenInfoString()
          Field tokenInfoString is defined as part of xor.
 java.lang.String getTokenInfoStringValue()
          Field tokenInfoString is defined as part of xor.
 TiStringInterface lookupApplicationName()
          Field applicationName is defined as mandatory.
 TiBooleanInterface lookupForcedLogin()
          Field forcedLogin is defined as optional.
 SjIdentity lookupIPAddress()
          Field iPAddress is defined as mandatory.
 SjAuthenticationInfo lookupLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 TiStringInterface lookupLockId()
          Field lockId is defined as optional.
 TiIntegerInterface lookupLoginXor()
          field loginXor
 SjIdentity lookupMacAddress()
          Field macAddress is defined as mandatory.
 SjIdentity lookupMachineName()
          Field machineName is defined as mandatory.
 SjAuthenticationInfo lookupRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjIdentity lookupSalesUnitKey()
          Field salesUnitKey is defined as optional.
 TiStringInterface lookupSessionLanguageCode()
          Field sessionLanguageCode is defined as optional.
 TiStringInterface lookupTokenInfoString()
          Field tokenInfoString is defined as part of xor.
 void setApplicationName(TiStringInterface inData)
          Field applicationName is defined as mandatory.
 void setApplicationNameValue(java.lang.String inData)
          Field applicationName is defined as mandatory.
 void setApplicationNameValue(java.lang.String inData, boolean inNotify)
          Field applicationName is defined as mandatory.
 void setForcedLogin(TiBooleanInterface inData)
          Field forcedLogin is defined as optional.
 void setForcedLoginValue(java.lang.Boolean inData)
          Field forcedLogin is defined as optional.
 void setForcedLoginValue(java.lang.Boolean inData, boolean inNotify)
          Field forcedLogin is defined as optional.
 void setIPAddress(SjIdentity inData)
          Field iPAddress is defined as mandatory.
 void setIPAddressValue(java.lang.String inData)
          Field iPAddress is defined as mandatory.
 void setIPAddressValue(java.lang.String inData, boolean inNotify)
          Field iPAddress is defined as mandatory.
 void setLDAPLoginInfo(SjAuthenticationInfo inData)
          Field lDAPLoginInfo is defined as part of xor.
 void setLockId(TiStringInterface inData)
          Field lockId is defined as optional.
 void setLockIdValue(java.lang.String inData)
          Field lockId is defined as optional.
 void setLockIdValue(java.lang.String inData, boolean inNotify)
          Field lockId is defined as optional.
 void setLoginXor(TiIntegerInterface inData)
          field loginXor
 void setLoginXorValue(java.lang.Integer inData)
          field loginXor
 void setMacAddress(SjIdentity inData)
          Field macAddress is defined as mandatory.
 void setMacAddressValue(java.lang.String inData)
          Field macAddress is defined as mandatory.
 void setMacAddressValue(java.lang.String inData, boolean inNotify)
          Field macAddress is defined as mandatory.
 void setMachineName(SjIdentity inData)
          Field machineName is defined as mandatory.
 void setMachineNameValue(java.lang.String inData)
          Field machineName is defined as mandatory.
 void setMachineNameValue(java.lang.String inData, boolean inNotify)
          Field machineName is defined as mandatory.
 void setRACFLoginInfo(SjAuthenticationInfo inData)
          Field rACFLoginInfo is defined as part of xor.
 void setSalesUnitKey(SjIdentity inData)
          Field salesUnitKey is defined as optional.
 void setSalesUnitKeyValue(java.lang.String inData)
          Field salesUnitKey is defined as optional.
 void setSalesUnitKeyValue(java.lang.String inData, boolean inNotify)
          Field salesUnitKey is defined as optional.
 void setSessionLanguageCode(TiStringInterface inData)
          Field sessionLanguageCode is defined as optional.
 void setSessionLanguageCodeValue(java.lang.String inData)
          Field sessionLanguageCode is defined as optional.
 void setSessionLanguageCodeValue(java.lang.String inData, boolean inNotify)
          Field sessionLanguageCode is defined as optional.
 void setTokenInfoString(TiStringInterface inData)
          Field tokenInfoString is defined as part of xor.
 void setTokenInfoStringValue(java.lang.String inData)
          Field tokenInfoString is defined as part of xor.
 void setTokenInfoStringValue(java.lang.String inData, boolean inNotify)
          Field tokenInfoString is defined as part of xor.
 
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

IPADDRESS

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

MACHINE_NAME

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

MAC_ADDRESS

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

SALES_UNIT_KEY

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

APPLICATION_NAME

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

SESSION_LANGUAGE_CODE

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

FORCED_LOGIN

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

LOGIN_XOR

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

TOKEN_INFO_STRING

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

RACFLOGIN_INFO

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

LDAPLOGIN_INFO

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

LOCK_ID

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

getIPAddress

SjIdentity getIPAddress()
Field iPAddress is defined as mandatory.


lookupIPAddress

SjIdentity lookupIPAddress()
Field iPAddress is defined as mandatory.


setIPAddress

void setIPAddress(SjIdentity inData)
Field iPAddress is defined as mandatory.


getIPAddressValue

java.lang.String getIPAddressValue()
Field iPAddress is defined as mandatory.


setIPAddressValue

void setIPAddressValue(java.lang.String inData)
Field iPAddress is defined as mandatory.


setIPAddressValue

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


getMachineName

SjIdentity getMachineName()
Field machineName is defined as mandatory.


lookupMachineName

SjIdentity lookupMachineName()
Field machineName is defined as mandatory.


setMachineName

void setMachineName(SjIdentity inData)
Field machineName is defined as mandatory.


getMachineNameValue

java.lang.String getMachineNameValue()
Field machineName is defined as mandatory.


setMachineNameValue

void setMachineNameValue(java.lang.String inData)
Field machineName is defined as mandatory.


setMachineNameValue

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


getMacAddress

SjIdentity getMacAddress()
Field macAddress is defined as mandatory.


lookupMacAddress

SjIdentity lookupMacAddress()
Field macAddress is defined as mandatory.


setMacAddress

void setMacAddress(SjIdentity inData)
Field macAddress is defined as mandatory.


getMacAddressValue

java.lang.String getMacAddressValue()
Field macAddress is defined as mandatory.


setMacAddressValue

void setMacAddressValue(java.lang.String inData)
Field macAddress is defined as mandatory.


setMacAddressValue

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


getSalesUnitKey

SjIdentity getSalesUnitKey()
Field salesUnitKey is defined as optional.


lookupSalesUnitKey

SjIdentity lookupSalesUnitKey()
Field salesUnitKey is defined as optional.


setSalesUnitKey

void setSalesUnitKey(SjIdentity inData)
Field salesUnitKey is defined as optional.


getSalesUnitKeyValue

java.lang.String getSalesUnitKeyValue()
Field salesUnitKey is defined as optional.


setSalesUnitKeyValue

void setSalesUnitKeyValue(java.lang.String inData)
Field salesUnitKey is defined as optional.


setSalesUnitKeyValue

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


getApplicationName

TiStringInterface getApplicationName()
Field applicationName is defined as mandatory.


lookupApplicationName

TiStringInterface lookupApplicationName()
Field applicationName is defined as mandatory.


setApplicationName

void setApplicationName(TiStringInterface inData)
Field applicationName is defined as mandatory.


getApplicationNameValue

java.lang.String getApplicationNameValue()
Field applicationName is defined as mandatory.


setApplicationNameValue

void setApplicationNameValue(java.lang.String inData)
Field applicationName is defined as mandatory.


setApplicationNameValue

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


getSessionLanguageCode

TiStringInterface getSessionLanguageCode()
Field sessionLanguageCode is defined as optional.


lookupSessionLanguageCode

TiStringInterface lookupSessionLanguageCode()
Field sessionLanguageCode is defined as optional.


setSessionLanguageCode

void setSessionLanguageCode(TiStringInterface inData)
Field sessionLanguageCode is defined as optional.


getSessionLanguageCodeValue

java.lang.String getSessionLanguageCodeValue()
Field sessionLanguageCode is defined as optional.


setSessionLanguageCodeValue

void setSessionLanguageCodeValue(java.lang.String inData)
Field sessionLanguageCode is defined as optional.


setSessionLanguageCodeValue

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


getForcedLogin

TiBooleanInterface getForcedLogin()
Field forcedLogin is defined as optional.


lookupForcedLogin

TiBooleanInterface lookupForcedLogin()
Field forcedLogin is defined as optional.


setForcedLogin

void setForcedLogin(TiBooleanInterface inData)
Field forcedLogin is defined as optional.


getForcedLoginValue

java.lang.Boolean getForcedLoginValue()
Field forcedLogin is defined as optional.


setForcedLoginValue

void setForcedLoginValue(java.lang.Boolean inData)
Field forcedLogin is defined as optional.


setForcedLoginValue

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


getLoginXor

TiIntegerInterface getLoginXor()
field loginXor


lookupLoginXor

TiIntegerInterface lookupLoginXor()
field loginXor


setLoginXor

void setLoginXor(TiIntegerInterface inData)
field loginXor


getLoginXorValue

java.lang.Integer getLoginXorValue()
field loginXor


setLoginXorValue

void setLoginXorValue(java.lang.Integer inData)
field loginXor


getTokenInfoString

TiStringInterface getTokenInfoString()
Field tokenInfoString is defined as part of xor.


lookupTokenInfoString

TiStringInterface lookupTokenInfoString()
Field tokenInfoString is defined as part of xor.


setTokenInfoString

void setTokenInfoString(TiStringInterface inData)
Field tokenInfoString is defined as part of xor.


getTokenInfoStringValue

java.lang.String getTokenInfoStringValue()
Field tokenInfoString is defined as part of xor.


setTokenInfoStringValue

void setTokenInfoStringValue(java.lang.String inData)
Field tokenInfoString is defined as part of xor.


setTokenInfoStringValue

void setTokenInfoStringValue(java.lang.String inData,
                             boolean inNotify)
Field tokenInfoString is defined as part of xor.


getRACFLoginInfo

SjAuthenticationInfo getRACFLoginInfo()
Field rACFLoginInfo is defined as part of xor.


lookupRACFLoginInfo

SjAuthenticationInfo lookupRACFLoginInfo()
Field rACFLoginInfo is defined as part of xor.


setRACFLoginInfo

void setRACFLoginInfo(SjAuthenticationInfo inData)
Field rACFLoginInfo is defined as part of xor.


getLDAPLoginInfo

SjAuthenticationInfo getLDAPLoginInfo()
Field lDAPLoginInfo is defined as part of xor.


lookupLDAPLoginInfo

SjAuthenticationInfo lookupLDAPLoginInfo()
Field lDAPLoginInfo is defined as part of xor.


setLDAPLoginInfo

void setLDAPLoginInfo(SjAuthenticationInfo inData)
Field lDAPLoginInfo is defined as part of xor.


getLockId

TiStringInterface getLockId()
Field lockId is defined as optional.


lookupLockId

TiStringInterface lookupLockId()
Field lockId is defined as optional.


setLockId

void setLockId(TiStringInterface inData)
Field lockId is defined as optional.


getLockIdValue

java.lang.String getLockIdValue()
Field lockId is defined as optional.


setLockIdValue

void setLockIdValue(java.lang.String inData)
Field lockId is defined as optional.


setLockIdValue

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



Copyright © 2012. All Rights Reserved.