|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.persistence.impl.SkuConfigurationDaoImpl
public class SkuConfigurationDaoImpl
This DAO encapsulates dynamically generated HQL queries used by the SkuConfigurationService.
| Constructor Summary | |
|---|---|
SkuConfigurationDaoImpl()
|
|
| Method Summary | |
|---|---|
PersistenceEngine |
getPersistenceEngine()
Returns the persistence engine. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkuConfigurationDaoImpl()
| Method Detail |
|---|
public PersistenceEngine getPersistenceEngine()
public long getSkuWithMatchingOptionValues(long productUid,
java.util.List optionValueCodes)
getSkuWithMatchingOptionValues in interface SkuConfigurationDaoproductUid - the UID of the product to search for matching SKUsoptionValueCodes - a List of Strings corresponding to the option value codes of the desired SKU
public void setPersistenceEngine(PersistenceEngine persistenceEngine)
setPersistenceEngine in interface SkuConfigurationDaopersistenceEngine - the persistence engine to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||