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 IWSFileAuthenticatedUser. setProfileImage(WSFileProviderEngine engine, java.sql.Connection conn, java.lang.String detail, java.io.File imageFile)Sets a new profile image for the user.IWSFileAuthenticatedUser. 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 theof this user.WSFileProviderUses of IWSFile in com.iizix.server.weblogos
Methods in com.iizix.server.weblogos that return IWSFile Modifier and Type Method Description IWSFileWebLogo. 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 IWSFileWebThumbnail. 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 IWSFileWSFileProvider. getFileFromFileName(java.lang.String fileName)Gets a WSFile from a file name that is located inside the root of the provider.IWSFileWSFileProvider. 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 IWSFileIWSFileProvider. getFileFromFileName(java.lang.String fileName)Gets a WSFile from a file name that is located inside the root of the provider.IWSFileIWSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)Reserves an existing file on disk, i.e.