com.konakart.appif
Interface StoreIf

All Known Implementing Classes:
Store

public interface StoreIf

A KonaKart Store definition


Method Summary
 java.lang.String getAdminEmail()
          Email of the store administrator
 java.lang.String getCssFileName()
          File name of the CSS file used by the store
 java.lang.String getCustom1()
          Custom attribute
 java.lang.String getCustom2()
          Custom attribute
 java.lang.String getCustom3()
          Custom attribute
 java.lang.String getCustom4()
          Custom attribute
 java.lang.String getCustom5()
          Custom attribute
 java.util.Calendar getDateAdded()
           
 java.util.Calendar getLastUpdated()
          When the store was last updated
 java.lang.String getLogoFileName()
          File name of the store logo
 int getMaxProducts()
          The maximum number of products that a store may manage
 java.lang.String getStoreDesc()
          Description of the store
 java.lang.String getStoreHome()
          The instance id of a store that can associate it to a KonaKart instance
 java.lang.String getStoreId()
          Used in multi-store mode to configure the engine to use the correct store.
 java.lang.String getStoreName()
          The name of the store
 java.lang.String getStoreUrl()
          The Url of a store
 boolean isDeleted()
          Defines whether the store has been deleted
 boolean isEnabled()
          Defines whether the store is enabled
 boolean isTemplate()
          Define a store as a template for creating new stores
 boolean isUnderMaintenance()
          Defines whether the store is under maintenance
 void setAdminEmail(java.lang.String adminEmail)
          Email of the store administrator
 void setCssFileName(java.lang.String cssFileName)
          File name of the CSS file used by the store
 void setCustom1(java.lang.String custom1)
          Custom attribute
 void setCustom2(java.lang.String custom2)
          Custom attribute
 void setCustom3(java.lang.String custom3)
          Custom attribute
 void setCustom4(java.lang.String custom4)
          Custom attribute
 void setCustom5(java.lang.String custom5)
          Custom attribute
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setDeleted(boolean deleted)
          Defines whether the store has been deleted
 void setEnabled(boolean enabled)
          Defines whether the store is enabled
 void setLastUpdated(java.util.Calendar lastUpdated)
          When the store was last updated
 void setLogoFileName(java.lang.String logoFileName)
          File name of the store logo
 void setMaxProducts(int maxProducts)
          The maximum number of products that a store may manage
 void setStoreDesc(java.lang.String storeDesc)
          Description of the store
 void setStoreHome(java.lang.String storeHome)
          The instance id of a store that can associate it to a KonaKart instance
 void setStoreId(java.lang.String storeId)
          Used in multi-store mode to configure the engine to use the correct store.
 void setStoreName(java.lang.String storeName)
          The name of the store
 void setStoreUrl(java.lang.String storeUrl)
          The Url of a store
 void setTemplate(boolean template)
          Define a store as a template for creating new stores
 void setUnderMaintenance(boolean underMaintenance)
          Defines whether the store is under maintenance
 

Method Detail

getStoreId

java.lang.String getStoreId()
Used in multi-store mode to configure the engine to use the correct store.

Returns:
Returns the storeId.

setStoreId

void setStoreId(java.lang.String storeId)
Used in multi-store mode to configure the engine to use the correct store.

Parameters:
storeId - The storeId to set.

getStoreName

java.lang.String getStoreName()
The name of the store

Returns:
the storeName

setStoreName

void setStoreName(java.lang.String storeName)
The name of the store

Parameters:
storeName - the storeName to set

isDeleted

boolean isDeleted()
Defines whether the store has been deleted

Returns:
the deleted

setDeleted

void setDeleted(boolean deleted)
Defines whether the store has been deleted

Parameters:
deleted - the deleted to set

getLastUpdated

java.util.Calendar getLastUpdated()
When the store was last updated

Returns:
the lastUpdated

setLastUpdated

