|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getStoreId()
void setStoreId(java.lang.String storeId)
storeId - The storeId to set.java.lang.String getStoreName()
void setStoreName(java.lang.String storeName)
storeName - the storeName to setboolean isDeleted()
void setDeleted(boolean deleted)
deleted - the deleted to setjava.util.Calendar getLastUpdated()
void setLastUpdated(java.util.Calendar lastUpdated)
lastUpdated - the lastUpdated to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded - the dateAdded to setjava.lang.String getStoreDesc()
void setStoreDesc(java.lang.String storeDesc)
storeDesc - the storeDesc to setjava.lang.String getLogoFileName()
void setLogoFileName(java.lang.String logoFileName)
logoFileName - the logoFileName to setjava.lang.String getCssFileName()
void setCssFileName(java.lang.String cssFileName)
cssFileName - the cssFileName to setboolean isEnabled()
void setEnabled(boolean enabled)
enabled - the enabled to setboolean isUnderMaintenance()
void setUnderMaintenance(boolean underMaintenance)
underMaintenance - the underMaintenance to setjava.lang.String getAdminEmail()
void setAdminEmail(java.lang.String adminEmail)
adminEmail - the adminEmail to setboolean isTemplate()
void setTemplate(boolean template)
template - the template to setint getMaxProducts()
void setMaxProducts(int maxProducts)
maxProducts - the maxProducts to setjava.lang.String getStoreHome()
void setStoreHome(java.lang.String storeHome)
storeHome - the storeHome to setjava.lang.String getStoreUrl()
void setStoreUrl(java.lang.String storeUrl)
storeUrl - the storeUrl to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1 - the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2 - the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3 - the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4 - the custom4 to setjava.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5 - the custom5 to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||