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, isUsable
getAuthor, getAuthorWebsite, getProperty, getProperty, getRequiredPlugins, getResourcePath, getVersion, getWebsite, isLicensed
public 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.Plugin
Exception
protected void doStop() throws Exception
doStop
in class org.java.plugin.Plugin
Exception
public static DbAgencyExtension getDbAgencyExtension()
public String getDescription()
getDescription
in class ImmoToolPlugin
public ImageIcon getIcon()
getIcon
in class ImmoToolPlugin
public String getId()
getId
in class ImmoToolPlugin
public 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 ImmoToolPlugin
public static Locale[] getLocales()
public static Locale[] getLocalesWithLanguagePack()
public ProjectPermission[] getPermissions()
getPermissions
in class ImmoToolProjectPlugin
public String getPhpExportVersion()
public String[] getRequiredProcedures()
getRequiredProcedures
in class ImmoToolProjectPlugin
public String[] getRequiredViews()
getRequiredViews
in class ImmoToolProjectPlugin
public String getTitle()
getTitle
in class ImmoToolPlugin
public String getUninstallQuery(String driverName) throws IOException
getUninstallQuery
in class ImmoToolProjectPlugin
IOException
public DbUpdateHandler getUpdateHandler(String driverName)
getUpdateHandler
in class ImmoToolProjectPlugin
public void install(Connection c, DbExtension dbExtension, String driverName, boolean importDefaultData) throws SQLException, IOException
install
in class ImmoToolProjectPlugin
SQLException
IOException
public boolean isAllowed(ImmoToolProject project)
isAllowed
in class ImmoToolProjectPlugin
public static boolean isApproximatedAttributes()
public boolean isUsable(ImmoToolProject project)
isUsable
in class ImmoToolProjectPlugin
public static boolean isUserAllowedTo(AgencyPermission permission)
public static boolean isUserAllowedTo(AgencyPermission permission, ImmoToolProject project)
public static void loadSettings(ImmoToolProject project) throws SQLException, IOException
SQLException
IOException
public static void loadSettings(ImmoToolProject project, Connection c) throws SQLException, IOException
SQLException
IOException
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair
in class ImmoToolProjectPlugin
SQLException
public static void saveSettings(ImmoToolProject project) throws SQLException, IOException
SQLException
IOException
public static void saveSettings(Connection c, DbUser user, DbExtension dbExtension) throws SQLException, IOException
SQLException
IOException
public static void saveSettings(Connection c, DbUser user, DbExtension dbExtension, DbAgencyExtension dbAgencyExtension) throws SQLException, IOException
SQLException
IOException
public 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.