|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjProfileDataQuery
För att hämta profildata ur olika profilsystem.
Field Summary | |
---|---|
static java.lang.String |
PROFILE_ID
|
static java.lang.String |
PROFILE_SECURITY_TOKEN
|
static java.lang.String |
PROFILE_SYSTEM
|
Method Summary | |
---|---|
TiStringInterface |
getProfileId()
Field profileId is defined as mandatory. |
java.lang.String |
getProfileIdValue()
Field profileId is defined as mandatory. |
SjProfileSecurityToken |
getProfileSecurityToken()
Field profileSecurityToken is defined as optional. |
TiStringInterface |
getProfileSystem()
Field profileSystem is defined as mandatory. |
java.lang.String |
getProfileSystemValue()
Field profileSystem is defined as mandatory. |
TiStringInterface |
lookupProfileId()
Field profileId is defined as mandatory. |
SjProfileSecurityToken |
lookupProfileSecurityToken()
Field profileSecurityToken is defined as optional. |
TiStringInterface |
lookupProfileSystem()
Field profileSystem is defined as mandatory. |
void |
setProfileId(TiStringInterface inData)
Field profileId is defined as mandatory. |
void |
setProfileIdValue(java.lang.String inData)
Field profileId is defined as mandatory. |
void |
setProfileIdValue(java.lang.String inData,
boolean inNotify)
Field profileId is defined as mandatory. |
void |
setProfileSecurityToken(SjProfileSecurityToken inData)
Field profileSecurityToken is defined as optional. |
void |
setProfileSystem(TiStringInterface inData)
Field profileSystem is defined as mandatory. |
void |
setProfileSystemValue(java.lang.String inData)
Field profileSystem is defined as mandatory. |
void |
setProfileSystemValue(java.lang.String inData,
boolean inNotify)
Field profileSystem 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 PROFILE_SYSTEM
static final java.lang.String PROFILE_ID
static final java.lang.String PROFILE_SECURITY_TOKEN
Method Detail |
---|
TiStringInterface getProfileSystem()
TiStringInterface lookupProfileSystem()
void setProfileSystem(TiStringInterface inData)
java.lang.String getProfileSystemValue()
void setProfileSystemValue(java.lang.String inData)
void setProfileSystemValue(java.lang.String inData, boolean inNotify)
TiStringInterface getProfileId()
TiStringInterface lookupProfileId()
void setProfileId(TiStringInterface inData)
java.lang.String getProfileIdValue()
void setProfileIdValue(java.lang.String inData)
void setProfileIdValue(java.lang.String inData, boolean inNotify)
SjProfileSecurityToken getProfileSecurityToken()
SjProfileSecurityToken lookupProfileSecurityToken()
void setProfileSecurityToken(SjProfileSecurityToken inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |