|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.UserConfig
public class UserConfig
The class holds the information of user config.
Constructor Summary | |
---|---|
UserConfig()
Constructor. |
Method Summary | |
---|---|
boolean |
getAdjustPage()
|
boolean |
getAutoLogout()
Get the auto-logout. |
boolean |
getLogoutArtSave()
Get the setting of "logout artifact save" |
MonitorFilterCondition |
getMFC()
Get the monitor filter condition |
boolean |
getNewPASEMessageNotify()
Get the setting of "new PASEMessage notify" |
boolean |
getNewTaskNotify()
Get the setting of "new task notify" |
java.lang.String |
getPageFormatStr()
Get the page format string. |
java.lang.String |
getPageSizeName()
Get the page size name for printing. |
boolean |
getPrintFooter()
Get print footer. |
java.lang.String |
getPrintMode()
Get print mode |
java.lang.String |
getPrintPage()
Get the print page |
boolean |
getTFSearchDir()
Get the search direction of task frame |
int |
getTFSearchFld()
Get the search field of task frame |
java.lang.String |
getTFSearchKey()
Get the search keyword of task frame |
int |
getTimeOut()
Get time out value |
boolean |
getUnreadPASEMessageNotify()
Get the setting of "unread PASEMessage notify" |
java.lang.String |
getWebSkinName()
Get skinname config(for WebAgenda) |
boolean |
isBtnCmpHidden()
Is button component on the Form beging hidden
while printing the Form . |
boolean |
isPdfTextAntialiasOff()
|
java.lang.String |
packConfig()
Pack the config into a config string. |
void |
parseConfig(java.lang.String config)
Parse the config string and set these config. |
void |
setAdjustPage(boolean bAdj)
|
void |
setAutoLogout(boolean autoLogout)
Set the auto-logout. |
void |
setBtnCmpHidden(boolean aHideBtnCmp)
Set the button component on the Form beging hidden or not
while printing the Form . |
void |
setLogoutArtSave(boolean logoutArtSave)
Set the setting of "logout artifact save" true the artifact will save when the user logout; false otherwise |
void |
setMFC(MonitorFilterCondition mfc)
Set the monitor filter condition |
void |
setNewPASEMessageNotify(boolean b)
Set the setting of "new PASEMessage notify" true the system will notify user when new PASEMessage has come; false otherwise |
void |
setNewTaskNotify(boolean b)
Set the setting of "new task notify" true the system will notify user when new task has come; false otherwise |
void |
setPageFormatStr(java.lang.String formatStr)
Set the page format string. |
void |
setPageSizeName(java.lang.String aPageSizeName)
Set the page size name for printing. |
void |
setPdfTextAntialiasOff(boolean pdfTextAntialiasOff)
|
void |
setPrintFooter(boolean bFooter)
Set print footer. |
void |
setPrintMode(java.lang.String pm)
Set print mode |
void |
setPrintPage(java.lang.String pm)
Set the print page |
void |
setTFSearchDir(boolean sd)
Set the search direction of task frame |
void |
setTFSearchFld(int sf)
Set the search field of task frame |
void |
setTFSearchKey(java.lang.String sk)
Set the search keyword of task frame |
void |
setTimeOut(int timeOut)
Set time out value |
void |
setUnreadPASEMessageNotify(boolean b)
Set the setting of "unread PASEMessage notify" true the system will notify user when unread PASEMessage has come; false otherwise |
void |
setWebSkinName(java.lang.String skname)
Set skinname config(for WebAgenda) |
java.lang.String |
toString()
Returns a string representation of the instance of UserConfig object |
void |
update(UserConfig newConfig)
Update the data of UserConfig instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserConfig()
UserConfig
without parameters.
Method Detail |
---|
public boolean getAdjustPage()
public boolean getAutoLogout()
public boolean getLogoutArtSave()
public MonitorFilterCondition getMFC()
MonitorFilterCondition
public boolean getNewPASEMessageNotify()
public boolean getNewTaskNotify()
public java.lang.String getPageFormatStr()
public java.lang.String getPageSizeName()
public boolean getPrintFooter()
public java.lang.String getPrintMode()
PrintingConstants
public java.lang.String getPrintPage()
PrintingConstants
public boolean getTFSearchDir()
public int getTFSearchFld()
public java.lang.String getTFSearchKey()
public int getTimeOut()
public boolean getUnreadPASEMessageNotify()
public java.lang.String getWebSkinName()
public boolean isBtnCmpHidden()
Form
beging hidden
while printing the Form
.
true
if buttons should be hidden,
else false
;public boolean isPdfTextAntialiasOff()
public java.lang.String packConfig()
public void parseConfig(java.lang.String config)
config
- the given config stringpublic void setAdjustPage(boolean bAdj)
public void setAutoLogout(boolean autoLogout)
autoLogout
- the given boolean valuepublic void setBtnCmpHidden(boolean aHideBtnCmp)
Form
beging hidden or not
while printing the Form
.
aHideBtnCmp
- public void setLogoutArtSave(boolean logoutArtSave)
logoutArtSave
- the given boolean valuepublic void setMFC(MonitorFilterCondition mfc)
mfc
- the given monitor filter conditionMonitorFilterCondition
public void setNewPASEMessageNotify(boolean b)
b
- the given boolean valuepublic void setNewTaskNotify(boolean b)
b
- the given boolean valuepublic void setPageFormatStr(java.lang.String formatStr)
formatStr
- the given stringpublic void setPageSizeName(java.lang.String aPageSizeName)
aPageSizeName
- public void setPdfTextAntialiasOff(boolean pdfTextAntialiasOff)
public void setPrintFooter(boolean bFooter)
bFooter
- the given boolean valuepublic void setPrintMode(java.lang.String pm)
pm
- the given print modepublic void setPrintPage(java.lang.String pm)
pm
- the given print pagepublic void setTFSearchDir(boolean sd)
sd
- the given boolean valuepublic void setTFSearchFld(int sf)
sf
- the given search field of task framepublic void setTFSearchKey(java.lang.String sk)
sk
- the given search keywordpublic void setTimeOut(int timeOut)
timeOut
- the given valuepublic void setUnreadPASEMessageNotify(boolean b)
b
- the given boolean valuepublic void setWebSkinName(java.lang.String skname)
skname
- the skinnamepublic java.lang.String toString()
UserConfig
object
toString
in class java.lang.Object
public void update(UserConfig newConfig)
UserConfig
instance.
newConfig
- the given UserConfig
instance
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |