All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static String |
addProductFeatures(HttpServletRequest request,
HttpServletResponse response) |
static String |
addProductTags(HttpServletRequest request,
HttpServletResponse response)
Event add product tags
|
static String |
addProductToCategories(HttpServletRequest request,
HttpServletResponse response) |
static String |
addProductToComparisonList(HttpServletRequest request,
HttpServletResponse response) |
static String |
checkStoreCustomerRole(HttpServletRequest request,
HttpServletResponse response)
If ProductStore.requireCustomerRole == Y then the loggedin user must be associated with the store in the customer role.
|
protected static void |
checkUpdateFeatureApplByDescription(String productId,
GenericValue product,
String description,
String productFeatureTypeId,
GenericValue productFeatureType,
String productFeatureApplTypeId,
Timestamp nowTimestamp,
Delegator delegator,
Set<String> descriptionsToRemove,
Set<String> descriptionsRemoved) |
static String |
clearAllLastViewed(HttpServletRequest request,
HttpServletResponse response)
Event to clear the last viewed history (products/categories/searchs)
|
static String |
clearLastViewedCategories(HttpServletRequest request,
HttpServletResponse response)
Event to clear the last viewed categories
|
static String |
clearLastViewedProducts(HttpServletRequest request,
HttpServletResponse response)
Event to clear the last vieweed products
|
static String |
clearProductComparisonList(HttpServletRequest request,
HttpServletResponse response) |
static List<GenericValue> |
getProductCompareList(HttpServletRequest request) |
static BigDecimal |
parseBigDecimalFromParameter(String bigDecimalString,
HttpServletRequest request)
Return nulls for empty strings, as the entity engine can deal with nulls.
|
static String |
removeFeatureApplsByFeatureTypeId(HttpServletRequest request,
HttpServletResponse response) |
static String |
removeProductFeatureAppl(HttpServletRequest request,
HttpServletResponse response) |
static String |
removeProductFromComparisonList(HttpServletRequest request,
HttpServletResponse response) |
static String |
setDefaultStoreSettings(HttpServletRequest request,
HttpServletResponse response)
Simple event to set the users initial locale and currency Uom based on website product store
|
static String |
tellAFriend(HttpServletRequest request,
HttpServletResponse response) |
static String |
updateAllKeywords(HttpServletRequest request,
HttpServletResponse response)
Updates/adds keywords for all products
|
static String |
updateProductAssoc(HttpServletRequest request,
HttpServletResponse response)
Updates ProductAssoc information according to UPDATE_MODE parameter
|
static String |
updateProductCategoryMember(HttpServletRequest request,
HttpServletResponse response) |
static String |
updateProductQuickAdminSelFeat(HttpServletRequest request,
HttpServletResponse response) |
static String |
updateProductQuickAdminShipping(HttpServletRequest request,
HttpServletResponse response) |