|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Store
public class Store
A KonaKart Store definition
| Constructor Summary | |
|---|---|
Store()
Empty Constructor |
|
Store(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminShop object from a Record object |
|
| 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 |
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Store()
public Store(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.String getStoreId()
getStoreId in interface StoreIfpublic void setStoreId(java.lang.String storeId)
setStoreId in interface StoreIfstoreId - The storeId to set.public java.lang.String getStoreName()
StoreIf
getStoreName in interface StoreIfpublic void setStoreName(java.lang.String storeName)
StoreIf
setStoreName in interface StoreIfstoreName - the shopName to setpublic boolean isDeleted()
StoreIf
isDeleted in interface StoreIfpublic void setDeleted(boolean deleted)
StoreIf
setDeleted in interface StoreIfdeleted - the deleted to setpublic java.util.Calendar getLastUpdated()
StoreIf
getLastUpdated in interface StoreIfpublic void setLastUpdated(java.util.Calendar lastUpdated)
StoreIf
setLastUpdated in interface StoreIflastUpdated - the lastUpdated to setpublic java.lang.String getStoreDesc()
StoreIf
getStoreDesc in interface StoreIfpublic void setStoreDesc(java.lang.String storeDesc)
StoreIf
setStoreDesc in interface StoreIfstoreDesc - the storeDesc to setpublic java.lang.String getLogoFileName()
StoreIf
getLogoFileName in interface StoreIfpublic void setLogoFileName(java.lang.String logoFileName)
StoreIf
setLogoFileName in interface StoreIflogoFileName - the logoFileName to setpublic java.lang.String getCssFileName()
StoreIf
getCssFileName in interface StoreIfpublic void setCssFileName(java.lang.String cssFileName)
StoreIf
setCssFileName in interface StoreIfcssFileName - the cssFileName to setpublic boolean isEnabled()
StoreIf
isEnabled in interface StoreIfpublic void setEnabled(boolean enabled)
StoreIf
setEnabled in interface StoreIfenabled - the enabled to setpublic boolean isUnderMaintenance()
StoreIf
isUnderMaintenance in interface StoreIfpublic void setUnderMaintenance(boolean underMaintenance)
StoreIf
setUnderMaintenance in interface StoreIfunderMaintenance - the underMaintenance to setpublic java.lang.String getAdminEmail()
StoreIf
getAdminEmail in interface StoreIfpublic void setAdminEmail(java.lang.String adminEmail)
StoreIf
setAdminEmail in interface StoreIfadminEmail - the adminEmail to setpublic boolean isTemplate()
StoreIf
isTemplate in interface StoreIfpublic void setTemplate(boolean template)
StoreIf
setTemplate in interface StoreIftemplate - the template to setpublic int getMaxProducts()
StoreIf
getMaxProducts in interface StoreIfpublic void setMaxProducts(int maxProducts)
StoreIf
setMaxProducts in interface StoreIfmaxProducts - the maxProducts to setpublic java.lang.String getStoreHome()
StoreIf
getStoreHome in interface StoreIfpublic void setStoreHome(java.lang.String storeHome)
StoreIf
setStoreHome in interface StoreIfstoreHome - the storeHome to setpublic java.lang.String getStoreUrl()
StoreIf
getStoreUrl in interface StoreIfpublic void setStoreUrl(java.lang.String storeUrl)
StoreIf
setStoreUrl in interface StoreIfstoreUrl - the storeUrl to setpublic java.lang.String getCustom1()
StoreIf
getCustom1 in interface StoreIfpublic void setCustom1(java.lang.String custom1)
StoreIf
setCustom1 in interface StoreIfcustom1 - the custom1 to setpublic java.lang.String getCustom2()
StoreIf
getCustom2 in interface StoreIfpublic void setCustom2(java.lang.String custom2)
StoreIf
setCustom2 in interface StoreIfcustom2 - the custom2 to setpublic java.lang.String getCustom3()
StoreIf
getCustom3 in interface StoreIfpublic void setCustom3(java.lang.String custom3)
StoreIf
setCustom3 in interface StoreIfcustom3 - the custom3 to setpublic java.lang.String getCustom4()
StoreIf
getCustom4 in interface StoreIfpublic void setCustom4(java.lang.String custom4)
StoreIf
setCustom4 in interface StoreIfcustom4 - the custom4 to setpublic java.lang.String getCustom5()
StoreIf
getCustom5 in interface StoreIfpublic void setCustom5(java.lang.String custom5)
StoreIf
setCustom5 in interface StoreIfcustom5 - the custom5 to setpublic java.util.Calendar getDateAdded()
getDateAdded in interface StoreIfpublic void setDateAdded(java.util.Calendar dateAdded)
setDateAdded in interface StoreIfdateAdded - the dateAdded to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||