Uses of Interface
com.iizix.wsfile.IWSFile
Packages that use IWSFile Package Description com.iizix.server.user com.iizix.server.weblogos com.iizix.server.webthumbs com.iizix.server.wsfile com.iizix.wsfile Uses of IWSFile in com.iizix.server.user
Methods in com.iizix.server.user that return IWSFile Modifier and Type Method Description IWSFile
AuthenticatedUser. setProfileImage(WSFileProviderEngine engine, java.sql.Connection conn, java.lang.String detail, java.io.File imageFile)
Sets a new profile image for the user.IWSFile
AuthenticatedUser. setProfileImage(java.sql.Connection conn, java.lang.String detail, java.io.File imageFile)
Sets a new profile image for the user.Methods in com.iizix.server.user that return types with arguments of type IWSFile Modifier and Type Method Description java.util.Map<java.lang.String,IWSFile>
AuthenticatedUser. loadAllUserFiles()
Loads the directory of all user files that are currently present and reserves the names in the
of this user.WSFileProvider
Uses of IWSFile in com.iizix.server.weblogos
Methods in com.iizix.server.weblogos that return IWSFile Modifier and Type Method Description IWSFile
WebLogo. getWSFile()
Gets the Web Server file in the file provider system that should be used for the web site logo.Uses of IWSFile in com.iizix.server.webthumbs
Methods in com.iizix.server.webthumbs that return IWSFile Modifier and Type Method Description IWSFile
WebThumbnail. getWSFile()
Gets the Web Server File that should be used for the web site thumbnail: 1280 x 1024.Uses of IWSFile in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return IWSFile Modifier and Type Method Description IWSFile
WSFileProvider. getFileFromFileName(java.lang.String fileName)
Gets a WSFile from a file name that is located inside the root of the provider.IWSFile
WSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)
Reserves an existing file on disk, i.e.Uses of IWSFile in com.iizix.wsfile
Methods in com.iizix.wsfile that return IWSFile Modifier and Type Method Description IWSFile
IWSFileProvider. getFileFromFileName(java.lang.String fileName)
Gets a WSFile from a file name that is located inside the root of the provider.IWSFile
IWSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)
Reserves an existing file on disk, i.e.