|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SkuConfigurationDao
This DAO encapsulates dynamically generated HQL queries used by
the SkuConfigurationService.
| Method Summary | |
|---|---|
long |
getSkuWithMatchingOptionValues(long productUid,
java.util.List optionValueCodes)
Finds a UID corresponding to a SKU with the given set of option value codes. |
void |
setPersistenceEngine(PersistenceEngine persistenceEngine)
Sets the persistence engine. |
| Method Detail |
|---|
long getSkuWithMatchingOptionValues(long productUid,
java.util.List optionValueCodes)
productUid - the UID of the product to search for matching SKUsoptionValueCodes - a List of Strings corresponding to the option value codes of the desired SKU
void setPersistenceEngine(PersistenceEngine persistenceEngine)
persistenceEngine - the persistence engine to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||