void setLastUpdated(java.util.Calendar lastUpdated)
When the store was last updated

Parameters:
lastUpdated - the lastUpdated to set

getDateAdded

java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - the dateAdded to set

getStoreDesc

java.lang.String getStoreDesc()
Description of the store

Returns:
the storeDesc

setStoreDesc

void setStoreDesc(java.lang.String storeDesc)
Description of the store

Parameters:
storeDesc - the storeDesc to set

getLogoFileName

java.lang.String getLogoFileName()
File name of the store logo

Returns:
the logoFileName

setLogoFileName

void setLogoFileName(java.lang.String logoFileName)
File name of the store logo

Parameters:
logoFileName - the logoFileName to set

getCssFileName

java.lang.String getCssFileName()
File name of the CSS file used by the store

Returns:
the cssFileName

setCssFileName

void setCssFileName(java.lang.String cssFileName)
File name of the CSS file used by the store

Parameters:
cssFileName - the cssFileName to set

isEnabled

boolean isEnabled()
Defines whether the store is enabled

Returns:
the enabled

setEnabled

void setEnabled(boolean enabled)
Defines whether the store is enabled

Parameters:
enabled - the enabled to set

isUnderMaintenance

boolean isUnderMaintenance()
Defines whether the store is under maintenance

Returns:
the underMaintenance

setUnderMaintenance

void setUnderMaintenance(boolean underMaintenance)
Defines whether the store is under maintenance

Parameters:
underMaintenance - the underMaintenance to set

getAdminEmail

java.lang.String getAdminEmail()
Email of the store administrator

Returns:
the adminEmail

setAdminEmail

void setAdminEmail(java.lang.String adminEmail)
Email of the store administrator

Parameters:
adminEmail - the adminEmail to set

isTemplate

boolean isTemplate()
Define a store as a template for creating new stores

Returns:
the template

setTemplate

void setTemplate(boolean template)
Define a store as a template for creating new stores

Parameters:
template - the template to set

getMaxProducts

int getMaxProducts()
The maximum number of products that a store may manage

Returns:
the maxProducts

setMaxProducts

void setMaxProducts(int maxProducts)
The maximum number of products that a store may manage

Parameters:
maxProducts - the maxProducts to set

getStoreHome

java.lang.String getStoreHome()
The instance id of a store that can associate it to a KonaKart instance

Returns:
the storeHome

setStoreHome

void setStoreHome(java.lang.String storeHome)
The instance id of a store that can associate it to a KonaKart instance

Parameters:
storeHome - the storeHome to set

getStoreUrl

java.lang.String getStoreUrl()
The Url of a store

Returns:
the storeUrl

setStoreUrl

void setStoreUrl(java.lang.String storeUrl)
The Url of a store

Parameters:
storeUrl - the storeUrl to set

getCustom1

java.lang.String getCustom1()
Custom attribute

Returns:
the custom1

setCustom1

void setCustom1(java.lang.String custom1)
Custom attribute

Parameters:
custom1 - the custom1 to set

getCustom2

java.lang.String getCustom2()
Custom attribute

Returns:
the custom2

setCustom2

void setCustom2(java.lang.String custom2)
Custom attribute

Parameters:
custom2 - the custom2 to set

getCustom3

java.lang.String getCustom3()
Custom attribute

Returns:
the custom3

setCustom3

void setCustom3(java.lang.String custom3)
Custom attribute

Parameters:
custom3 - the custom3 to set

getCustom4

java.lang.String getCustom4()
Custom attribute

Returns:
the custom4

setCustom4

void setCustom4(java.lang.String custom4)
Custom attribute

Parameters:
custom4 - the custom4 to set

getCustom5

java.lang.String getCustom5()
Custom attribute

Returns:
the custom5

setCustom5

void setCustom5(java.lang.String custom5)
Custom attribute

Parameters:
custom5 - the custom5 to set


Copyright © 2011 DS Data Systems UK Ltd.