Uses of Class
com.openindex.openestate.tool.ImmoToolAgent
-
Packages that use ImmoToolAgent Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.agency.expose com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of ImmoToolAgent in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return ImmoToolAgent Modifier and Type Method Description ImmoToolAgent
ImmoToolProject. getAgent()
Get locally stored agent.static ImmoToolAgent
ImmoToolAgent. loadAgent(Connection c, DbExtension dbExtension)
static ImmoToolAgent
ImmoToolAgent. parseImmoToolAgent(org.dom4j.Document doc)
Methods in com.openindex.openestate.tool with parameters of type ImmoToolAgent Modifier and Type Method Description static ImmoToolAgentPanel
ImmoToolAgentPanel. createTab(ImmoToolAgent agent)
abstract void
ImmoToolAgentPanel.AbstractTab. load(ImmoToolAgent agent)
abstract void
ImmoToolAgentPanel.AbstractTab. save(ImmoToolAgent agent)
static void
ImmoToolAgent. saveAgent(Connection c, DbExtension dbExtension, ImmoToolAgent agent)
void
ImmoToolAgentPanel.AbstractTab. saveFinished(ImmoToolAgent agent, ImmoToolProject project)
Constructors in com.openindex.openestate.tool with parameters of type ImmoToolAgent Constructor Description ImmoToolProjectCreateTask(ImmoToolProject project, ImmoToolAgent projectAgent, Map<String,Boolean> projectPlugins, Upgrade localProjectUpgrade)
-
Uses of ImmoToolAgent in com.openindex.openestate.tool.agency.expose
Methods in com.openindex.openestate.tool.agency.expose that return ImmoToolAgent Modifier and Type Method Description protected ImmoToolAgent
AbstractExpose. getAgent()
Methods in com.openindex.openestate.tool.agency.expose with parameters of type ImmoToolAgent Modifier and Type Method Description protected com.lowagie.text.pdf.PdfPTable
PdfShortExpose. createExposeContactTable(DbAgencyContact contact, ImmoToolAgent agent, Color textColor, float totalWidth, float totalHeight)
-
Uses of ImmoToolAgent in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils that return ImmoToolAgent Modifier and Type Method Description ImmoToolAgent
Upgrade. getAgent()
-