public final class AgencyPlugin extends ImmoToolProjectPlugin
ImmoToolPlugin.| Modifier and Type | Class and Description |
|---|---|
static class |
AgencyPlugin.ContactFormAction
Show tab for a contact person.
|
static class |
AgencyPlugin.ContactTableAction
Show table with contact person.
|
static class |
AgencyPlugin.EstateFormAction
Show tab for a property.
|
static class |
AgencyPlugin.EstateImportAction
Import properties from a file.
|
static class |
AgencyPlugin.EstateSaveAction
Save properties to local harddisk.
|
static class |
AgencyPlugin.EstateTableAction
Show table with properties.
|
static class |
AgencyPlugin.EstateUpdateAttachmentsAction
Update attachments of properties.
|
static class |
AgencyPlugin.ExportAction
Launch property export process.
|
static class |
AgencyPlugin.ExportCancelAction
Cancel currently running property exports.
|
static class |
AgencyPlugin.ExportEnableAction
Enable / disable an export inteface.
|
static class |
AgencyPlugin.ExportFormAction
Show tab for a property export.
|
static class |
AgencyPlugin.ExportJobCancelAction
Cancel a currently running export process.
|
static class |
AgencyPlugin.ExportJobErrorAction
Show exception of a failed export process.
|
static class |
AgencyPlugin.ExportJobRestartAction
Restart a failed export process.
|
static class |
AgencyPlugin.ExportLoadAction
Import an export interface into the application.
|
static class |
AgencyPlugin.ExportObjectsAction
Show dialog for management of exportable properties.
|
static class |
AgencyPlugin.ExportRemoveAction
Remove an export interface.
|
static class |
AgencyPlugin.ExportSaveAction
Save an export interface to harddisk.
|
static class |
AgencyPlugin.ExportTableAction
Show table with export interfaces.
|
static class |
AgencyPlugin.ExportUnlockAction
Unlock an export interface.
|
static class |
AgencyPlugin.ExportViewLogAction
Show protocols for an export interface.
|
static class |
AgencyPlugin.SearchDialogAction
Show dialog for a property search.
|
static class |
AgencyPlugin.SearchRemoveAction
Remove a property search.
|
static class |
AgencyPlugin.SidebarRefreshAction
Refresh property view in sidebar.
|
static class |
AgencyPlugin.SidebarSelectAction
Show property view in sidebar.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_LAST_IMPORT_LOCATION |
static String |
ID |
static String |
IMAGE_FORMAT |
static int |
IMAGE_PREVIEW_HEIGHT |
static int |
IMAGE_PREVIEW_WIDTH |
static String |
RESOURCE_PATH |
static String |
USER_FAVOURED_SEARCH_IDS |
| Constructor and Description |
|---|
AgencyPlugin() |
getApiVersion, isAllowed, isUsablegetAuthor, getAuthorWebsite, getProperty, getProperty, getRequiredPlugins, getResourcePath, getVersion, getWebsite, isLicensedpublic static final String ID
public static final String RESOURCE_PATH
public static final String IMAGE_FORMAT
public static final int IMAGE_PREVIEW_WIDTH
public static final int IMAGE_PREVIEW_HEIGHT
public static final String APP_LAST_IMPORT_LOCATION
public static final String USER_FAVOURED_SEARCH_IDS
protected void doStart()
throws Exception
doStart in class org.java.plugin.PluginExceptionprotected void doStop()
throws Exception
doStop in class org.java.plugin.PluginExceptionpublic static DbAgencyExtension getDbAgencyExtension()
public String getDescription()
getDescription in class ImmoToolPluginpublic ImageIcon getIcon()
getIcon in class ImmoToolPluginpublic String getId()
getId in class ImmoToolPluginpublic static int getImageMaxHeight()
public static int getImageMaxWidth()
public static AgencyPlugin getInstance()
public static File getLastExportLocation()
public static File getLastImageLocation()
public static File getLastImportLocation()
public String getLicense()
getLicense in class ImmoToolPluginpublic static Locale[] getLocales()
public static Locale[] getLocalesWithLanguagePack()
public ProjectPermission[] getPermissions()
getPermissions in class ImmoToolProjectPluginpublic String getPhpExportVersion()
public String[] getRequiredProcedures()
getRequiredProcedures in class ImmoToolProjectPluginpublic String[] getRequiredViews()
getRequiredViews in class ImmoToolProjectPluginpublic String getTitle()
getTitle in class ImmoToolPluginpublic String getUninstallQuery(String driverName) throws IOException
getUninstallQuery in class ImmoToolProjectPluginIOExceptionpublic DbUpdateHandler getUpdateHandler(String driverName)
getUpdateHandler in class ImmoToolProjectPluginpublic void install(Connection c, DbExtension dbExtension, String driverName, boolean importDefaultData) throws SQLException, IOException
install in class ImmoToolProjectPluginSQLExceptionIOExceptionpublic boolean isAllowed(ImmoToolProject project)
isAllowed in class ImmoToolProjectPluginpublic static boolean isApproximatedAttributes()
public boolean isUsable(ImmoToolProject project)
isUsable in class ImmoToolProjectPluginpublic static boolean isUserAllowedTo(AgencyPermission permission)
public static boolean isUserAllowedTo(AgencyPermission permission, ImmoToolProject project)
public static void loadSettings(ImmoToolProject project) throws SQLException, IOException
SQLExceptionIOExceptionpublic static void loadSettings(ImmoToolProject project, Connection c) throws SQLException, IOException
SQLExceptionIOExceptionpublic void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair in class ImmoToolProjectPluginSQLExceptionpublic static void saveSettings(ImmoToolProject project) throws SQLException, IOException
SQLExceptionIOExceptionpublic static void saveSettings(Connection c, DbUser user, DbExtension dbExtension) throws SQLException, IOException
SQLExceptionIOExceptionpublic static void saveSettings(Connection c, DbUser user, DbExtension dbExtension, DbAgencyExtension dbAgencyExtension) throws SQLException, IOException
SQLExceptionIOExceptionpublic static void setApproximatedAttributes(boolean approximatedAttributes)
public static void setDbAgencyExtension(DbAgencyExtension dbAgencyExtension)
public static void setImageMaxHeight(int imageMaxHeight)
public static void setImageMaxWidth(int imageMaxWidth)
public static void setLastExportLocation(File lastExportLocation)
public static void setLastImageLocation(File lastImageLocation)
public static void setLastImportLocation(File file)
public static void setLocales(Locale[] locales)
public static void unloadSettings()
Copyright © 2015 OpenEstate. All rights reserved.