|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.component.util.retailer.imports.ImportRetailerConfiguration
public class ImportRetailerConfiguration
The configuration of ImportRetailer.
| Nested Class Summary | |
|---|---|
static class |
ImportRetailerConfiguration.Importer
Maps a file-name-extension to an AbstractRetailerImporter by
full-qualified-class-name. |
| Constructor Summary | |
|---|---|
protected |
ImportRetailerConfiguration()
Default constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getBackupExtension()
Returns the extension that will be used for creating backup files. |
java.lang.String |
getFileNamePrefix()
Returns the String that has to be the first part of the name
of every File that shall be imported. |
AbstractRetailerImporter |
getImporter(java.lang.String extension)
Returns an AbstractRetailerImporter for the given
extension if exists. |
java.lang.String |
getImportFolderPath()
Returns the path to the folder that contains the Files to be
imported. |
java.lang.String |
getLogoFolderPath()
Returns the path to the folder containing the logo Files to
be associated with the imported Retailers. |
java.lang.Integer |
getRetailStoreFilterSize()
Returns the size for the BitSet of the retail-store-filter. |
java.lang.String |
getTemporaryExtension()
Returns the extension that will be used for creating temporary files. |
java.lang.Integer |
getWebShopFilterSize()
Returns the size for the BitSet of the
web-shop-filter-filter. |
boolean |
isExistingImporterForExtension(java.lang.String extension)
Test whether an AbstractRetailerImporter exists for the
given extension. |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ImportRetailerConfiguration()
| Method Detail |
|---|
public final java.lang.String getImportFolderPath()
Files to be
imported.
Files to be
imported.public final java.lang.String getFileNamePrefix()
String that has to be the first part of the name
of every File that shall be imported.
String that has to be the first part of the name
of every File that shall be imported.public final java.lang.String getBackupExtension()
public final java.lang.String getTemporaryExtension()
public final java.lang.String getLogoFolderPath()
Files to
be associated with the imported Retailers.
Files to
be associated with the imported Retailers.public final boolean isExistingImporterForExtension(java.lang.String extension)
AbstractRetailerImporter exists for the
given extension.
extension - the file-extension
true if an AbstractRetailerImporter
exists for the given extension, false
otherwise
public final AbstractRetailerImporter getImporter(java.lang.String extension)
throws RetailerImporterException
AbstractRetailerImporter for the given
extension if exists.
extension - the file-extension
AbstractRetailerImporter for the
given extension if exists, null otherwise
RetailerImporterException - on errorspublic final java.lang.Integer getRetailStoreFilterSize()
BitSet of the retail-store-filter.
public final java.lang.Integer getWebShopFilterSize()
BitSet of the
web-shop-filter-filter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||