public class User
extends BSAccountUser
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getAuthLevel() |
int |
getEngineReportColumns() |
int |
getEngineReportRows() |
int |
getFilterPagePicCount()
Get the number of filters to display on a page, given a choice.
|
int |
getHomePageThumbWidth() |
int |
getHomeThumbDelay() |
java.lang.String |
getHomeThumbSetName() |
int |
getMosaicDisplayDelay() |
java.lang.String |
getMosaicOutputFile() |
int |
getMosaicPreviewHeight() |
java.lang.String |
getMosaicSetName() |
java.lang.String |
getMosaicTestPic() |
int |
getMosaicTileHeight() |
int |
getPicBrowserPicsPerPage()
Get the number of thumbnails displayed in a page in the PicBrowser.
|
int |
getPosterPid() |
int |
getSlideShowDelay() |
int |
getSlideShowSid() |
boolean |
isEditorShowChangedFilters()
Should the filter editor display a div of filters that changed as a result of your editing?
|
boolean |
isEditorShowFileDates()
Should the filter editor display the file dates?
|
boolean |
isHomeDebug()
Display the javascript debug on the home page?
|
boolean |
isPicBrowserShowRatings()
Are we displaying the picture ratings in the PicBrowser?
|
boolean |
isSetManShowInactiveSets() |
boolean |
isShowInactiveChains() |
boolean |
isShowInactiveRoots() |
boolean |
isShowRatings() |
boolean |
isSlideShowRandom()
Are we randomizing the slide show pics?
|
void |
setAuthLevel(int authLevel) |
void |
setEditorShowChangedFilters(boolean editorShowChangedFilters)
Should the filter editor display a div of filters that changed as a result of your editing?
|
void |
setEditorShowFileDates(boolean editorShowFileDates)
Should the filter editor display the file dates?
|
void |
setEngineReportColumns(int engineReportColumns) |
void |
setEngineReportRows(int engineReportRows) |
void |
setFilterPagePicCount(int filterPagePicCount)
Set the number of filters to display on a page, given a choice.
|
void |
setHomeDebug(boolean homeDebug)
Display the javascript debug on the home page
|
void |
setHomePageThumbWidth(int homePageThumbWidth) |
void |
setHomeThumbDelay(int homeThumbDelay) |
void |
setHomeThumbSetName(java.lang.String homeThumbSetName) |
void |
setMosaicDisplayDelay(int mosaicDisplayDelay) |
void |
setMosaicOutputFile(java.lang.String mosaicOutputFile) |
void |
setMosaicPreviewHeight(int mosaicPreviewHeight) |
void |
setMosaicSetName(java.lang.String mosaicSetName) |
void |
setMosaicTestPic(java.lang.String mosaicTestPic) |
void |
setMosaicTileHeight(int mosaicTileHeight) |
void |
setPicBrowserPicsPerPage(int picBrowserPicsPerPage)
Set the number of thumbnails displayed in a page in the PicBrowser.
|
void |
setPicBrowserShowRatings(boolean picBrowserShowRatings) |
void |
setPosterPid(int posterPid)
The last poster the user submitted
|
void |
setSetManShowInactiveSets(boolean setManShowInactiveSets) |
void |
setShowInactiveChains(boolean showInactiveChains) |
void |
setShowInactiveRoots(boolean showInactiveRoots) |
void |
setShowRatings(boolean showRatings) |
void |
setSlideShowDelay(int slideShowDelay) |
void |
setSlideShowRandom(boolean slideShowRandom)
Set whether to randomize the slide show pics or not
|
void |
setSlideShowSid(int slideShowSid) |
public boolean isShowRatings()
public void setShowRatings(boolean showRatings)
showRatings
- The showRatings to set.public java.lang.String getMosaicTestPic()
public void setMosaicTestPic(java.lang.String mosaicTestPic)
mosaicTestPic
- the mosaicTestPic to setpublic java.lang.String getMosaicSetName()
public void setMosaicSetName(java.lang.String mosaicSetName)
mosaicSetName
- the mosaicSetName to setpublic int getAuthLevel()
public void setAuthLevel(int authLevel)
authLevel
- the authLevel to setpublic int getMosaicTileHeight()
public void setMosaicTileHeight(int mosaicTileHeight)
mosaicTileHeight
- the mosaicTileHeight to setpublic int getMosaicPreviewHeight()
public void setMosaicPreviewHeight(int mosaicPreviewHeight)
mosaicPreviewHeight
- the mosaicPreviewHeight to setpublic java.lang.String getMosaicOutputFile()
public void setMosaicOutputFile(java.lang.String mosaicOutputFile)
mosaicOutputFile
- the mosaicOutputFile to setpublic int getMosaicDisplayDelay()
public void setMosaicDisplayDelay(int mosaicDisplayDelay)
mosaicDisplayDelay
- the mosaicDisplayDelay to setpublic boolean isSetManShowInactiveSets()
public void setSetManShowInactiveSets(boolean setManShowInactiveSets)
setManShowInactiveSets
- the setManShowInactiveSets to setpublic int getFilterPagePicCount()
public void setFilterPagePicCount(int filterPagePicCount)
filterPagePicCount
- the filterPagePicCount to setpublic int getHomePageThumbWidth()
public void setHomePageThumbWidth(int homePageThumbWidth)
homePageThumbWidth
- the homePageThumbHeight to setpublic int getHomeThumbDelay()
public void setHomeThumbDelay(int homeThumbDelay)
homeThumbDelay
- the homeThumbDelay to setpublic int getPicBrowserPicsPerPage()
public void setPicBrowserPicsPerPage(int picBrowserPicsPerPage)
picBrowserPicsPerPage
- the picBrowserPicsPerPage to setpublic boolean isPicBrowserShowRatings()
public void setPicBrowserShowRatings(boolean picBrowserShowRatings)
picBrowserShowRatings
- the picBrowserShowRatings to setpublic boolean isEditorShowFileDates()
public void setEditorShowFileDates(boolean editorShowFileDates)
editorShowFileDates
- the editorShowFileDates to setpublic boolean isEditorShowChangedFilters()
public void setEditorShowChangedFilters(boolean editorShowChangedFilters)
editorShowChangedFilters
- the editorShowChangedFilters to setpublic java.lang.String getHomeThumbSetName()
public void setHomeThumbSetName(java.lang.String homeThumbSetName)
homeThumbSetName
- the homeThumbSetName to setpublic boolean isHomeDebug()
public void setHomeDebug(boolean homeDebug)
homeDebug
- the homeDebug to setpublic int getSlideShowSid()
public void setSlideShowSid(int slideShowSid)
slideShowSid
- the slideShowSid to setpublic int getSlideShowDelay()
public void setSlideShowDelay(int slideShowDelay)
slideShowDelay
- the slideShowDelay to setpublic boolean isSlideShowRandom()
public void setSlideShowRandom(boolean slideShowRandom)
slideShowRandom
- the slideShowRandom to setpublic boolean isShowInactiveChains()
public void setShowInactiveChains(boolean showInactiveChains)
showInactiveChains
- the showInactiveChains to setpublic boolean isShowInactiveRoots()
public void setShowInactiveRoots(boolean showInactiveRoots)
showInactiveRoots
- the showInactiveRoots to setpublic int getEngineReportColumns()
public void setEngineReportColumns(int engineReportColumns)
public int getEngineReportRows()
public void setEngineReportRows(int engineReportRows)
public int getPosterPid()
public void setPosterPid(int posterPid)
posterPid
- the posterPid to set