Uses of Class
com.openindex.openestate.tool.agency.db.DbAgencyExposeFile
-
Packages that use DbAgencyExposeFile Package Description com.openindex.openestate.tool.agency.db com.openindex.openestate.tool.agency.db.hsql -
-
Uses of DbAgencyExposeFile in com.openindex.openestate.tool.agency.db
Methods in com.openindex.openestate.tool.agency.db that return DbAgencyExposeFile Modifier and Type Method Description DbAgencyExposeFileDbAgencyExposesHandler. getExposeFile(Connection c, long fileId)DbAgencyExposeFileDbAgencyExposesHandler. getExposeFile(Connection c, long exposeId, String name)DbAgencyExposeFileDbAgencyExposesHandlerImpl. getExposeFile(Connection c, long fileId)abstract DbAgencyExposeFileDbAgencyExposesHandlerImpl. getExposeFile(Connection c, long exposeId, String name)DbAgencyExposeFile[]DbAgencyExposesHandler. getExposeFiles(Connection c, long exposeId)DbAgencyExposeFile[]DbAgencyExposesHandler. getExposeFiles(Connection c, long[] ids)abstract DbAgencyExposeFile[]DbAgencyExposesHandlerImpl. getExposeFiles(Connection c, long exposeId)abstract DbAgencyExposeFile[]DbAgencyExposesHandlerImpl. getExposeFiles(Connection c, long[] ids)Methods in com.openindex.openestate.tool.agency.db with parameters of type DbAgencyExposeFile Modifier and Type Method Description voidDbAgencyExposesHandler. saveExposeFile(Connection c, DbAgencyExposeFile file)abstract voidDbAgencyExposesHandlerImpl. saveExposeFile(Connection c, DbAgencyExposeFile file) -
Uses of DbAgencyExposeFile in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql that return DbAgencyExposeFile Modifier and Type Method Description DbAgencyExposeFileHSqlDbAgencyExposesHandler. getExposeFile(Connection c, long exposeId, String name)DbAgencyExposeFile[]HSqlDbAgencyExposesHandler. getExposeFiles(Connection c, long exposeId)DbAgencyExposeFile[]HSqlDbAgencyExposesHandler. getExposeFiles(Connection c, long[] ids)Methods in com.openindex.openestate.tool.agency.db.hsql with parameters of type DbAgencyExposeFile Modifier and Type Method Description voidHSqlDbAgencyExposesHandler. saveExposeFile(Connection c, DbAgencyExposeFile file)
-