|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
public abstract class AbstractEpPersistenceServiceImpl
AbstractEpPersistenceServiceImpl is abstract implementation of the base interface for
other services of the persistable domain models.
| Constructor Summary | |
|---|---|
AbstractEpPersistenceServiceImpl()
|
|
| Method Summary | |
|---|---|
PersistenceEngine |
getPersistenceEngine()
Returns the persistence engine. |
void |
setPersistenceEngine(PersistenceEngine persistenceEngine)
Sets the persistence engine. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.service.EpPersistenceService |
|---|
getObject |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public AbstractEpPersistenceServiceImpl()
| Method Detail |
|---|
public PersistenceEngine getPersistenceEngine()
getPersistenceEngine in interface EpPersistenceServicepublic void setPersistenceEngine(PersistenceEngine persistenceEngine)
setPersistenceEngine in interface EpPersistenceServicepersistenceEngine - the persistence engine to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||