public class WebsitePhpBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_DIR |
static String |
CONFIG_DEFAULT_PHP |
static String |
CONFIG_PHP |
static String |
DATA_DIR |
static String |
HTACCESS |
static String |
IMG_DIR |
static String |
INDEX_HTML |
static String |
LANGUAGE_PHP |
static String |
MYCONFIG_DEFAULT_PHP |
static String |
MYCONFIG_PHP |
static String |
OBJECT_PHP |
static String |
PRIVATE_PHP |
static String |
SESSIONS_DIR |
static String |
TEMPLATES_DIR |
static String |
TERMS_PHP |
static String |
TEXTS_PHP |
Constructor and Description |
---|
WebsitePhpBuilder(WebsitePhpFormat format) |
Modifier and Type | Method and Description |
---|---|
protected String |
build_config_php(com.openindex.openestate.impl.AgentImpl agent,
File defaultConfigFile)
config.php erzeugen.
|
protected String |
build_language_php()
language.php erzeugen.
|
protected void |
build_object_pdf(AbstractExpose exposeBuilder,
ExportEntry entry,
String estateKey,
File estateDir,
Connection c)
PDF-Exposé einer Immobilie erzeugen.
|
protected void |
build_object_pdf(AbstractExpose exposeBuilder,
ExportEntry entry,
String estateKey,
File estateDir,
Locale lang,
Connection c)
PDF-Exposé einer Immobilie erzeugen.
|
protected String |
build_object_php(com.openindex.openestate.impl.EstateImpl estate,
String estateKey,
DbAgencyObject.Status status,
com.openindex.openestate.impl.AgentImpl agent,
com.openindex.openestate.impl.AgentContactImpl contact,
Date createdAt,
Date modifiedAt,
File dir)
object.php erzeugen.
|
protected String |
build_object_texts_php(com.openindex.openestate.impl.EstateImpl estate,
String estateKey)
texts.php erzeugen.
|
protected String |
build_private_php()
private.php erzeugen.
|
protected String |
build_terms_php(com.openindex.openestate.impl.AgentImpl agent)
terms.php erzeugen.
|
protected String |
build_translation_php(Locale l)
i18n.php erzeugen.
|
void |
write(com.openindex.openestate.impl.TransferImpl transfer,
ExportContext context,
DbAgencyExpose expose) |
public static final String CACHE_DIR
public static final String SESSIONS_DIR
public static final String DATA_DIR
public static final String IMG_DIR
public static final String TEMPLATES_DIR
public static final String INDEX_HTML
public static final String CONFIG_PHP
public static final String CONFIG_DEFAULT_PHP
public static final String MYCONFIG_PHP
public static final String MYCONFIG_DEFAULT_PHP
public static final String PRIVATE_PHP
public static final String LANGUAGE_PHP
public static final String TERMS_PHP
public static final String OBJECT_PHP
public static final String TEXTS_PHP
public static final String HTACCESS
public WebsitePhpBuilder(WebsitePhpFormat format)
protected String build_config_php(com.openindex.openestate.impl.AgentImpl agent, File defaultConfigFile) throws IOException
IOException
- Fehler beim Lesen der Ressource.protected String build_language_php() throws IOException
IOException
protected final void build_object_pdf(AbstractExpose exposeBuilder, ExportEntry entry, String estateKey, File estateDir, Connection c) throws IOException, com.lowagie.text.DocumentException, SQLException
IOException
com.lowagie.text.DocumentException
SQLException
protected void build_object_pdf(AbstractExpose exposeBuilder, ExportEntry entry, String estateKey, File estateDir, Locale lang, Connection c) throws IOException, com.lowagie.text.DocumentException, SQLException
IOException
com.lowagie.text.DocumentException
SQLException
protected String build_object_php(com.openindex.openestate.impl.EstateImpl estate, String estateKey, DbAgencyObject.Status status, com.openindex.openestate.impl.AgentImpl agent, com.openindex.openestate.impl.AgentContactImpl contact, Date createdAt, Date modifiedAt, File dir) throws IOException
IOException
protected String build_object_texts_php(com.openindex.openestate.impl.EstateImpl estate, String estateKey) throws IOException
IOException
protected String build_private_php() throws IOException
IOException
protected String build_terms_php(com.openindex.openestate.impl.AgentImpl agent) throws IOException
IOException
protected String build_translation_php(Locale l) throws IOException
IOException
public void write(com.openindex.openestate.impl.TransferImpl transfer, ExportContext context, DbAgencyExpose expose) throws IOException, SQLException
IOException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.