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 DbAgencyExposeFile
DbAgencyExposesHandler. getExposeFile(Connection c, long fileId)
DbAgencyExposeFile
DbAgencyExposesHandler. getExposeFile(Connection c, long exposeId, String name)
DbAgencyExposeFile
DbAgencyExposesHandlerImpl. getExposeFile(Connection c, long fileId)
abstract DbAgencyExposeFile
DbAgencyExposesHandlerImpl. 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 void
DbAgencyExposesHandler. saveExposeFile(Connection c, DbAgencyExposeFile file)
abstract void
DbAgencyExposesHandlerImpl. 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 DbAgencyExposeFile
HSqlDbAgencyExposesHandler. 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 void
HSqlDbAgencyExposesHandler. saveExposeFile(Connection c, DbAgencyExposeFile file)
-