|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBaseModule
org.openedit.store.modules.BaseStoreModule
org.openedit.store.modules.CatalogEditModule
public class CatalogEditModule
| Constructor Summary | |
|---|---|
CatalogEditModule()
|
|
| Method Summary | |
|---|---|
void |
addCatalog(WebPageRequest inContext)
|
void |
addCategoryToProduct(WebPageRequest inPageRequest)
|
void |
addOption(WebPageRequest inReq)
|
void |
addProductKeyword(WebPageRequest inReq)
|
void |
addProductsToCatalog(WebPageRequest inContext)
|
void |
addResultsToCategory(WebPageRequest inRequest)
|
void |
copyProduct(WebPageRequest inContext)
|
void |
createItem(WebPageRequest inContext)
|
Product |
createProduct(WebPageRequest inContext)
Deprecated. Replaced by BSH script /store/admin/products/createnew.bsh |
void |
createProductFromTemplate(WebPageRequest inContext)
|
void |
deleteCatalog(WebPageRequest inContext)
|
void |
deleteImage(WebPageRequest inContext)
|
void |
deleteItem(WebPageRequest inContext)
|
void |
deleteProducts(WebPageRequest inContext)
|
void |
detectUploadFormat(WebPageRequest inReq)
|
StoreEditor |
getStoreEditor(WebPageRequest inContext)
|
WebEventListener |
getWebEventListener()
|
void |
importImages(WebPageRequest inContext)
|
void |
loadCatalog(WebPageRequest inContext)
Deprecated. |
void |
loadCategory(WebPageRequest inContext)
|
void |
loadOptions(WebPageRequest inContext)
|
void |
loadProperties(WebPageRequest inContext)
|
void |
moveCatalog(WebPageRequest inContext)
|
void |
moveCatalogDown(WebPageRequest inContext)
|
void |
moveCatalogHere(WebPageRequest inContext)
|
void |
moveCatalogUp(WebPageRequest inContext)
|
void |
moveProductsToCatalog(WebPageRequest inContext)
|
void |
pickCatalog(WebPageRequest inContext)
Set the "picked catalog" in the store editor based on the catalogid request parameter that is passed in. |
void |
reloadCatalogs(WebPageRequest inRequest)
|
void |
removeCategoryFromProduct(WebPageRequest inPageRequest)
|
void |
removeCategoryFromResults(WebPageRequest inRequest)
|
void |
removeProductImages(WebPageRequest inRequest)
Removes generated images (medium, thumbs, etc) for a product. |
void |
removeProductKeyword(WebPageRequest inReq)
|
void |
removeProductsFromCatalog(WebPageRequest inContext)
|
void |
resizeAllImages(WebPageRequest inContext)
|
void |
resizeImage(WebPageRequest inContext)
|
void |
resizeImageFromOriginal(WebPageRequest inContext)
|
void |
saveCatalog(WebPageRequest inContext)
|
void |
saveCategoryProperties(WebPageRequest inReq)
|
void |
saveItem(WebPageRequest inContext)
|
void |
saveObjectOptions(WebPageRequest inContext)
|
void |
saveOptions(WebPageRequest inContext,
java.util.List inOptions)
|
void |
saveProduct(WebPageRequest inContext)
|
void |
saveProductPrices(WebPageRequest inContext)
|
void |
saveProductProperties(WebPageRequest inReq)
|
void |
saveProductResultsEdits(WebPageRequest inRequest)
|
void |
selectItem(WebPageRequest inContext)
|
void |
selectProduct(WebPageRequest inContext)
|
void |
setWebEventListener(WebEventListener inWebEventListener)
|
void |
sortCatalog(WebPageRequest inContext)
|
void |
uploadCatalogFiles(WebPageRequest inContext)
|
void |
uploadCatalogImages(WebPageRequest inContext)
|
void |
uploadItemImages(WebPageRequest inContext)
|
void |
uploadProductDownloads(WebPageRequest inContext)
|
void |
uploadProductImages(WebPageRequest inContext)
|
void |
uploadProductVideo(WebPageRequest inContext)
|
| Methods inherited from class org.openedit.store.modules.BaseStoreModule |
|---|
getLogSearcher, getProduct, getStore |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatalogEditModule()
| Method Detail |
|---|
public void addCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void moveCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void moveCatalogHere(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void sortCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void moveCatalogUp(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void moveCatalogDown(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void deleteCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadProductDownloads(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadItemImages(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadProductImages(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadProductVideo(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadCatalogImages(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void uploadCatalogFiles(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void resizeImage(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void resizeImageFromOriginal(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void resizeAllImages(WebPageRequest inContext)
throws java.lang.Exception
java.lang.Exception
public void deleteImage(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void reloadCatalogs(WebPageRequest inRequest)
throws OpenEditException
OpenEditException
public void saveCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void selectProduct(WebPageRequest inContext)
throws OpenEditException
OpenEditExceptionpublic Product createProduct(WebPageRequest inContext) throws OpenEditException
OpenEditException
public void deleteProducts(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void removeProductsFromCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void saveProductResultsEdits(WebPageRequest inRequest)
throws OpenEditException
OpenEditException
public void copyProduct(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void saveProduct(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void createProductFromTemplate(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void loadProperties(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void loadOptions(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void addProductKeyword(WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void removeProductKeyword(WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void saveProductProperties(WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void saveCategoryProperties(WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void addProductsToCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void moveProductsToCatalog(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void loadCategory(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void loadCatalog(WebPageRequest inContext)
throws OpenEditException
inCatalogId -
StoreException
OpenEditException
public void pickCatalog(WebPageRequest inContext)
throws OpenEditException
catalogid request parameter that is passed in.
inContext - The web request
OpenEditExceptionpublic StoreEditor getStoreEditor(WebPageRequest inContext) throws OpenEditException
OpenEditException
public void selectItem(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void createItem(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void deleteItem(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void saveItem(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void saveProductPrices(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void importImages(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void addOption(WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void saveObjectOptions(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void saveOptions(WebPageRequest inContext,
java.util.List inOptions)
throws OpenEditException
OpenEditException
public void addResultsToCategory(WebPageRequest inRequest)
throws OpenEditException
OpenEditException
public void removeCategoryFromResults(WebPageRequest inRequest)
throws OpenEditException
OpenEditException
public void removeCategoryFromProduct(WebPageRequest inPageRequest)
throws java.lang.Exception
java.lang.Exception
public void addCategoryToProduct(WebPageRequest inPageRequest)
throws java.lang.Exception
java.lang.Exceptionpublic void removeProductImages(WebPageRequest inRequest)
inRequest - The web request. Needs a productid or
sourcePath request parameter.public void detectUploadFormat(WebPageRequest inReq)
public WebEventListener getWebEventListener()
public void setWebEventListener(WebEventListener inWebEventListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Jan 05 2009
