public interface IDfSessionManagerConfig extends IDfTypedObject
Modifier and Type | Method and Description |
---|---|
void |
addApplicationCode(java.lang.String value) |
void |
addDynamicGroup(java.lang.String value) |
java.lang.String |
getAddedDynamicGroup(int index) |
int |
getAddedDynamicGroupCount() |
java.lang.String |
getApplicationCode(int index) |
int |
getApplicationCodeCount() |
java.lang.String |
getLocale() |
java.lang.String |
getRemovedDynamicGroup(int index) |
int |
getRemovedDynamicGroupCount() |
java.lang.String |
getTimeZone() |
void |
removeApplicationCode(java.lang.String value) |
void |
removeDynamicGroup(java.lang.String value) |
void |
setLocale(java.lang.String value) |
void |
setTimeZone(java.lang.String value) |
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
java.lang.String getLocale()
void setLocale(java.lang.String value) throws DfException
DfException
java.lang.String getTimeZone()
void setTimeZone(java.lang.String value) throws DfException
DfException
int getApplicationCodeCount()
java.lang.String getApplicationCode(int index)
void addApplicationCode(java.lang.String value) throws DfException
DfException
void removeApplicationCode(java.lang.String value) throws DfException
DfException
void addDynamicGroup(java.lang.String value) throws DfException
DfException
void removeDynamicGroup(java.lang.String value) throws DfException
DfException
int getAddedDynamicGroupCount()
java.lang.String getAddedDynamicGroup(int index)
int getRemovedDynamicGroupCount()
java.lang.String getRemovedDynamicGroup(int index)
Copyright 1994-2023 OpenText Corporation. All rights reserved.